[Tickets #13590] Re: Can't use horde together with imapproxy anymore
noreply at bugs.horde.org
noreply at bugs.horde.org
Sun Sep 21 13:19:26 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13590
------------------------------------------------------------------------------
Ticket | 13590
Updated By | horde at immerda.ch
Summary | Can't use horde together with imapproxy anymore
Queue | IMP
Version | 6.2.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
horde at immerda.ch (2014-09-21 13:19) wrote:
> Givent that imapproxy is recommended by
> http://www.horde.org/apps/imp/docs/PERFORMANCE and that nonascii
> character passwords are very likely and that modern imap-servers
> (e.g. dovecot) do not have a problem with login commands with
> nonascii characters, there should be a way to get the old behavior
> back.
Exchaning
https://github.com/horde/horde/blob/master/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php#L732 with: $password = '"'.$password.'"'; makes it possible to use imapproxy again with nonascii
characters.
This is likely not what we want in the end, but it shows what worked
before and is a quick'n'dirty workaround.
More information about the bugs
mailing list