STINNER Victor <[EMAIL PROTECTED]> added the comment: > 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: <[EMAIL PROTECTED]'". RFC822 is not supported by imaplib? The test also fails with Python 2.5. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1210> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com