elementary / switchboard-plug-onlineaccounts

Switchboard Online Accounts Plug
GNU General Public License v3.0
23 stars 16 forks source link

IMAP: Missing Authentification Type, only providing PLAIN #228

Open Letterus opened 2 years ago

Letterus commented 2 years ago

What Happened

I tried to add my mail account of the hosting company "Hetzner" which is quite popular in Germany. Its address for shared webspaces is mail.your-server.de. When trying to add it says something like: "IMAP authentification failed. IMAP server mail.your-server.de does not support authentification type PLAIN."

Expected Behavior

Provide an authentification type the host supports.

I assume this bug derives from a missing implementation piece by evolution data server, but I am not sure.

Platform Information

elementary OS 6 Odin, all updates applied.

marbetschar commented 2 years ago

This has probably already been fixed by https://github.com/elementary/switchboard-plug-onlineaccounts/pull/225 which uses the underlying Camel API to query for supported methods.

EDIT: Updated the wrong PR link

Letterus commented 2 years ago

Nice, thank you for that quick reply!

Letterus commented 2 years ago

So this probably is a duplicate to #226.