12b04df4b1
This class implements a complete RFC 2822 parser that locates email addresses in strings and returns a list of Email::Address objects found. Alternately you may construct objects manually. from Sam Smith <s at msmith.net>
5 lines
189 B
Plaintext
5 lines
189 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. Alternately you may construct
|
|
objects manually.
|