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:   <mailto:james-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>

Reply via email to