Page MenuHomePhorge

SmartForward.php
No OneTemporary

Size
896 B
Referenced Files
None
Subscribers
None

SmartForward.php

<?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_SmartReply
{
/**
* this function generates the response for the client
*
* @return void
*/
public function getResponse()
{
$dataController = Syncroton_Data_Factory::factory(Syncroton_Data_Factory::CLASS_EMAIL, $this->_device, $this->_syncTimeStamp);
$dataController->forwardEmail($this->_collectionId, $this->_itemId, $this->_inputStream, $this->_saveInSent);
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 9, 9:20 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1057192
Default Alt Text
SmartForward.php (896 B)

Event Timeline