PHP Class Horde_Imap_Client_Ids_Pop3, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Imap_Client_Ids
Datei anzeigen Open project: horde/horde

Protected Methods

Method Description
_fromSequenceString ( string $str ) : array Parse a POP3 message sequence string into a list of indices.
_sort ( &$ids )
_toSequenceString ( boolean $sort = true ) : string Create a POP3 message sequence string.

Method Details

_fromSequenceString() protected method

Parse a POP3 message sequence string into a list of indices.
protected _fromSequenceString ( string $str ) : array
$str string The POP3 message sequence string.
return array An array of UIDs.

_sort() protected method

protected _sort ( &$ids )

_toSequenceString() protected method

Index Format: UID1[SPACE]UID2...
protected _toSequenceString ( boolean $sort = true ) : string
$sort boolean Not used in this class.
return string The POP3 message sequence string.