aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Email-Address-XS
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.04Sunpoet Po-Chuan Hsieh2018-06-202-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Email-Address-XS Notes: svn path=/head/; revision=472914
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 1.03Sunpoet Po-Chuan Hsieh2018-03-162-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Email-Address-XS/Changes Notes: svn path=/head/; revision=464691
* Update to 1.02Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Email-Address-XS/Changes Notes: svn path=/head/; revision=460891
* Update to 1.01Sunpoet Po-Chuan Hsieh2017-10-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Email-Address-XS/Changes Notes: svn path=/head/; revision=452470
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Add p5-Email-Address-XS 1.00Sunpoet Po-Chuan Hsieh2017-07-264-0/+51
This module implements RFC 2822 parser and formatter of email addresses and groups. It parses an input string from email headers which contain a list of email addresses or a groups of email addresses (like From, To, Cc, Bcc, Reply-To, Sender, ...). Also it can generate a string value for those headers from a list of email addresses objects. Parser and formatter functionality is implemented in XS and uses shared code from Dovecot IMAP server. It is a drop-in replacement for the Email::Address module which has several security issues. Existing applications that use Email::Address module could be easily switched to Email::Address::XS module. In most cases only changing use Email::Address to use Email::Address::XS and replacing every Email::Address occurrence with Email::Address::XS is sufficient. So unlike Email::Address, this module does not use regular expressions for parsing but instead native XS implementation parses input string sequentially according to RFC 2822 grammar. Additionally it has support also for named groups and so can be use instead of the Email::Address::List module. WWW: http://search.cpan.org/dist/Email-Address-XS/ Notes: svn path=/head/; revision=446673