This commit is contained in:
the-djmaze 2023-12-04 13:47:45 +01:00
parent 28ee711938
commit 58666c0df5

View file

@ -20,7 +20,7 @@ use MailSo\Net\Enumerations\ConnectionSecurityType;
class ImapClient extends \MailSo\Net\NetClient
{
use Traits\ResponseParser;
// use Commands\ACL;
use Commands\ACL;
use Commands\Folders;
use Commands\Messages;
use Commands\Metadata;