[bugs]
[Bug 1150] Changed - Greek Exchange 2000 SP3 folder names appeared garbled
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jan 16 06:40:52 PST 2003
http://bugs.horde.org/show_bug.cgi?id=1150
*** shadow/1150 Thu Jan 16 05:58:14 2003
--- shadow/1150.tmp.19579 Thu Jan 16 06:40:52 2003
***************
*** 3,10 ****
Version: 2.1 Unstable
Platform: All Browsers
OS/Version: Linux
! Status: ASSIGNED
! Resolution:
Severity: normal
Priority: P3
Component: IMP
--- 3,10 ----
Version: 2.1 Unstable
Platform: All Browsers
OS/Version: Linux
! Status: RESOLVED
! Resolution: FIXED
Severity: normal
Priority: P3
Component: IMP
***************
*** 42,44 ****
--- 42,58 ----
------- Additional Comments From jan at horde.org 01/16/03 05:58 -------
I just checked with my Cyrus server to see if it is an Exchange specific
problem, but it isn't. I can reproduce it locally.
+
+ ------- Additional Comments From jan at horde.org 01/16/03 06:40 -------
+ OK, this was happening due to the fact that the methods to en/decode imap folder
+ names from PHP's imap extension only understand the iso-8859-1 charset.
+
+ In IMP from CVS (HEAD branch) we have a framework that supports converting
+ between different charsets through the iconv and mbstring extensions. I have
+ changed the code in IMP so that we now use this method to en/decode imap folder
+ names instead of the builtin functions.
+
+ You might want to try the code from CVS and see if it works with Exchange too, I
+ don't have an Exchange server at hand to test this.
+ I'm not sure if this will be backported to the stable (RELENG_3) branch or even
+ included in IMP 3.2.
More information about the bugs
mailing list