mpop 1.4.18-1 source package in Ubuntu

Changelog

mpop (1.4.18-1) unstable; urgency=medium

  * New upstream release
  * Fix obsolete build dependencies
  * Bump Standards-Version to 4.6.2
  * Update copyright file (new year)

 -- Emmanuel Bouthenot <email address hidden>  Sun, 05 Feb 2023 06:14:47 +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
Mantic release universe net
Lunar release universe net

Downloads

File Size SHA-256 Checksum
mpop_1.4.18-1.dsc 2.1 KiB 8207b13823364112c4a893b1f8baf7c29d8f01da276782757d0529ffaff6c79f
mpop_1.4.18.orig.tar.xz 373.6 KiB 6099950184f7d094a782d1e7ab9833736f12308d34a544a59b46a8471d9f85b7
mpop_1.4.18.orig.tar.xz.asc 488 bytes 45424aadb34209db1b4b23cb1ddf1e59aa093e00bd9790f03661ab2029fa6ae0
mpop_1.4.18-1.debian.tar.xz 6.8 KiB a19d9e281d2b6675f9642350a32ded3108f8cedee88de92f548cbfecebea554e

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