remove deprecated mail_bo (moved to Api\Mail a long time ago)

This commit is contained in:
Ralf Becker 2020-06-08 09:34:25 +02:00
parent 213a30a250
commit 2398968fb8
3 changed files with 2 additions and 23 deletions

View File

@ -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 {}

View File

@ -12,6 +12,7 @@
use EGroupware\Api;
use EGroupware\Api\Link;
use EGroupware\Api\Mail as mail_bo;
/**
* Class cotains methods and functions

View File

@ -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)