diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-09 20:28:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-09 20:28:31 +0100 |
commit | a657c564c46338bb360690661152cf4a25fe8927 (patch) | |
tree | ad33619944693e39881f22f88c0865dab62b121d /pullimap.1 | |
parent | 04a259a845a1c9eb9c99db41cd940c89f0bc68e9 (diff) |
pullimap.1: Work around groff_www rendering bug with nested lists.
Diffstat (limited to 'pullimap.1')
-rw-r--r-- | pullimap.1 | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -274,20 +274,21 @@ UID) with UID bigger or equal than the UIDNEXT value found in the While the UID FETCH command is in progress, perform the following for each untagged FETCH response sent by the server: .RS -.nr step 1 1 -.IP \n[step]. 4 +\(bu if no SMTP/LMTP transmission channel was opened, open one to the server specified with \fIdeliver\-method\fR and send an EHLO (or LHO) command with the domain given by \fIdeliver\-ehlo\fR; -.IP \n+[step]. +.br +\(bu perform a mail transaction (using SMTP pipelining [RFC 2920] if possible) to send the retrieved message BODY to the SMTP or LMTP session; and -.IP \n+[step]. +.br +\(bu append the message UID to the \fIstatefile\fR. .RE -.IP \n-[step]. +.IP \n+[step]. If a SMTP/LMTP transmission channel was opened, send a QUIT command to close it gracefully. |