PHP Class Horde_Imap_Client_Url_Imap, horde

Absolute IMAP URLs takes one of the following forms: - imap://[/] - imap:///[][?] - imap:///[][][][]
Since: 2.25.0
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Imap_Client_Url_Base
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$_mailbox Horde_Imap_Client_Mailbox IMAP mailbox.
$_partial string Byte range for use with IMAP FETCH command.
$_search string Search query to be run with IMAP SEARCH.
$_section string MIME part ID.
$_uid string IMAP UID.
$_uidvalidity integer IMAP UIDVALIDITY for the given mailbox.
$_urlauth string URLAUTH info (not parsed).

Public Methods

Method Description
__get ( $name )
__set ( $name, $value )
__toString ( ) : string Create an IMAP URL (RFC 5092/5593).

Protected Methods

Method Description
_parseUrl ( array $data )
_toImapString ( )

Method Details

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

__toString() public method

Create an IMAP URL (RFC 5092/5593).
public __toString ( ) : string
return string A URL string.

_parseUrl() protected method

protected _parseUrl ( array $data )
$data array

_toImapString() protected method

protected _toImapString ( )

Property Details

$_mailbox protected_oe property

IMAP mailbox.
protected Horde_Imap_Client_Mailbox $_mailbox
return Horde_Imap_Client_Mailbox

$_partial protected_oe property

Byte range for use with IMAP FETCH command.
protected string $_partial
return string

$_section protected_oe property

MIME part ID.
protected string $_section
return string

$_uid protected_oe property

IMAP UID.
protected string $_uid
return string

$_uidvalidity protected_oe property

IMAP UIDVALIDITY for the given mailbox.
protected int $_uidvalidity
return integer

$_urlauth protected_oe property

URLAUTH info (not parsed).
protected string $_urlauth
return string