This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SSL support for poplib
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: draghuram, jasonrm
Priority: normal Keywords:

Created on 2003-06-18 23:16 by jasonrm, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Messages (2)
msg61116 - (view) Author: Jason R. Mastaler (jasonrm) Date: 2003-06-18 23:16
I was surprised to find poplib doesn't
have support for SSL.

Any reason why this hasn't been added?

I need this ability for my own use, so
I'd be willing to write the support for
this if there is interest in including it
in poplib.py.

I seems like it would be easy to add a
POP3_SSL subclass similar to IMAP4_SSL
in imaplib.
msg61869 - (view) Author: Raghuram Devarakonda (draghuram) (Python triager) Date: 2008-01-30 16:17
no activity. Please do reopen if the offer still stands.
History
Date User Action Args
2022-04-10 16:09:19adminsetgithub: 38676
2008-01-30 16:17:03draghuramsetstatus: open -> closed
resolution: out of date
messages: + msg61869
nosy: + draghuram
2003-06-18 23:16:55jasonrmcreate