Commit f136c82d f136c82d62eeba2116894ae8f002580675926c6e by Wojciech Polak

Updated

1 parent a4817687
Showing 1 changed file with 9 additions and 0 deletions
...@@ -65,6 +65,15 @@ and use them in mail.remote. ...@@ -65,6 +65,15 @@ and use them in mail.remote.
65 65
66 ** support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus) 66 ** support AUTH=anonymous (imap://cyrus.andrew.cmu.edu/archive.info-cyrus)
67 67
68 ** the POP mailer must use the CAPA command to determine any protocol
69 extension; support for the STLS would be great.
70
71 ** the IMAP mailer must use the CAPABILITY command... likewise;
72 support the STARTTLS.
73
74 ** support POP3S and IMAPS mailers (ports 995/993).
75 NOTE: Do we really need it? Pop3d and imap4d already use STLS/STARTTLS.
76
68 ** filter_trans needs readline method. 77 ** filter_trans needs readline method.
69 78
70 * pop3 79 * pop3
......