diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 23:13:43 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 23:13:43 +0100 |
commit | ec87e1965d758bc3af4403a3cf469c3297f8cb1a (patch) | |
tree | 64989e2ace4e84da226177cdc9a8e95bd5c2f5ef /README | |
parent | aecdd0c6657e3edb0482751efffdcafb96f2c2c5 (diff) | |
parent | 6bf9ee9a1e1c704490489f682dfe106f2c1ee46a (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,9 +1,11 @@ InterIMAP is a fast bidirectional synchronization program for QRESYNC-capable -IMAP4rev1 servers. Consult the manual for more information. +IMAP4rev1 servers. PullIMAP retrieves messages a remote IMAP mailbox and +deliver them to a SMTP session. Consult the manuals for more information. + https://guilhem.org/man/interimap.1.html + https://guilhem.org/man/pullimap.1.html -####################################################################### - +_______________________________________________________________________ Compared to IMAP-to-Maildir synchronization solutions like OfflineIMAP, adding an IMAP server between the Maildir storage and the MUA saves @@ -32,8 +34,7 @@ extensions are: * UNSELECT [RFC3691]. -####################################################################### - +_______________________________________________________________________ IMAP traffic is mostly text (beside message bodies perhaps) hence compresses pretty well: enabling compression can save a great amount of @@ -81,8 +82,7 @@ compress=DEFLATE to the configuration can also greatly reduce bandwidth usage with regular INET sockets (type=imaps or type=imap). -####################################################################### - +_______________________________________________________________________ InterIMAP is Copyright© 2015 Guilhem Moulin ⟨guilhem@fripost.org⟩, and licensed for use under the GNU General Public License version 3 or |