Documentation

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

$_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

mdnCheck()

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

public mdnCheck() : mixed
Tags
boolean

_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.


        
On this page

Search results