Skip to content

Commit 7b742ab

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d170f4b + 162a397 commit 7b742ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IMAP/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Client {
113113
*
114114
* @var array $validConfigKeys
115115
*/
116-
protected $validConfigKeys = ['host', 'port', 'encryption', 'validate_cert', 'username', 'password'];
116+
protected $validConfigKeys = ['host', 'port', 'encryption', 'validate_cert', 'username', 'password','protocol'];
117117

118118
/**
119119
* Client constructor.

0 commit comments

Comments
 (0)