quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test989 (545B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 POP3S
      5 RETR
      6 </keywords>
      7 </info>
      8 
      9 #
     10 # Server-side
     11 <reply>
     12 <data>
     13 From: me@somewhere
     14 To: fake@nowhere
     15 
     16 body
     17 
     18 --
     19   yours sincerely
     20 </data>
     21 </reply>
     22 
     23 #
     24 # Client-side
     25 <client>
     26 <server>
     27 pop3s
     28 </server>
     29 <name>
     30 POP3S RETR with redundant explicit SSL request
     31 </name>
     32 <command>
     33 --insecure --ssl-reqd  -u user:secret pop3s://%HOSTIP:%POP3SPORT/%TESTNUMBER
     34 </command>
     35 </client>
     36 
     37 #
     38 # Verify data after the test has been "shot"
     39 <verify>
     40 <protocol>
     41 CAPA
     42 USER user
     43 PASS secret
     44 RETR %TESTNUMBER
     45 QUIT
     46 </protocol>
     47 </verify>
     48 </testcase>