[Tickets #10093] Re: Cannot create folder name with ampersand
bugs at horde.org
bugs at horde.org
Wed Aug 29 12:25:33 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10093
------------------------------------------------------------------------------
Ticket | 10093
Updated By | Git Commit <commits at lists.horde.org>
Summary | Cannot create folder name with ampersand
Queue | IMP
Version | Git master
Type | Bug
State | Resolved
Priority | 3. High
Milestone | 5.1
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Git Commit <commits at lists.horde.org> (2012-08-29 12:25) wrote:
Changes have been made in Git (master):
commit 28b604652b636aaa464896e7ac5ab63b9716dac2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Oct 28 18:27:45 2011 -0600
Bug #10093: Convert IMP to use new Horde_Imap_Client 1.2 features
IMP now entirely handles IMAP mailbox names internally in UTF-8.
This does, however, mean several preferences and configuration
parameters may need to be changed. Current preference values will be
automatically updated. This is a necessary evil, or else there will be
NO way to accurately determine the charset in future versions. (Most
users should be using default values, so this will not affect them.
Addtionally, from feeback, it seems likely that very few users are
currently using the fixed_folders configuration option).
Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/config/backends.php | 6 +-
imp/config/conf.xml | 5 +-
imp/config/hooks.php.dist | 8 +-
imp/config/prefs.php | 20 +----
imp/docs/CHANGES | 1 +
imp/docs/UPGRADING | 15 +++
imp/folders.php | 12 +--
imp/lib/Ajax/Application.php | 7 +-
imp/lib/Api.php | 20 ++--
imp/lib/Compose.php | 2 +-
imp/lib/Flag/User.php | 2 +-
imp/lib/Flags.php | 2 +-
imp/lib/Imap.php | 98 +++++++++++++++++++-
imp/lib/Imap/Tree.php | 4 +-
imp/lib/LoginTasks/SystemTask/Upgrade.php | 38 ++++++++-
imp/lib/LoginTasks/Task/DeleteSentmailMonthly.php | 4 +-
imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 2 +-
imp/lib/Mailbox.php | 95
++++++++++++---------
imp/lib/Message.php | 2 +-
imp/lib/Prefs/Ui.php | 3 +-
imp/lib/Ui/Folder.php | 21 ++---
imp/package.xml | 1 +
imp/templates/imp/folders/import.html | 2 +-
23 files changed, 253 insertions(+), 117 deletions(-)
http://git.horde.org/horde-git/-/commit/28b604652b636aaa464896e7ac5ab63b9716dac2
More information about the bugs
mailing list