PHP Class Horde_Imap_Client_Url_Pop3, horde

POP3 URLs take one of the following forms: - pop://;auth=@:
Since: 2.25.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Imap_Client_Url_Base
显示文件 Open project: horde/horde

Public Methods

Method Description
__get ( $name )
__toString ( ) : string Create a POP3 URL (RFC 2384).

Protected Methods

Method Description
_parseUrl ( array $data )

Method Details

__get() public method

public __get ( $name )

__toString() public method

Create a POP3 URL (RFC 2384).
public __toString ( ) : string
return string A URL string.

_parseUrl() protected method

protected _parseUrl ( array $data )
$data array