Revision 0dba37f...
Go back to digest for 16th June 2013Bug Fixes in KDE-PIM
Jan Kundrát committed changes in [trojita] /:
IMAP: do not doubly-encode backslashes when sending mailbox names
I've noticed this in an unrelated bugreport (thanks to Nicolas Sirolli
in bug 320828).
The encodeImapFolderName shall only convert the Unicode data into a proper
modified-utf-7 thing, not escape the backslashes. This escaping is done by the
Parser when queueing commands. Looks like this bug must have been around for
ages, literally.
File Changes
Modified 3 files
- tests/tests/test_Imap_Tasks_ListChildMailboxes/test_Imap_Tasks_ListChildMailboxes.cpp
- tests/tests/test_Imap_Tasks_ListChildMailboxes/test_Imap_Tasks_ListChildMailboxes.h
- src/Imap/Parser/3rdparty/rfccodecs.cpp
3 files changed in total