2013-02-08 20:11:44 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* EGroupware - Mail - worker class
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @package mail
|
2013-10-24 09:15:48 +02:00
|
|
|
* @author Stylite AG [info@stylite.de]
|
2016-03-28 20:51:38 +02:00
|
|
|
* @copyright (c) 2013-2016 by Stylite AG <info-AT-stylite.de>
|
2013-02-08 20:11:44 +01:00
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
|
2016-03-28 20:51:38 +02:00
|
|
|
use EGroupware\Api\Mail;
|
|
|
|
|
2013-02-08 20:11:44 +01:00
|
|
|
/**
|
|
|
|
* Mail worker class
|
|
|
|
* -provides backend functionality for all classes in Mail
|
|
|
|
* -provides classes that may be used by other apps too
|
2013-11-10 21:53:51 +01:00
|
|
|
*
|
2016-03-28 20:51:38 +02:00
|
|
|
* @deprecated use Api\Mail
|
2013-02-08 20:11:44 +01:00
|
|
|
*/
|
2016-03-28 20:51:38 +02:00
|
|
|
class mail_bo extends Mail {}
|