mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Resolve #1344
This commit is contained in:
parent
28ee711938
commit
58666c0df5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ use MailSo\Net\Enumerations\ConnectionSecurityType;
|
||||||
class ImapClient extends \MailSo\Net\NetClient
|
class ImapClient extends \MailSo\Net\NetClient
|
||||||
{
|
{
|
||||||
use Traits\ResponseParser;
|
use Traits\ResponseParser;
|
||||||
// use Commands\ACL;
|
use Commands\ACL;
|
||||||
use Commands\Folders;
|
use Commands\Folders;
|
||||||
use Commands\Messages;
|
use Commands\Messages;
|
||||||
use Commands\Metadata;
|
use Commands\Metadata;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue