Zaahid Bateson
Zaahid Bateson
Maybe a ``` $part->getHeaderAs($name, $abstractHeaderType); ``` to support things like #140
An additional option to guarantee one value isn't reused - for instance if email column is set as a UNIQUE index for a table. This may be an issue if...
I noticed you've implemented an EmailAddressParser to extract the name of a person attached to an email with this comment: `We don't use the special AddressHeader class because it doesn't...
Fixes #66 Change to use AddressHeader directly instead of EmailAddressParser -- it should extract comment parts itself, handles names encoded in RFC2047, and probably more I can't think of.