We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a13f4 commit 71994c6Copy full SHA for 71994c6
1 file changed
lib/imap.php
@@ -95,6 +95,7 @@ public function checkPassword($uid, $password) {
95
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
96
curl_setopt($ch, CURLOPT_USERPWD, $username.":".$password);
97
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
98
+ curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'CAPABILITY');
99
100
$canconnect = curl_exec($ch);
101
0 commit comments