Skip to content

Commit 162a397

Browse files
GeoSotWebklex
authored andcommitted
Protocol option added -minor Fix (#126)
1 parent 4fd65cf commit 162a397

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)