mpop 1.4.18-1build2 source package in Ubuntu

Changelog

mpop (1.4.18-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 17:54:50 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net
Noble release universe net

Downloads

File Size SHA-256 Checksum
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-1build2.debian.tar.xz 6.9 KiB 7ca5ff0a82160c44d01ae3592c0f207de5e8cd3a545b91f9738b85ff87c98354
mpop_1.4.18-1build2.dsc 2.2 KiB 18c4b5a0dc01ab241af055fa907e6985d8086ff11e7bb0496fda0feace29669a

Available diffs

View changes file

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