mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 08:18:16 +03:00
add possible future todo for working around ios messages with wrong q-encoded headers
This commit is contained in:
parent
80547df6ee
commit
0b9475271c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user