mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:44:38 +03:00
mox!
This commit is contained in:
12
message/todo.go
Normal file
12
message/todo.go
Normal file
@ -0,0 +1,12 @@
|
||||
package message
|
||||
|
||||
// todo: we should parse headers ourselves
|
||||
|
||||
// Link rfc updates about UTF-8 characters in messages.
|
||||
// These productions list valid characters in contexts:
|
||||
// VCHAR, visible printing: ../rfc/5234:774 ../rfc/6532:236
|
||||
// ctext, in comment: ../rfc/5322:602 ../rfc/6532:238
|
||||
// atext, in atom: ../rfc/5322:679 ../rfc/6532:240
|
||||
// qtext, in quoted string: ../rfc/5322:735 ../rfc/6532:242
|
||||
// text, in message body: ../rfc/5322:1001 ../rfc/6532:244
|
||||
// dtext, in domain: ../rfc/5322:967 ../rfc/6532:247
|
Reference in New Issue
Block a user