Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Jul 22, 2018
2 parents d170f4b + 162a397 commit 7b742ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMAP/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b742ab

Please sign in to comment.