Summary | Support Umlaut (utf7) Folders in Maildrop Backend |
Queue | Ingo |
Queue Version | 3.2.0 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | stephan (at) admin (dot) nabira (dot) de |
Created | 07/19/2014 (4005 days ago) |
Due | |
Updated | 12/30/2014 (3841 days ago) |
Assigned | 07/22/2014 (4002 days ago) |
Resolved | 12/30/2014 (3841 days ago) |
Milestone | |
Patch | No |
commit b5f91b101851e7e9a059465c2840968520f3668b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 29 23:52:32 2014 -0700
[mms] Maildir requires UTF7-IMAP encoding for folder names (
Bug #13378).Conflicts:
ingo/package.xml
ingo/docs/CHANGES | 7 +++++++
ingo/lib/Script/Maildrop/Recipe.php | 5 ++++-
ingo/lib/Script/Procmail/Recipe.php | 5 ++++-
ingo/package.xml | 13 +++++++++++++
4 files changed, 28 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/b5f91b101851e7e9a059465c2840968520f3668b
Assigned to Michael Slusarz
State ⇒ Resolved
http://www.courier-mta.org/maildir.html
Ingo 3.2.4
commit 57fe42d54b8d92fd5168d7ca2aa8d61fdc441f05
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 29 23:52:32 2014 -0700
[mms] Maildir requires UTF7-IMAP encoding for folder names (
Bug #13378).ingo/docs/CHANGES | 1 +
ingo/lib/Script/Maildrop/Recipe.php | 5 ++++-
ingo/lib/Script/Procmail/Recipe.php | 5 ++++-
ingo/package.xml | 4 ++--
4 files changed, 11 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/57fe42d54b8d92fd5168d7ca2aa8d61fdc441f05
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Feedback
that says that Maildir folders HAVE to be in utf7-imap. Because quite
honestly that doesn't make much sense - Maildir is not limited to use
with IMAP. And/or a IMAP server might internally store everything in
UTF-8 and only convert to utf7-imap internally when speaking IMAP to
the remote client.
At a minimum, I think that this needs to be a configuration option.
And given that this is a point release, the default behavior needs to
be the existing behavior at this point.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Support Umlaut (utf7) Folders in Maildrop Backend
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ Yes
New Attachment: Recipe.diff
State ⇒ Unconfirmed
represented in utf8 instead of the utf7 encoding typcal for
mailbox-folders. Consequently the folder is not found on the
filesystem when maildrop runs with these filters.
I created a patch addressing the issue by encoding the folder name
when preparing the output to the maildrop script
(ingo/lib/Script/Maildrop/Recipe.php).