add possible future todo for working around ios messages with wrong q-encoded headers

This commit is contained in:
Mechiel Lukkien 2023-08-16 16:22:00 +02:00
parent 80547df6ee
commit 0b9475271c
No known key found for this signature in database

View file

@ -479,6 +479,7 @@ func parseEnvelope(log *mlog.Log, h mail.Header) (*Envelope, error) {
} }
func parseAddressList(log *mlog.Log, h mail.Header, k string) []Address { func parseAddressList(log *mlog.Log, h mail.Header, k string) []Address {
// todo: possibly work around ios mail generating incorrect q-encoded "phrases" with unencoded double quotes? ../rfc/2047:382
l, err := h.AddressList(k) l, err := h.AddressList(k)
if err != nil { if err != nil {
return nil return nil