You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hb...@apache.org on 2002/10/24 05:47:14 UTC

cvs commit: jakarta-james/tests/src/conf imaplogin.protocolsession

hbedi       2002/10/23 20:47:14

  Added:       tests/src/conf imaplogin.protocolsession
  Log:
  login test for imap.
  
  Revision  Changes    Path
  1.1                  jakarta-james/tests/src/conf/imaplogin.protocolsession
  
  Index: imaplogin.protocolsession
  ===================================================================
  # IMAP4 login test. Send invalid and valid password
  # assumes user 'test' with password 'password' exists.
  S: \* OK.*
  C: 1001 CAPABILITY
  S: \* CAPABILITY.*
  S: 1001 OK.*
  C: 1002 LOGIN test invalidpwd
  S: 1002 NO.*
  C: 1003 LOGIN test password
  S: 1003 OK.*
  C: 1004 SELECT "INBOX"
  # number of recent and existing emails
  S: \* FLAGS \(\\Answered \\Flagged \\Deleted \\Seen \\Draft\)
  S: \* \d* EXISTS
  S: \* \d* RECENT
  S: \* OK.*
  S: 1004 OK.*
  C: 1005 LOGOUT
  S: \* BYE.*
  S: 1005 OK LOGOUT completed
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>