Skip to content

Commit

Permalink
add possible future todo for working around ios messages with wrong q…
Browse files Browse the repository at this point in the history
…-encoded headers
  • Loading branch information
mjl- committed Aug 16, 2023
1 parent 80547df commit 0b94752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message/part.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
// todo: possibly work around ios mail generating incorrect q-encoded "phrases" with unencoded double quotes? ../rfc/2047:382
l, err := h.AddressList(k)
if err != nil {
return nil
Expand Down

0 comments on commit 0b94752

Please sign in to comment.