https://bugs.kde.org/show_bug.cgi?id=278082
Andre Woebbeking <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Version Fixed In| |4.11.3 Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/kdep | |im-runtime/c561149538336804 | |f212f5a12ea6cf3d1a3a19f5 --- Comment #17 from Andre Woebbeking <[email protected]> --- Git commit c561149538336804f212f5a12ea6cf3d1a3a19f5 by Andre Woebbeking. Committed on 27/09/2013 at 20:19. Pushed by woebbe into branch 'KDE/4.11'. 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. Related: bug 287356 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. M +1 -1 resources/imap/additemtask.cpp M +2 -2 resources/imap/changeitemsflagstask.cpp M +2 -15 resources/imap/changeitemtask.cpp M +21 -0 resources/imap/resourcetask.cpp M +5 -0 resources/imap/resourcetask.h http://commits.kde.org/kdepim-runtime/c561149538336804f212f5a12ea6cf3d1a3a19f5 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
