diff options
author | matthew <matthew@FreeBSD.org> | 2013-11-27 07:56:58 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-11-27 07:56:58 +0800 |
commit | 4e146c13c0951d3e8a5fdccbda41027ab94f6771 (patch) | |
tree | 7d95050bc2fb01de5425df2dc0ff327da730d59f /mail/Makefile | |
parent | e5324e53e22189e8e57ff51ccbec727ada962d61 (diff) | |
download | freebsd-ports-gnome-4e146c13c0951d3e8a5fdccbda41027ab94f6771.tar.gz freebsd-ports-gnome-4e146c13c0951d3e8a5fdccbda41027ab94f6771.tar.zst freebsd-ports-gnome-4e146c13c0951d3e8a5fdccbda41027ab94f6771.zip |
Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed
with Resent- (eg Resent-From) headers.
Mentioned headers are structured and contain lists of addresses. Most
of the time you want to parse such field from start to end keeping
everything even if it's an invalid input.
WWW: http://search.cpan.org/dist/Email-Address-List/
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index f52bc4a90bbf..ee626a905ce2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -327,6 +327,7 @@ SUBDIR += p5-Data-Validate-Email SUBDIR += p5-Email-Abstract SUBDIR += p5-Email-Address + SUBDIR += p5-Email-Address-List SUBDIR += p5-Email-Address-Loose SUBDIR += p5-Email-AddressParser SUBDIR += p5-Email-Date |