Line 0
Link Here
|
|
|
1 |
POP3/IMAP4 mail retriever with Maildir and command delivery (python3 fork). |
2 |
|
3 |
Summary of features: |
4 |
- Retrieve mail from an unlimited number of POP3/IMAP4 mailboxes and servers. |
5 |
- Support for POP3-over-SSL and IMAP-over-SSL, as well as SDPS |
6 |
WARNING: even with SSL, "no certificate or key validation is done." so |
7 |
that getmail does not detect or protect from man-in-the-middle attacks. |
8 |
- Support for multidrop or domain mailboxes. |
9 |
- Safe and reliable delivery to qmail-style Maildirs, as well as program |
10 |
(pipe) delivery for use with arbitrary external MDAs. Includes an MDA |
11 |
for mbox files that supports mboxrd format and fcntl-type flock locking. |
12 |
- Does not destroy information by rewriting mail headers. |
13 |
- Does not cause mail loops by doing SMTP injection, and therefore does |
14 |
not require that you run an MTA (like qmail or sendmail) on your host. |
15 |
- Can remember which mail it has already retrieved, and can be set to |
16 |
only download new messages. |
17 |
- Written in Python, and therefore easy to extend or customize. |
18 |
- Simple to install, configure, and use. |
19 |
|
20 |
WWW: https://github.com/getmail6/getmail6/ |