PHP Class Horde_ActiveSync_Request_SendMail, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Request_Base
Mostrar archivo Open project: horde/horde

Protected Methods

Method Description
_handle ( ) : boolean Handle the request
_handleError ( integer $status, string $type ) Helper to output a global error response.
_handleWbxmlRequest ( ) : boolean Handle EAS 14+ SendMail/SmartReply/SmartForward requests.

Method Details

_handle() protected method

Handle the request
protected _handle ( ) : boolean
return boolean

_handleError() protected method

Helper to output a global error response.
protected _handleError ( integer $status, string $type )
$status integer A Horde_ActiveSync_Status:: constant.
$type string The type of response tag.

_handleWbxmlRequest() protected method

Handle EAS 14+ SendMail/SmartReply/SmartForward requests.
protected _handleWbxmlRequest ( ) : boolean
return boolean