jbostoen / itop-jb-mail-to-ticket-automation-v2

Originally a fork of Combodo's Mail to Ticket Automation, enriched with some new features. Also contains some bug fixes.
https://jeffreybostoen.be
6 stars 3 forks source link

"From:" might return invalid email address #1

Closed jbostoen closed 3 years ago

jbostoen commented 3 years ago

Incorrect email header (sent by Windows Live Mail. Configuration error by user?)

From: "Firstname Lastname" <firstname.lastname@telenet.be > Email (address) is processed as the entire 'from:' header, resulting in a decode failure, which is correct. Can this be handled better?

jbostoen commented 3 years ago

Patch implemented.