mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
add imap.yandex.ru to capability_ignore switch
This commit is contained in:
parent
493488b1b1
commit
d3f688760f
@ -192,6 +192,7 @@ class emailadmin_imap extends Horde_Imap_Client_Socket implements defaultimap
|
|||||||
// switch to allow to disable some capabilites known to be troublesome
|
// switch to allow to disable some capabilites known to be troublesome
|
||||||
switch (strtolower(trim($this->params['acc_imap_host'])))
|
switch (strtolower(trim($this->params['acc_imap_host'])))
|
||||||
{
|
{
|
||||||
|
case 'imap.yandex.ru':
|
||||||
case 'imap.yandex.com':
|
case 'imap.yandex.com':
|
||||||
// imap.yandex.com - reports BINARY (server side decoding) but does not decode but
|
// imap.yandex.com - reports BINARY (server side decoding) but does not decode but
|
||||||
// returns undecoded bodyParts AND reports an encoding for the returned part.
|
// returns undecoded bodyParts AND reports an encoding for the returned part.
|
||||||
|
Loading…
Reference in New Issue
Block a user