TYPO3
7.6
Mail Namespace Reference
Detailed Description
Copyright
2001-2010 Richard Heyes
http://opensource.org/licenses/bsd-license.php
New BSD License
RFC 822 Email address list validation Utility What is it? This class will take an address string, and parse it into it's consituent parts, be that either addresses, groups, or combinations. Nested groups are not supported. The structure it returns is pretty straight forward, and is similar to that provided by the imap_rfc822_parse_adrlist(). Use print_r() to view the structure. How do I use it? $address_string = 'My Group: "Richard" <richard> (A comment),
ted@e
.nosp@m.
xamp
.nosp@m.
le.co
.nosp@m.
m
(Ted Bloggs), Barney;'; $structure = Mail_RFC822::parseAddressList($address_string, 'example.com', TRUE) print_r($structure); BSD
Generated on Wed Nov 11 2015 01:52:14 for TYPO3 by
1.8.3