test866 677 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. SASL
  6. SASL AUTH LOGIN
  7. RFC1734
  8. RFC5034
  9. </keywords>
  10. </info>
  11. #
  12. # Server-side
  13. <reply>
  14. <servercmd>
  15. AUTH LOGIN
  16. REPLY AUTH + VXNlcm5hbWU6
  17. REPLY dXNlcg== + UGFzc3dvcmQ6
  18. REPLY c2VjcmV0 +OK Login successful
  19. </servercmd>
  20. <data>
  21. From: me@somewhere
  22. To: fake@nowhere
  23. body
  24. --
  25. yours sincerely
  26. </data>
  27. </reply>
  28. #
  29. # Client-side
  30. <client>
  31. <server>
  32. pop3
  33. </server>
  34. <name>
  35. POP3 login authentication
  36. </name>
  37. <command>
  38. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret
  39. </command>
  40. </client>
  41. #
  42. # Verify data after the test has been "shot"
  43. <verify>
  44. <protocol>
  45. CAPA
  46. AUTH LOGIN
  47. dXNlcg==
  48. c2VjcmV0
  49. RETR %TESTNUMBER
  50. QUIT
  51. </protocol>
  52. </verify>
  53. </testcase>