1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/dsn
Mechiel Lukkien 07533252b3
message: when parsing a message, don't treat absent header and empty header value the same
We now use "*string" for such header fields, for Content-* fields, as used in
the imapserver when responding to FETCH commands. We'll now return NIL for an
absent header, and "" (empty string) if the header value is empty.
2025-04-16 20:06:45 +02:00
..
dsn.go write base64 message parts with 76 data bytes on a line instead of 78 2025-04-03 10:22:15 +02:00
dsn_test.go message: when parsing a message, don't treat absent header and empty header value the same 2025-04-16 20:06:45 +02:00
nameip.go mox! 2023-01-30 14:27:06 +01:00
parse.go Run modernize to rewrite some older go constructs to newer ones 2025-03-06 17:33:06 +01:00