File: control

package info (click to toggle)
mpop 1.0.5-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,880 kB
  • ctags: 1,257
  • sloc: ansic: 14,672; sh: 4,020; makefile: 31; sed: 16
file content (34 lines) | stat: -rw-r--r-- 1,569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: mpop
Section: net
Priority: extra
Maintainer: Julien Louis <ptitlouis@sysif.net>
Build-Depends: cdbs, debhelper (>= 5), libgsasl7-dev, libidn11-dev, libkrb5-dev, libgnutls-dev
Uploaders: Carlos Martín Nieto <carlos@cmartin.tk>
Standards-Version: 3.7.2

Package: mpop
Architecture: any
Depends: ${shlibs:Depends}
Description: 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:
  o mpop never ever tries to parse mail information except for the
    envelope-from address, which is the bare minimum that it has to do.
  o mpop never ever alters mail messages except for adding a "Received"
    header, which is the bare minimum that it has to do.
  o mpop uses several techniques (including pipelining) to reduce the
    POP3 protocol overhead. It is therefore much faster than fetchmail.
  o By default, mpop stores the mail UIDs (unique ids) in one file per
    account. You can poll different mail accounts in parallel.
  o The progress output is nicer ;-)
  o You can pipe the headers of a mail through a filter that decides if
    the mail should be downloaded, skipped, or deleted. This allows to
    delete junk mail from a POP3 server without downloading the entire
    message.
  o mpop can deliver mails directly to mbox and maildir mail folders.
 .
 Homepage: http://mpop.sourceforge.net