Closed abeverley closed 2 years ago
The coercion from Mail::Address
into a Mail::Message::Full::Address
in Mail::Internet::coerce()
, part of module User-Identity, trusted Mail::Address for its parsing... which is certainly underserved. Patch https://github.com/markov2/perl5-User-Identity/commit/0a67a7b881dc426b6f7abe8735e540dc206c44b2
Thanks for the really quick responses Mark, I think that's it for now :)
Any chance of a CPAN release please?
This problem was a bit harder to find than the other reports. Yes, when you improve the code so much, with your good reports, you deserve a rapid release ;-)
Great, thanks!
Released User-Identity 1.01 and Mail-Message 3.012
When using
Mail::Message::Field::Address
to parse email addresses, if the email address is a string then the parsed value does not include quotes, but when parsing the same string as aMail::Address
object it includes the quotes.