https://bugs.kde.org/show_bug.cgi?id=378876
--- Comment #9 from Daniel Vrátil <dvra...@kde.org> --- Git commit c9ae16363e68d6958db0cd835cb0180b340594b5 by Daniel Vrátil. Committed on 22/04/2017 at 11:31. Pushed by dvratil into branch 'Applications/17.04'. [IMAP] Fix migration to new Gmail authentication Currently the settings would be migrated only if user opened the Settings dialog. The GmailPasswordRequester expects that the server settings is migrated correctly and always tries to authenticate via XOAUTH2, even if the configuration says "PLAIN" or other mechanism. This breaks login as we try to send XOAUTH2 tokens as PLAIN credentials. This change ensures that the encryption and auth mechanism settings is correctly migrated on resource startup. Related: bug 378857 M +12 -0 resources/imap/settings.cpp https://commits.kde.org/kdepim-runtime/c9ae16363e68d6958db0cd835cb0180b340594b5 -- You are receiving this mail because: You are watching all bug changes.