mox/message
Mechiel Lukkien 016fde8d78
fix parsing message headers with addresses that need double quotes
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!
2024-08-22 16:03:52 +02:00
..
2023-01-30 14:27:06 +01:00
2023-08-07 21:57:03 +02:00
2023-01-30 14:27:06 +01:00
2023-01-30 14:27:06 +01:00