[issue1210] imaplib does not run under Python 3

STINNER Victor report at bugs.python.org
Tue Oct 14 20:21:14 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> 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: <example at example.com'". RFC822 is not 
supported by imaplib? The test also fails with Python 2.5.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1210>
_______________________________________


More information about the Python-bugs-list mailing list