blob: 77d9186c8d69c42b804a7dd0e0cfe53c09711c77 (
plain)
1
2
3
4
5
6
|
This class implements a complete RFC 2822 parser that locates email
addresses in strings and returns a list of Email::Address objects
found. The goal of this software is to be correct, fast, and API
compatible with the MailTools version.
WWW: https://metacpan.org/release/Email-Address
|