mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
This commit is contained in:
parent
9cc0eaccd4
commit
90c55e013d
@ -99,10 +99,8 @@ class Sieve extends Horde\ManageSieve
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
// try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
|
// try "PLAIN" first, in case IMAP wrongly reports some digest, it does not (correctly) implement
|
||||||
if (self::$supportedAuthMethods[0] !== self::AUTH_PLAIN)
|
array_unshift($this->supportedAuthMethods, self::AUTH_PLAIN);
|
||||||
{
|
|
||||||
array_unshift(self::$supportedAuthMethods, self::AUTH_PLAIN);
|
|
||||||
}
|
|
||||||
parent::__construct($params);
|
parent::__construct($params);
|
||||||
|
|
||||||
$this->displayCharset = Translation::charset();
|
$this->displayCharset = Translation::charset();
|
||||||
|
Loading…
Reference in New Issue
Block a user