commit 1b235d3d466afea7d41d60d12fb96c4a83b2671e Author: Oswald Buddenhagen <o...@users.sf.net> Date: Sat Dec 3 20:00:38 2016 +0100
make * not match LOGIN even in non-SSL builds this is consistent with the plain text transmission warning below. src/drv_imap.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/drv_imap.c b/src/drv_imap.c index 9d7c824..e91ca36 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -1956,6 +1956,8 @@ imap_open_store_authenticate2( imap_store_t *ctx ) if (!strcasecmp( cmech->string, "LOGIN" )) { #ifdef HAVE_LIBSSL if (ctx->conn.ssl || !any) +#else + if (!any) #endif auth_login = 1; #ifdef HAVE_LIBSASL ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel