From: Andrej Kacian Date: Sat, 20 Feb 2016 11:07:01 +0000 (+0100) Subject: Add warning about missing LOGIN SASL plugin for IMAP. X-Git-Tag: 3.14.0~149 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=59c5d794e669915e9ced99f003e6f628d66ed675;hp=c33ae843e9a1b94271faff6e934c72662470e11e Add warning about missing LOGIN SASL plugin for IMAP. --- diff --git a/src/imap.c b/src/imap.c index 40fb573bd..4307d050d 100644 --- a/src/imap.c +++ b/src/imap.c @@ -973,6 +973,12 @@ static gint imap_auth(IMAPSession *session, const gchar *user, const gchar *pass "PLAIN SASL plugin is installed."); } + if (type == IMAP_AUTH_LOGIN) { + ext_info = _("\n\nLOGIN logins only work if libetpan has been " + "compiled with SASL support and the " + "LOGIN SASL plugin is installed."); + } + if (time(NULL) - last_login_err > 10) { if (!prefs_common.no_recv_err_panel) { alertpanel_error_log(_("Connection to %s failed: "