mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
remove deprecated mail_bo (moved to Api\Mail a long time ago)
This commit is contained in:
parent
213a30a250
commit
2398968fb8
@ -1,22 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* EGroupware - Mail - worker class
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @package mail
|
||||
* @author EGroupware GmbH [info@egroupware.org]
|
||||
* @copyright (c) 2013-2016 by EGroupware GmbH <info-AT-egroupware.org>
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
use EGroupware\Api\Mail;
|
||||
|
||||
/**
|
||||
* Mail worker class
|
||||
* -provides backend functionality for all classes in Mail
|
||||
* -provides classes that may be used by other apps too
|
||||
*
|
||||
* @deprecated use Api\Mail
|
||||
*/
|
||||
class mail_bo extends Mail {}
|
@ -12,6 +12,7 @@
|
||||
|
||||
use EGroupware\Api;
|
||||
use EGroupware\Api\Link;
|
||||
use EGroupware\Api\Mail as mail_bo;
|
||||
|
||||
/**
|
||||
* Class cotains methods and functions
|
||||
|
@ -100,7 +100,7 @@ class SaveToVfsTest extends \PHPUnit\Framework\TestCase
|
||||
}
|
||||
|
||||
|
||||
class VfsTestMail extends \mail_bo
|
||||
class VfsTestMail extends Api\Mail
|
||||
{
|
||||
// Expose for testing
|
||||
public static function clean_subject_for_filename($filename)
|
||||
|
Loading…
Reference in New Issue
Block a user