talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

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

Add warning about missing LOGIN SASL plugin for IMAP.

Diffstat:
Msrc/imap.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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: "