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.

Author dmorr
Recipients dmorr
Date 2007-12-18.21:34:58
SpamBayes Score 0.21293981
Marked as misclassified No
Message-id <1198013698.88.0.631907928895.issue1655@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
imaplib_ipv6.patch dmorr, 2007-12-18.21:34:58
History
Date User Action Args
2007-12-18 21:34:59dmorrsetspambayes_score: 0.21294 -> 0.21293981
recipients: + dmorr
2007-12-18 21:34:58dmorrsetspambayes_score: 0.21294 -> 0.21294
messageid: <1198013698.88.0.631907928895.issue1655@psf.upfronthosting.co.za>
2007-12-18 21:34:58dmorrlinkissue1655 messages
2007-12-18 21:34:58dmorrcreate