mpop 1.4.14-1 source package in Ubuntu

Changelog

mpop (1.4.14-1) unstable; urgency=medium

  * New upstream release

 -- Emmanuel Bouthenot <email address hidden>  Mon, 20 Sep 2021 11:19:44 +0000

Upload details

Uploaded by:
Emmanuel Bouthenot
Uploaded to:
Sid
Original maintainer:
Emmanuel Bouthenot
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mpop_1.4.14-1.dsc 2.1 KiB ffcad1de92c09e12279efaf4a3c954c4a160f4e34e30f825385edf1465381ed9
mpop_1.4.14.orig.tar.xz 348.0 KiB 2844c265d7d0575ba0057fbcf8c68e3701ed8000ccccc8538ba4f8bce95bdc10
mpop_1.4.14.orig.tar.xz.asc 488 bytes f07dd966ae6e0bfa18661e51590601fe0e9d4a878c82e294bfe3a3739a0dd112
mpop_1.4.14-1.debian.tar.xz 6.7 KiB d5c1a8af2f1181d70ebea44f1ec0752d77dcff371ccd85b9b129a425af828df0

Available diffs

No changes file available.

Binary packages built by this source

mpop: POP3 mail retriever

 mpop is a fast and simple fetchmail replacement to retrieve mail from POP3
 servers. Its main features are header based mail filtering, multiple
 authentication methods, TLS encrypted connections or delivery.
 .
 There are a few things mpop can do that fetchmail can't or that it
 does better:
  - mpop never ever tries to parse mail information except for the
    envelope-from address, which is the bare minimum that it has to do.
  - mpop never ever alters mail messages except for adding a "Received"
    header, which is the bare minimum that it has to do.
  - mpop uses several techniques (including pipelining) to reduce the
    POP3 protocol overhead. It is therefore much faster than fetchmail.
  - By default, mpop stores the mail UIDs (unique ids) in one file per
    account. You can poll different mail accounts in parallel.
  - The progress output is nicer ;-)
  - You can pipe the headers of a mail through a filter that decides if
    the mail should be downloaded, skipped, or deleted. This allows one
    to delete junk mail from a POP3 server without downloading the
    entire message.
  - mpop can deliver mails directly to mbox and maildir mail folders.

mpop-dbgsym: debug symbols for mpop