Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Sisimai CPAN distribution.

Report information
The Basics
Id: 101436
Status: open
Priority: 0/
Queue: Sisimai

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
On Fri Jan 09 20:16:53 2015, MARKSTOS wrote: Show quoted text
> > 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.
Thanks for the ticket. I've updated sample code in POD and test code at the following commits: https://github.com/azumakuniyuki/Sisimai/commit/23df3ed2b3778df6e34d0e43b3ceb96971eddc97 https://github.com/azumakuniyuki/Sisimai/commit/2bb7779dc68b93fad33859c22b203e7243f6654d