Class Horde_Mail_Rfc822_Address
Object representation of a RFC 822 e-mail address.
- Horde_Mail_Rfc822_Object
- Horde_Mail_Rfc822_Address implements ArrayAccess
Package: Mail
Category: Horde
License: New BSD License
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Mail/Rfc822/Address.php
Category: Horde
License: New BSD License
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Mail/Rfc822/Address.php
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
__toString()
|
public
array
|
$comment
Comments associated with the personal phrase. |
#
array()
|
public
string
|
$host
Hostname of the address. |
#
null
|
public
string
|
$mailbox
Local-part of the address. |
#
null
|
public
string
|
$personal
Personal part of the address. |
#
null
|
public
string
|
$adl
ADL data (DEPRECATED). |
public
string
|
$encoded
The full MIME/IDN encoded address. (Since 1.2.0) |
public
string
|
$full_address
The full mailbox@host address. |
public
string
|
$personal_decoded
The MIME decoded personal part. (DEPRECATED) |
public
string
|
$personal_encoded
The MIME encoded personal part. |