We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85a13f4 + 71994c6 commit 0acd3e3Copy full SHA for 0acd3e3
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