Horde_Core_ActiveSync_Mdn
in package
Table of Contents
Properties
- $_connector : Horde_Core_ActiveSync_Connector
- $_imap : Horde_ActiveSync_Imap_Adapter
- $_mailbox : string
- $_msg : Horde_ActiveSync_Imap_Message
- $_uid : int
Methods
- __call() : mixed
- __construct() : mixed
- Const'r
- mdnCheck() : mixed
- Check if we should and are able to send an MDN.
- _msgCheck() : bool
- Check to see if we are able to send an unconfirmed MDN based on the message data.
- _sysCheck() : bool
- Check system prefs and/or hooks to determine if we are allowed to send.
Properties
$_connector
protected
Horde_Core_ActiveSync_Connector
$_connector
$_imap
protected
Horde_ActiveSync_Imap_Adapter
$_imap
$_mailbox
protected
string
$_mailbox
$_msg
protected
Horde_ActiveSync_Imap_Message
$_msg
$_uid
protected
int
$_uid
Methods
__call()
public
__call(mixed $method, mixed $args) : mixed
Parameters
- $method : mixed
- $args : mixed
__construct()
Const'r
public
__construct(string $mailbox, int $uid, Horde_ActiveSync_Imap_Adapter $imap, Horde_Core_ActiveSync_Connector $connector) : mixed
Parameters
- $mailbox : string
- $uid : int
- $imap : Horde_ActiveSync_Imap_Adapter
- $connector : Horde_Core_ActiveSync_Connector
mdnCheck()
Check if we should and are able to send an MDN.
public
mdnCheck() : mixed
Tags
_msgCheck()
Check to see if we are able to send an unconfirmed MDN based on the message data.
protected
_msgCheck() : bool
Return values
bool —True if able to send, otherwise false.
_sysCheck()
Check system prefs and/or hooks to determine if we are allowed to send.
protected
_sysCheck() : bool
Return values
bool —True if able to send otherwise false.