python / cpython

The Python programming language
https://www.python.org
Other
63.38k stars 30.35k forks source link

SSL support for poplib #38676

Closed 7ad5497c-9e14-4842-bc9b-09f77a99b855 closed 16 years ago

7ad5497c-9e14-4842-bc9b-09f77a99b855 commented 21 years ago
BPO 756914

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = created_at = labels = ['type-feature', 'library'] title = 'SSL support for poplib' updated_at = user = 'https://bugs.python.org/jasonrm' ``` bugs.python.org fields: ```python activity = actor = 'draghuram' assignee = 'none' closed = True closed_date = closer = 'draghuram' components = ['Library (Lib)'] creation = creator = 'jasonrm' dependencies = [] files = [] hgrepos = [] issue_num = 756914 keywords = [] message_count = 2.0 messages = ['61116', '61869'] nosy_count = 2.0 nosy_names = ['jasonrm', 'draghuram'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue756914' versions = [] ```

7ad5497c-9e14-4842-bc9b-09f77a99b855 commented 21 years ago

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.

823ad82f-2e9f-4388-9c64-a3126f202a71 commented 16 years ago

no activity. Please do reopen if the offer still stands.