Message113160
Besides, not only the header value, but also the header name can only be printable ascii characters according to RFC2822:
"A field name MUST be composed of printable US-ASCII characters (i.e., characters that have values between 33 and 126, inclusive), except colon."
But the msg object's __getitem__() seems to accept all ascii characters. |
|
| Date |
User |
Action |
Args |
| 2010-08-07 10:08:02 | ysj.ray | set | recipients:
+ ysj.ray, barry, terry.reedy, jwilk, pl, r.david.murray, vvl |
| 2010-08-07 10:08:02 | ysj.ray | set | messageid: <[email protected]> |
| 2010-08-07 10:08:00 | ysj.ray | link | issue5871 messages |
| 2010-08-07 10:08:00 | ysj.ray | create | |
|