mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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 (strtolower(trim($this->params['acc_imap_host'])))
|
||||
{
|
||||
case 'imap.yandex.ru':
|
||||
case 'imap.yandex.com':
|
||||
// imap.yandex.com - reports BINARY (server side decoding) but does not decode but
|
||||
// returns undecoded bodyParts AND reports an encoding for the returned part.
|
||||
|
Loading…
Reference in New Issue
Block a user