/[imapfilter]/imapfilter/imapfilter.c
ViewVC logotype

Diff of /imapfilter/imapfilter.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by lefcha, Sat Jul 26 19:41:30 2003 UTC revision 1.49 by lefcha, Sun Jul 27 10:08:42 2003 UTC
# Line 160  main(int argc, char *argv[]) Line 160  main(int argc, char *argv[])
160                          if (check_capabilities(&sockpri))                          if (check_capabilities(&sockpri))
161                                  continue;                                  continue;
162    
163    #ifdef SSL_TLS
164                            if (ca->ssl == SSL_DISABLED &&
165                                capspri & CAPABILITY_STARTTLS)
166                                    if (imf_starttls(&sockpri) == RESPONSE_OK)
167                                            check_capabilities(&sockpri);
168    #endif
169    
170                          log_info(LOG_ACCOUNT, ca->key);                          log_info(LOG_ACCOUNT, ca->key);
171    
172                          if (r != RESPONSE_PREAUTH) {                          if (r != RESPONSE_PREAUTH) {

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26