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

Diff of /imapfilter/imapfilter.c

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

revision 1.29 by lefcha, Thu Jan 31 17:08:13 2002 UTC revision 1.30 by lefcha, Fri Feb 8 14:04:08 2002 UTC
# Line 140  int main(int argc, char *argv[]) Line 140  int main(int argc, char *argv[])
140                  get_password(ca->password, PASSWORD_LEN);                  get_password(ca->password, PASSWORD_LEN);
141                  ca->passwdattr = PASSWORD_PLAIN;                  ca->passwdattr = PASSWORD_PLAIN;
142              }              }
143              if (login(ca->username, ca->password))              if (login(ca->username, ca->password) == RESPONSE_NO) {
144                    error("imapfilter: username %s or password rejected at %s\n",
145                          ca->username, ca->server);
146                  continue;                  continue;
147                }
148          }          }
149          check_namespace();          check_namespace();
150    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26