summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Address-XS/DESCR
blob: 4b4b543e37e41d9e603b68b03a300fe29f489d08 (plain)
1
2
3
4
5
6
7
8
9
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.