BrianLeishman / go-imap

Super Simple IMAP Client Library for Golang
MIT License
66 stars 24 forks source link

Type check fails #16

Open SvenLie opened 4 months ago

SvenLie commented 4 months ago

Hi,

when getting mails from IMAP inbox is a type check for TQuoted|TNil. One of the receiver names is detected as TAtom. But it seems to be a correct string?

Here the error message: IMAP0:INBOX: expected TQuoted|TNil token for TO[125][0], got (TAtom, len 23, chars 23 "CBJ SAP SUPPORT INSIGHT") in [(TLiteral UID) (TNumber 309) (TLiteral FLAGS)

Can you check this?

Thank you