Message 74878 - Python tracker
Message74878
| Author | vstinner |
|---|---|
| Recipients | benjamin.peterson, giampaolo.rodola, hdima, vstinner |
| Date | 2008-10-16.22:58:43 |
| SpamBayes Score | 0.0022054634 |
| Marked as misclassified | No |
| Message-id | <1224197924.32.0.152583711183.issue3727@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
After testing real world message, my patch using pure unicode doesn't work. The problem comes with message encoding with "8-bit" encoding. If the email charset is different than POP3.encoding, the message in not decoded correctly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-16 22:58:44 | vstinner | set | recipients: + vstinner, hdima, giampaolo.rodola, benjamin.peterson |
| 2008-10-16 22:58:44 | vstinner | set | messageid: <1224197924.32.0.152583711183.issue3727@psf.upfronthosting.co.za> |
| 2008-10-16 22:58:43 | vstinner | link | issue3727 messages |
| 2008-10-16 22:58:43 | vstinner | create | |