zbateson / mail-mime-parser

An email parser written in PHP
https://mail-mime-parser.org/
BSD 2-Clause "Simplified" License
442 stars 56 forks source link

Add X-Sender to the list of Address headers #140

Closed mariuszkrzaczkowski closed 3 years ago

zbateson commented 3 years ago

Unfortunately anything starting with "X-" is non-standard and mail senders/recipients are free to handle it as they like.

Also unfortunately there's not a great way to 'force' the type. I created an 'enhancement' issue for it with #142 if you feel like tackling that or have a better suggestion :)