Message125642
Well, unknown-8bit is registered as a charset with IANA. It is registered specifically for use in message bodies, but as a registered charset it "should" be acceptable in headers as well. There is no similar registration for just 'unknown', but it sounds like mailers may be more likely to accept it if it exists in the wild.
I'm hoping to fix this before the RC (which is tomorrow, which means fixing it today), so your suggestion of making the 'unknown charset' token configurable is a good one. I'm not so worried about providing a way to reject such headers, since this incarnation of email makes a point of not throwing errors on parsing, and if you read binary messages with unknown bytes the best thing to do is generate the outgoing message with BytesGenerator, in which case you get the unknown bytes back without the rfc2047 munging. |
|
Date |
User |
Action |
Args |
2011-01-07 12:37:19 | r.david.murray | set | recipients:
+ r.david.murray, barry, sjt |
2011-01-07 12:37:19 | r.david.murray | set | messageid: <1294403839.93.0.0914384058855.issue10686@psf.upfronthosting.co.za> |
2011-01-07 12:37:16 | r.david.murray | link | issue10686 messages |
2011-01-07 12:37:16 | r.david.murray | create | |
|