Message74761
> 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. |
|
Date |
User |
Action |
Args |
2008-10-14 18:21:14 | vstinner | set | recipients:
+ vstinner, loewis, barry, nnorwitz, exarkun, janssen, draghuram, christian.heimes, donmez, rtmq |
2008-10-14 18:21:14 | vstinner | set | messageid: <1224008474.33.0.296566120776.issue1210@psf.upfronthosting.co.za> |
2008-10-14 18:21:13 | vstinner | link | issue1210 messages |
2008-10-14 18:21:12 | vstinner | create | |
|