diff src/c-client/mail.c @ 3:2366b362676d draft

imap-2007f
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Oct 2014 00:00:57 +0900
parents 28a55bc1110c
children d741b3ecc917
line wrap: on
line diff
--- a/src/c-client/mail.c	Mon Sep 14 20:06:41 2009 +0900
+++ b/src/c-client/mail.c	Thu Oct 30 00:00:57 2014 +0900
@@ -6081,9 +6081,6 @@
     if (auth->server && !compare_cstring (auth->name,mechanism))
       return (!(auth->flags & AU_DISABLE) &&
 	      ((auth->flags & AU_SECURE) ||
-#ifdef QMAIL
-	       getenv("INTRANET") ||
-#endif
 	       !mail_parameters (NIL,GET_DISABLEPLAINTEXT,NIL))) ?
 	(*auth->server) (resp,argc,argv) : NIL;
   return NIL;			/* no authenticator found */

yatex.org