mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
cleanup
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
namespace Espo\Core\Mail;
|
||||
|
||||
use Espo\Core\Mail\Exceptions\ImapError;
|
||||
use Espo\Core\Mail\Importer\Data;
|
||||
use Espo\Entities\Email;
|
||||
|
||||
@@ -38,8 +37,5 @@ use Espo\Entities\Email;
|
||||
*/
|
||||
interface Importer
|
||||
{
|
||||
/**
|
||||
* @throws ImapError
|
||||
*/
|
||||
public function import(Message $message, Data $data): ?Email;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user