Revision 5b9aef7...

Go back to digest for 26th February 2012

Bug Fixes in KDE-PIM

Kevin Ottens committed changes in [kdepim-runtime] /imap:

Handle with care mailbox names ending with separator

Some servers apparently find funny to sometimes send mailbox names
suffixed with the separator (e.g. INBOX/) which mapped for us to a
mailbox with no name under INBOX. Needless to say it was veeery wrong.

So now special case those, and consider that the server instead meant
the mailbox name without this separator suffix (e.g. INBOX/ -> INBOX).

File Changes

Modified 2 files
  • /imap
  •   resources/retrievecollectionstask.cpp
  •   resources/tests/testretrievecollectionstask.cpp
2 files changed in total