\Horde_Core_ActiveSync_Mdn

Summary

Methods
Properties
Constants
__construct()
__call()
mdnCheck()
No public properties found
No constants found
_msgCheck()
_sysCheck()
$_connector
$_mailbox
$_uid
$_imap
$_msg
N/A
No private methods found
No private properties found
N/A

Properties

$_mailbox

$_mailbox : string

Type

string

$_uid

$_uid : integer

Type

integer

$_imap

$_imap : \Horde_ActiveSync_Imap_Adapter

Type

\Horde_ActiveSync_Imap_Adapter

$_msg

$_msg : \Horde_ActiveSync_Imap_Message

Type

\Horde_ActiveSync_Imap_Message

Methods

__construct()

__construct(string  $mailbox, integer  $uid, \Horde_ActiveSync_Imap_Adapter  $imap, \Horde_Core_ActiveSync_Connector  $connector) 

Const'r

Parameters

string $mailbox
integer $uid
\Horde_ActiveSync_Imap_Adapter $imap
\Horde_Core_ActiveSync_Connector $connector

__call()

__call(  $method,   $args) 

Parameters

$method
$args

mdnCheck()

mdnCheck() 

Check if we should and are able to send an MDN.

_msgCheck()

_msgCheck() : boolean

Check to see if we are able to send an unconfirmed MDN based on the message data.

Returns

boolean —

True if able to send, otherwise false.

_sysCheck()

_sysCheck() : boolean

Check system prefs and/or hooks to determine if we are allowed to send.

Returns

boolean —

True if able to send otherwise false.