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 vstinner
Recipients barry, christian.heimes, donmez, draghuram, exarkun, janssen, loewis, nnorwitz, rtmq, vstinner
Date 2008-10-14.18:21:12
SpamBayes Score 0.0015432589
Marked as misclassified No
Message-id <1224008474.33.0.296566120776.issue1210@psf.upfronthosting.co.za>
In-reply-to
Content
> what kind of content have you tried this with?

I only tried the most basic commands like capability(). I retried with 
search() and... hey, search() has a charset argument!? It should reuse 
self.encoding. Same for sort().

Then I tried to get the content of an email but fetch(num, '(RFC822)') 
fails with "imaplib.abort: command: FETCH => unexpected 
response: 'Return-Path: <example@example.com'". RFC822 is not 
supported by imaplib? The test also fails with Python 2.5.
History
Date User Action Args
2008-10-14 18:21:14vstinnersetrecipients: + vstinner, loewis, barry, nnorwitz, exarkun, janssen, draghuram, christian.heimes, donmez, rtmq
2008-10-14 18:21:14vstinnersetmessageid: <1224008474.33.0.296566120776.issue1210@psf.upfronthosting.co.za>
2008-10-14 18:21:13vstinnerlinkissue1210 messages
2008-10-14 18:21:12vstinnercreate