Path to this page:
Subject: CVS commit: wip/p5-Email-AddressParser
From: Sergey Svishchev
Date: 2008-02-12 11:56:18
Message id: E1JOsoT-0003dC-U6@sc8-pr-cvs1.sourceforge.net
Log Message:
Initial import of Email::AddressParser.
Near drop-in replacement for the regex parsing of Email::Address, which
has serious issues for production use (exponential to infinite computation
time in some cases). It uses code from Mark Crispin's c-client library
to implement the parsing. The resulting parser is much more stable than
the regex-based version of Email::Address.
Files: