6.0.0-beta1
7/19/25

[#6856] Can't create folders with umlauts
Summary Can't create folders with umlauts
Queue IMP
Queue Version Git master
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester thomas.jarosch (at) intra2net (dot) com
Created 06/06/2008 (6252 days ago)
Due
Updated 10/18/2010 (5388 days ago)
Assigned 06/09/2008 (6249 days ago)
Resolved 06/09/2008 (6249 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/18/2010 09:37:27 PM Michael Slusarz Comment #10
Version ⇒ Git master
Reply to this comment
creating folder with a . in the folder name will create subfolders, e.g.

folder name 12.34.56

creates
12
   +- 34
      +- 56
And that is exactly what is intended.  For your IMAP server, '.' is 
the namespace separator.
10/15/2010 01:16:28 PM petersen (at) trilos (dot) de Comment #9 Reply to this comment
creating folder with a . in the folder name will create subfolders, e.g.

folder name 12.34.56

creates
12
   +- 34
      +- 56

an so on.

Ending with a . creates a folder without a name, which can´t be 
selected in the folder tree (can´t remember if navigation tree oder 
folder administration tree, perhaps both).

06/09/2008 05:18:51 PM Chuck Hagenbuch Comment #8 Reply to this comment
btw: I can't assign the bug to myself, atleast I don't appear in the
"owners" list. Is that intended?
You need to be in the "responsible users" setting for each queue for 
that; you're not currently in it for IMP.
06/09/2008 02:03:31 PM Jan Schneider Comment #7
State ⇒ Not A Bug
Reply to this comment
Would it make sense to add an extra warning to IMP's test.php if
mbstring is not installed?
It's already a warning at Horde's test.php page. That should suffice.
06/09/2008 01:25:05 PM Thomas Jarosch Comment #6 Reply to this comment
Source of the trouble is imap_utf7_encode() as it produces a broken 
modified UTF-7 stream. Upstream bug: 
http://bugs.php.net/bug.php?id=45213

The same bug hit me 2002 :o)



Installing the mbstring extension does solve it. I forgot to reload 
httpd when I first tried it...



Would it make sense to add an extra warning to IMP's test.php if 
mbstring is not installed?


06/09/2008 07:11:08 AM Thomas Jarosch Comment #5
Taken from Horde DevelopersHorde Developers
Reply to this comment
btw: I can't assign the bug to myself, atleast I don't appear in the 
"owners" list. Is that intended?


06/09/2008 07:10:08 AM Thomas Jarosch Comment #4
Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
Reply to this comment
Thanks for testing, I'll look into it. The 228 (0xE4) smells like the 
start sequence of a unicode string...


06/06/2008 08:25:43 PM Jan Schneider Comment #3
Taken from Jan Schneider
Reply to this comment
Same here, works fine.
06/06/2008 05:38:35 PM Michael Slusarz Comment #2 Reply to this comment
Works for me.
06/06/2008 03:17:42 PM Thomas Jarosch State ⇒ Feedback
Assigned to Jan Schneider
 
06/06/2008 03:17:05 PM Thomas Jarosch Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Can't create folders with umlauts
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
Hello,



I'm unable to create new folders with umlauts in the name. After 
adding some debug output to String::converCharset it turns out that my 
iso-8859-1 test string "Täst" contains a character with decimal value 
228 instead of the expected 132. The value seems already wrong after 
the Util::getFormData() call.



It tried it with Firefox and konqueror on Linux and IE7 on windows to 
make sure it's not a browser problem. Jan, can you test if this works 
for you?



I also tried enabling/disabling the mbstring extension, no difference.


Saved Queries