https://bugs.kde.org/show_bug.cgi?id=505428
--- Comment #6 from tomas.teije...@gmail.com --- Many thanks, Allen, I managed to make it work!! This is what I did (I have a standard Neon user edition installation): 1. Create a new script in ~/.config/plasma-workspace/env named 'sasl_path.sh' with the following content. export SASL_PATH=/usr/lib/x86_64-linux-gnu/sasl2 2. Create a new symlink in /usr/lib/x86_64-linux-gnu/sasl2 since libkdexoauth2.so didn't exist: cd /usr/lib/x86_64-linux-gnu/sasl2 sudo ln -s libkdexoauth2.so.3 libkdexoauth2.so Now IMAP connects and all the emails are properly downloaded using XOAuth authentication. -- You are receiving this mail because: You are watching all bug changes.