PHP Class Horde_Core_ActiveSync_Mdn, horde

Mostra file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_connector Horde_Core_ActiveSync_Connector
$_imap Horde_ActiveSync_Imap_Adapter
$_mailbox string
$_msg Horde_ActiveSync_Imap_Message
$_uid integer

Public Methods

Method Description
__call ( $method, $args )
__construct ( string $mailbox, integer $uid, Horde_ActiveSync_Imap_Adapter $imap, Horde_Core_ActiveSync_Connector $connector ) Const'r
mdnCheck ( ) Check if we should and are able to send an MDN.

Protected Methods

Method Description
_msgCheck ( ) : boolean Check to see if we are able to send an unconfirmed MDN based on the message data.
_sysCheck ( ) : boolean Check system prefs and/or hooks to determine if we are allowed to send.

Method Details

__call() public method

public __call ( $method, $args )

__construct() public method

Const'r
public __construct ( string $mailbox, integer $uid, Horde_ActiveSync_Imap_Adapter $imap, Horde_Core_ActiveSync_Connector $connector )
$mailbox string
$uid integer
$imap Horde_ActiveSync_Imap_Adapter
$connector Horde_Core_ActiveSync_Connector

_msgCheck() protected method

Check to see if we are able to send an unconfirmed MDN based on the message data.
protected _msgCheck ( ) : boolean
return boolean True if able to send, otherwise false.

_sysCheck() protected method

Check system prefs and/or hooks to determine if we are allowed to send.
protected _sysCheck ( ) : boolean
return boolean True if able to send otherwise false.

mdnCheck() public method

Check if we should and are able to send an MDN.
public mdnCheck ( )

Property Details

$_connector protected_oe property

protected Horde_Core_ActiveSync_Connector $_connector
return Horde_Core_ActiveSync_Connector

$_imap protected_oe property

protected Horde_ActiveSync_Imap_Adapter $_imap
return Horde_ActiveSync_Imap_Adapter

$_mailbox protected_oe property

protected string $_mailbox
return string

$_msg protected_oe property

protected Horde_ActiveSync_Imap_Message $_msg
return Horde_ActiveSync_Imap_Message

$_uid protected_oe property

protected int $_uid
return integer