* serv_imap.c: fail with a "BAD" error response if the LOGIN command is
authorArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2005 03:05:04 +0000 (03:05 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Jan 2005 03:05:04 +0000 (03:05 +0000)
commit9058a6491eab28e7ca462f542e7f908c1b50e05e
tree5524d129d8d49561a1a359743d3a644e3e42232c
parent58fcf7755efeeedca9776479405817a2f8239eac
* serv_imap.c: fail with a "BAD" error response if the LOGIN command is
  called with the wrong number of parameters (otherwise it goes boom)
* user_ops.c: CtdlLoginExistingUser() was calling strproc() on the supplied
  name, which killed the ability to log in with your email address (because
  it stripped the @ symbol).  Changed it to striplt() instead.
citadel/ChangeLog
citadel/serv_imap.c
citadel/user_ops.c