Subject: | RFC 5322 compliance should be documented |
Hello,
In this documentation you show parsing RFC 5322 format email addresses:
https://metacpan.org/pod/Sisimai::RFC5322
RFC 5322 supports this style of email addressing as well, including a display name:
Mark Stosberg <mark@stosberg.com>
However, from reading the source code it appears that this module does not parse this format of email address covered by RFC 5322. Rather it appears just the "address part" of the data is parsed, "mark@stosberg.com" in the case above.
This should be clarified in the documentation.