PHP Class Horde_Imap_Client_Base_Mailbox, horde

NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.
Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$map Horde_Imap_Client_Ids_Map Mapping object.
$open boolean Is mailbox opened?
$sync boolean Is mailbox sync'd with remote server (via CONDSTORE/QRESYNC)?

Protected Properties

Свойство Type Description
$_status array Status information.

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
getStatus ( integer $entry ) : mixed Get status information for the mailbox.
reset ( ) Reset the mailbox information.
setStatus ( integer $entry, mixed $value ) Set status information for the mailbox.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

getStatus() public méthode

Get status information for the mailbox.
public getStatus ( integer $entry ) : mixed
$entry integer STATUS_* constant.
Résultat mixed Status information.

reset() public méthode

Reset the mailbox information.
public reset ( )

setStatus() public méthode

Set status information for the mailbox.
public setStatus ( integer $entry, mixed $value )
$entry integer STATUS_* constant.
$value mixed Status information.

Property Details

$_status protected_oe property

Status information.
protected array $_status
Résultat array

$map public_oe property

Mapping object.
public Horde_Imap_Client_Ids_Map $map
Résultat Horde_Imap_Client_Ids_Map

$open public_oe property

Is mailbox opened?
public bool $open
Résultat boolean

$sync public_oe property

Is mailbox sync'd with remote server (via CONDSTORE/QRESYNC)?
public bool $sync
Résultat boolean