mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
238 B
Plaintext
5 lines
238 B
Plaintext
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.
|