Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8223230
SmartForward.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
841 B
Referenced Files
None
Subscribers
None
SmartForward.php
View Options
<?php
/**
* Syncroton
*
* @package Syncroton
* @subpackage Command
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2009-2012 Metaways Infosystems GmbH (http://www.metaways.de)
* @author Lars Kneschke <l.kneschke@metaways.de>
*/
/**
* class to handle ActiveSync SmartForward command
*
* @package Syncroton
* @subpackage Command
*/
class
Syncroton_Command_SmartForward
extends
Syncroton_Command_SendMail
{
protected
$_defaultNameSpace
=
'uri:ComposeMail'
;
protected
$_documentElement
=
'SmartForward'
;
/**
* Execute email sending method of data controller
*/
protected
function
sendMail
(
$dataController
)
{
$dataController
->
forwardEmail
(
$this
->
_source
,
$this
->
_mime
,
$this
->
_saveInSent
,
$this
->
_replaceMime
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jul 9, 9:17 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1057185
Default Alt Text
SmartForward.php (841 B)
Attached To
Mode
R4 syncroton
Attached
Detach File
Event Timeline
Log In to Comment