]> git.g-eek.se Git - interimap.git/commitdiff
interimap: improve manpage.
authorGuilhem Moulin <guilhem@fripost.org>
Tue, 8 Mar 2016 21:56:53 +0000 (22:56 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Tue, 8 Mar 2016 21:57:25 +0000 (22:57 +0100)
README
interimap.1

diff --git a/README b/README
index 2b577a53fb61fcc222ba35e79c7ad43d8569db47..8fcbb05cd40f59a1a5a226e3c39551de8f4dc88c 100644 (file)
--- a/README
+++ b/README
@@ -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
index a73117b553ccc620f9e7af75818042b1e9c4c23c..93e463ef1f1ba5882ae62bc9e9c21f3289b0c1da 100644 (file)
@@ -33,7 +33,7 @@ Conceptually, the synchronization algorithm is derived from [RFC4549]
 with the [RFC7162, section 6] amendments, and works as follows:
 
 .nr step 1 1
-.IP \n[step]. 8
+.IP \n[step]. 4
 SELECT (on both servers) a mailbox the current UIDNEXT or HIGHESTMODSEQ
 values of which differ from the values found in the database (for either
 server).  Use the QRESYNC SELECT parameter from [RFC7162] to list
@@ -353,7 +353,7 @@ authentication if \(lq\fISSL_verify\fR=YES\(rq.
 Performance is better for servers supporting the following extensions to
 the IMAP4rev1 [RFC3501] protocol:
 
-.IP \[bu]
+.IP \[bu] 4
 LITERAL+ [RFC2088] non-synchronizing literals (recommended),
 .IP \[bu]
 MULTIAPPEND [RFC3502] (recommended),
@@ -366,7 +366,7 @@ UNSELECT [RFC3691].
 
 .SH KNOWN BUGS AND LIMITATIONS
 
-.IP \[bu]
+.IP \[bu] 4
 Using \fBInterIMAP\fR on two identical servers with a non-existent or
 empty database will duplicate each message due to the absence of
 local/remote UID association.