File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -616,11 +616,39 @@ POP:
616616 are both valid. The username and/or password will be prompted for if
617617 not supplied on the command-line.
618618
619+ POPS:
620+ Connect to a POP server over ssl. This requires python 2.4 or later.
621+ This supports the same notation as POP::
622+
623+ pops username:password@server
624+
619625APOP:
620626 Same as POP, but using Authenticated POP::
621627
622628 apop username:password@server
623629
630+ IMAP:
631+ Connect to an IMAP server. This supports the same notation as that of
632+ POP mail::
633+
634+ imap username:password@server
635+
636+ It also allows you to specify a specific mailbox other than INBOX using
637+ this format::
638+
639+ imap username:password@server mailbox
640+
641+ IMAPS:
642+ Connect to an IMAP server over ssl.
643+ This supports the same notation as IMAP::
644+
645+ imaps username:password@server [mailbox]
646+
647+ IMAPS_CRAM:
648+ Connect to an IMAP server over ssl using CRAM-MD5 authentication.
649+ This supports the same notation as IMAP::
650+
651+ imaps_cram username:password@server [mailbox]
624652
625653Command Line Tool
626654=================
You can’t perform that action at this time.
0 commit comments