]> Pileus Git - ~andy/fetchmail/blobdiff - sample.rcfile
Better duplicate suppression.
[~andy/fetchmail] / sample.rcfile
index 3e49f83c9c41bf855cd56d13dd7eb0f93e4160d0..54308b4ea65a0293199a0adba755571ffba70f7f 100644 (file)
@@ -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
@@ -65,6 +68,7 @@
 #   pass8bits
 #   dropstatus
 #   mimedecode
+#   idle
 #   no keep
 #   no flush
 #   no fetchall
@@ -74,6 +78,7 @@
 #   no pass8bits
 #   no dropstatus
 #   no mimedecode
+#   no idle
 #   limit                     -- must be followed by numeric size limit
 #   warnings                  -- must be followed by numeric size limit
 #   fetchlimit                -- must be followed by numeric msg fetch limit
 #   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