TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
Mail Namespace Reference
Detailed Description
Author
Richard Heyes
richa
.nosp@m.
rd@p
.nosp@m.
hpgur
.nosp@m.
u.or
.nosp@m.
g
Chuck Hagenbuch <
chuck
.nosp@m.
@hor
.nosp@m.
de.or
.nosp@m.
g
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); Richard Heyes
richa
.nosp@m.
rd@p
.nosp@m.
hpgur
.nosp@m.
u.or
.nosp@m.
g
Chuck Hagenbuch
chuck
.nosp@m.
@hor
.nosp@m.
de.or
.nosp@m.
g
BSD
Mail
Generated on Wed Aug 7 2019 09:52:43 for TYPO3 CMS by
1.8.13