diff options
Diffstat (limited to 'sample.rcfile')
-rw-r--r-- | sample.rcfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sample.rcfile b/sample.rcfile index 3e49f83c..b08af78f 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -27,6 +27,9 @@ # uidl # no uidl # port -- must be followed by a TCP/IP port number +# ssl +# sslkeyfile -- must be followed by path to private key file +# sslcertfile -- must be followed by path to certificate file # authenticate (or auth) -- must be followed by an authentication type # timeout -- must be followed by a numeric timeout value # envelope -- must be followed by an envelope header name @@ -91,6 +94,11 @@ # kpop (or KPOP) # etrn (or ETRN) # +# Add ssl for protocols operating over an SSL connection (POP3 and IMAP) +# Default port for IMAPS (IMAP over SSL) is 993 +# Default port for POP3S (POP3 over SSL) is 995 +# Taken from assigned numbers and compatible with netscape/outlook usage. +# # Legal authentication types are # login # kerberos |