diff --git a/src/IMAP/Client.php b/src/IMAP/Client.php index 1b91d2f..9730ed9 100644 --- a/src/IMAP/Client.php +++ b/src/IMAP/Client.php @@ -113,7 +113,7 @@ class Client { * * @var array $validConfigKeys */ - protected $validConfigKeys = ['host', 'port', 'encryption', 'validate_cert', 'username', 'password']; + protected $validConfigKeys = ['host', 'port', 'encryption', 'validate_cert', 'username', 'password','protocol']; /** * Client constructor.