https://bugs.kde.org/show_bug.cgi?id=402780
dvogel <dorianvo...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dorianvo...@gmail.com --- Comment #1 from dvogel <dorianvo...@gmail.com> --- Hey, I was having the same issue on my laptop since a few days (Antergos): KDE Plasma Version: 5.14.5 Qt Version: 5.12.0 KDE Frameworks Version: 5.53.0 However is was still working on my home computer (vanilla arch, same versions). So really confusing. However I just solved it thanks to https://github.com/KrissN/akonadi-ews/issues/48 I set the password with: `qdbus org.freedesktop.Akonadi.Resource.akonadi_ews_resource_6 /Settings org.kde.Akonadi.Ews.Wallet.setPassword "my_app_password"` (you can check that the command changed the password successfully by opening the settings of the account in kmail wit the number of dots in the masked password). And it started working again. My password has '$', the rest are just upper and lower case alphanumeric chars so the dollar was probably the issue. Hope that helps. -- You are receiving this mail because: You are watching all bug changes.