]> git.g-eek.se Git - interimap.git/commitdiff
pullimap: honor the the four-space rule in the markdown.
authorGuilhem Moulin <guilhem@fripost.org>
Fri, 11 Mar 2016 13:29:52 +0000 (14:29 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Fri, 11 Mar 2016 13:29:52 +0000 (14:29 +0100)
pullimap.md

index 3ba5465ecd37a1d132092cc0f156e21fbffdfef7..c14c605a202b57035fe654c680e3184973bdf694 100644 (file)
@@ -274,15 +274,18 @@ In more details, `pullimap` works as follows:
     found in the *statefile*.
     While the `UID FETCH` command is in progress, perform the following
     for each untagged `FETCH` response sent by the server:
-    i. if no SMTP/LMTP transmission channel was opened, open one to the
-       server specified with *deliver-method* and send an `EHLO` (or
-       `LHO`) command with the domain specified by *deliver-ehlo* (the
-       channel is kept open and shared for all messages retrieved while
-       the `UID FETCH` IMAP command is in progress);
-    i. perform a mail transaction (using [SMTP pipelining][RFC 2920] if
-       possible) to deliver the retrieved message BODY to the SMTP or
-       LMTP session; and
-    i. append the message UID to the *statefile*.
+
+     i. if no SMTP/LMTP transmission channel was opened, open one to the
+        server specified with *deliver-method* and send an `EHLO` (or
+        `LHO`) command with the domain specified by *deliver-ehlo* (the
+        channel is kept open and shared for all messages retrieved while
+        the `UID FETCH` IMAP command is in progress);
+
+     i. perform a mail transaction (using [SMTP pipelining][RFC 2920] if
+        possible) to deliver the retrieved message BODY to the SMTP or
+        LMTP session; and
+
+     i. append the message UID to the *statefile*.
 
  2. If a SMTP/LMTP transmission channel was opened, send a `QUIT` command
     to terminate it gracefully.