jhillyerd / enmime

MIME mail encoding and decoding package for Go
MIT License
461 stars 100 forks source link

Possible to handle these `From:` values? #339

Open iredmail opened 2 months ago

iredmail commented 2 months ago

I got messages with From: like this:

From: Name< user@domain.com >
From: Name <sales@a.com >

Both report unclosed angle-addr error, but MUAs work fine.

I wonder whether we can handle this in enmime. :)

jhillyerd commented 2 months ago

I think we should, but it will be a while before I can devote time to enmime; if anyone else is interested in working on this, give it a go.