[Commits] [SCM] claws branch, master, updated. 3.13.2-57-g59c5d79

ticho at claws-mail.org ticho at claws-mail.org
Sat Feb 20 12:07:17 CET 2016


The branch, master has been updated
       via  59c5d794e669915e9ced99f003e6f628d66ed675 (commit)
      from  c33ae843e9a1b94271faff6e934c72662470e11e (commit)

Summary of changes:
 src/imap.c |    6 ++++++
 1 file changed, 6 insertions(+)


- Log -----------------------------------------------------------------
commit 59c5d794e669915e9ced99f003e6f628d66ed675
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Feb 20 12:07:01 2016 +0100

    Add warning about missing LOGIN SASL plugin for IMAP.

diff --git a/src/imap.c b/src/imap.c
index 40fb573..4307d05 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: "

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list