Mercurial > p > roundup > code
diff doc/user_guide.txt @ 7082:f0d39308819f
Update manpage of mailgw
Fix minor issues (ssl -> tls/ssl), --default-class option with '-'
instead of underscore.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Sun, 27 Nov 2022 11:00:00 +0100 |
| parents | f918351a0fe6 |
| children | f72ce883e677 |
line wrap: on
line diff
--- a/doc/user_guide.txt Sat Nov 26 11:32:12 2022 +0100 +++ b/doc/user_guide.txt Sun Nov 27 11:00:00 2022 +0100 @@ -688,7 +688,7 @@ are both valid. POPS: - Connect to a POP server over ssl. + Connect to a POP server over tls/ssl. This supports the same notation as POP:: pops username:password@server @@ -710,19 +710,19 @@ imap username:password@server mailbox IMAPS: - Connect to an IMAP server over ssl. + Connect to an IMAP server over tls/ssl. This supports the same notation as IMAP:: imaps username:password@server [mailbox] IMAPS_CRAM: - Connect to an IMAP server over ssl using CRAM-MD5 authentication. + Connect to an IMAP server over tls/ssl using CRAM-MD5 authentication. This supports the same notation as IMAP:: imaps_cram username:password@server [mailbox] IMAPS_OAUTH: - Connect to an IMAP server over ssl using OAUTH authentication. + Connect to an IMAP server over tls/ssl using OAUTH authentication. Note that this does not support a password in imaps URLs. Instead it uses only the user and server and a command-line option for the directory with the files ``access_token``, ``refresh_token``,
