mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
016fde8d78
we are using Go's net/mail to parse message headers. it can parse addresses, and properly decodes email addresses with double quotes (e.g. " "@example.com). however, it gives us an address without the double quotes in the localpart, effectively an invalid address. we now have a workaround to parse such not-quite-addresses. for issue #199 reported by gene-hightower, thanks for reporting! |
||
---|---|---|
.. | ||
authresults.go | ||
authresults_test.go | ||
compose.go | ||
decode.go | ||
decode_test.go | ||
doc.go | ||
examples_test.go | ||
from.go | ||
hdrcmtdomain.go | ||
headerwriter.go | ||
messageid.go | ||
messageid_test.go | ||
parseheaderfields.go | ||
parseheaderfields_test.go | ||
part.go | ||
part_test.go | ||
qp.go | ||
readheaders.go | ||
referencedids.go | ||
referencedids_test.go | ||
threadsubject.go | ||
threadsubject_test.go | ||
time.go | ||
todo.go | ||
writer.go | ||
writer_test.go |