Message 74761 - Python tracker
Message74761
| 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: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 | |