Add STARTTLS support for IMAP and FTP.

Submitted by Kees Cook <kees@outflux.net>
This commit is contained in:
Richard Levitte
2007-02-16 18:12:20 +00:00
parent 8f813338f1
commit 28f5873179
2 changed files with 45 additions and 9 deletions

View File

@@ -184,7 +184,7 @@ command for more information.
send the protocol-specific message(s) to switch to TLS for communication.
B<protocol> is a keyword for the intended protocol. Currently, the only
supported keywords are "smtp" and "pop3".
supported keywords are "smtp", "pop3", "imap", and "ftp".
=item B<-engine id>