imapext-2007

diff src/c-client/mail.c @ 4:d741b3ecc917

imapext-2007f
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Oct 2014 00:03:05 +0900
parents 2366b362676d
children
line diff
     1.1 --- a/src/c-client/mail.c	Thu Oct 30 00:00:57 2014 +0900
     1.2 +++ b/src/c-client/mail.c	Thu Oct 30 00:03:05 2014 +0900
     1.3 @@ -6081,6 +6081,9 @@
     1.4      if (auth->server && !compare_cstring (auth->name,mechanism))
     1.5        return (!(auth->flags & AU_DISABLE) &&
     1.6  	      ((auth->flags & AU_SECURE) ||
     1.7 +#ifdef QMAIL
     1.8 +	       getenv("INTRANET") ||
     1.9 +#endif
    1.10  	       !mail_parameters (NIL,GET_DISABLEPLAINTEXT,NIL))) ?
    1.11  	(*auth->server) (resp,argc,argv) : NIL;
    1.12    return NIL;			/* no authenticator found */

UW-IMAP'd extensions by yuuji