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/18 02:07:28 UTC

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

hbedi       2002/10/17 17:07:28

  Added:       tests/src/conf pop3auth.protocolsession
  Log:
  simulates pop3 authentication session.
  
  Revision  Changes    Path
  1.1                  jakarta-james/tests/src/conf/pop3auth.protocolsession
  
  Index: pop3auth.protocolsession
  ===================================================================
  # note \ before '+'. '+' needs to be escaped
  S: \+OK.*
  C: USER test
  S: \+OK.*
  C: PASS invalidpwd
  S: -ERR.*
  C: USER test
  S: \+OK.*
  C: PASS test
  S: \+OK.*
  
  
  

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