[Akonadi] [Bug 505428] Cannot connect to institutional Google Mail accounts
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Fri Jun 13 21:37:00 BST 2025
https://bugs.kde.org/show_bug.cgi?id=505428
--- Comment #6 from tomas.teijeiro at 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 the assignee for the bug.
More information about the Kdepim-bugs
mailing list