Issue1655
Created on 2007-12-18 21:34 by dmorr, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| imaplib_ipv6.patch | dmorr, 2007-12-18 21:34 | |||
| imaplib_ipv6.patch | dmorr, 2007-12-19 20:37 | |||
| Messages (4) | |||
|---|---|---|---|
| msg58775 - (view) | Author: Derek Morr (dmorr) | Date: 2007-12-18 21:34 | |
imaplib.IMAP4 and IMAP4_SSL do not use IPv6-capable name resolution APIs. Attached is a patch (lifted from httplib) that enables IPv6 in their open() methods. |
|||
| msg58827 - (view) | Author: Derek Morr (dmorr) | Date: 2007-12-19 20:37 | |
I think it makes more sense to use socket.create_connection(), which performs the getaddrinfo call. It makes the patch against imaplib more compact. I've attached a new patch that uses create_connection() |
|||
| msg87778 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
Date: 2009-05-14 23:15 | |
AP, this is basically the same patch as the one for nntplib. Do you want to apply it also? |
|||
| msg87810 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2009-05-15 11:50 | |
Committed in r72662, thanks! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:29 | admin | set | github: 45996 |
| 2009-05-15 11:50:57 | pitrou | set | status: open -> closed resolution: fixed messages: + msg87810 |
| 2009-05-14 23:15:40 | rhettinger | set | assignee: pitrou messages:
+ msg87778 |
| 2009-05-14 22:44:56 | pitrou | set | nosy:
+ pitrou versions: + Python 3.1, Python 2.7 stage: patch review |
| 2007-12-19 20:37:27 | dmorr | set | files:
+ imaplib_ipv6.patch messages: + msg58827 |
| 2007-12-18 21:48:15 | christian.heimes | set | priority: normal keywords: + patch type: enhancement versions: + Python 2.6, - Python 2.5 |
| 2007-12-18 21:34:58 | dmorr | create | |
