Object representation of a a POP3 (RFC 2384) URL.
POP3 URLs take one of the following forms:
$auth : string
The authentication method.
$host : string
The server.
$port : integer
The port.
$username : string
The username.
$_auth : string
The authentication method to use.
$_host : string
The server name.
$_port : integer
$_username : string
__construct(string $url = null)
Constructor.
A URL string.
__get( $name)
__set( $name, $value)
__toString() : string
Create a POP3 URL (RFC 2384).
serialize()
unserialize( $data)
_parse( $url)
_parseUrl(array $data)