spamcan icon indicating copy to clipboard operation
spamcan copied to clipboard

SSL Support for pop3 and IMAP

Open znb opened this issue 12 years ago • 1 comments

Add SSL support for pop3 and imap connections.

znb avatar Jan 14 '13 21:01 znb

For POP: http://docs.python.org/2/library/poplib.html#poplib.POP3_SSL and for IMAP: http://docs.python.org/2/library/imaplib.html#imaplib.IMAP4_SSL

glaslos avatar Jan 16 '13 08:01 glaslos