1package message
2
3// todo: we should parse headers ourselves
4
5// Link rfc updates about UTF-8 characters in messages.
6// These productions list valid characters in contexts:
7// VCHAR, visible printing: ../rfc/5234:774 ../rfc/6532:236
8// ctext, in comment: ../rfc/5322:602 ../rfc/6532:238
9// atext, in atom: ../rfc/5322:679 ../rfc/6532:240
10// qtext, in quoted string: ../rfc/5322:735 ../rfc/6532:242
11// text, in message body: ../rfc/5322:1001 ../rfc/6532:244
12// dtext, in domain: ../rfc/5322:967 ../rfc/6532:247
13