mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue