Revision c561149...

Go back to digest for 29th September 2013

Bug Fixes in KDE-PIM

André Wöbbeking committed changes in [kdepim-runtime/KDE/4.11] /imap:

Don't bother IMAP servers with not supported flags

Created a new method ResourceTask::fromAkonadiToSupportedImapFlags() to convert
Akonadi to IMAP flags supported by the server and use it everywhere instead of
fromAkonadiFlags().

fromAkonadiFlags() was made private to make it impossible to call it by accident.


FIXED-IN: 4.11.3
REVIEW:112724



This also reduces the risk to trigger 287356 as the insert on the IMAP server
doesn't fail due to unsupported IMAP flags.

File Changes

Modified 5 files
  • /imap
  •   resources/additemtask.cpp
  •   resources/changeitemsflagstask.cpp
  •   resources/changeitemtask.cpp
  •   resources/resourcetask.cpp
  •   resources/resourcetask.h
5 files changed in total