diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-02-05 16:25:40 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-02-05 16:25:40 -0500 |
commit | d6d241a5fdab1329f3d7e7b212346d4c336f223c (patch) | |
tree | c39c459016b39ce050a4654b95a11e4a84afea65 /mw.1 | |
parent | 1e7a2fa0d33d27894dfb7d574610855424dba2f7 (diff) |
Diffstat (limited to 'mw.1')
-rw-r--r-- | mw.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -54,10 +54,10 @@ Real name which will appear in emails. Should be put in quotes if multiple words Set a maximum number of messages to be stored offline. .TP .B -i -IMAP server address +IMAP/POP server address .TP .B -I -IMAP server port (assumed to be 993 if not specified) +IMAP/POP server port (assumed to be 993 for IMAP and 995 for POP if not specified) .TP .B -s SMTP server address @@ -86,6 +86,15 @@ When removing an email profile with either or .I -D, also delete the local mail (will not delete the mail on the server). +.TP +.B -P +Use POP protocol instead of IMAP. Requires +.I mpop +to download mail after configuration. Server details can still be given with the +.I -i +and +.I -I +options as if it were a IMAP. .SH DETAILS .TP .B mailsync @@ -287,6 +296,7 @@ GPLv3 .BR neomutt (1), .BR neomuttrc (1) .BR mbsync (1), +.BR mpop (1), .BR msmtp (1), .BR notmuch (1), .BR abook (1) |