Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 IMAP
      5 SASL
      6 SASL AUTH CRAM-MD5
      7 RFC2195
      8 </keywords>
      9 </info>
     10 
     11 #
     12 # Server-side
     13 <reply>
     14 <servercmd>
     15 AUTH CRAM-MD5
     16 REPLY AUTHENTICATE + PDE5NzIuOTg3NjU0MzIxQGN1cmw+
     17 REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== A002 OK AUTHENTICATE completed
     18 </servercmd>
     19 <data>
     20 From: me@somewhere
     21 To: fake@nowhere
     22 
     23 body
     24 
     25 --
     26   yours sincerely
     27 </data>
     28 </reply>
     29 
     30 #
     31 # Client-side
     32 <client>
     33 <server>
     34 imap
     35 </server>
     36 <features>
     37 crypto
     38 </features>
     39  <name>
     40 IMAP CRAM-MD5 authentication
     41  </name>
     42  <command>
     43 'imap://%HOSTIP:%IMAPPORT/821/;UID=1' -u user:secret
     44 </command>
     45 </client>
     46 
     47 #
     48 # Verify data after the test has been "shot"
     49 <verify>
     50 <protocol>
     51 A001 CAPABILITY
     52 A002 AUTHENTICATE CRAM-MD5
     53 dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg==
     54 A003 SELECT 821
     55 A004 FETCH 1 BODY[]
     56 A005 LOGOUT
     57 </protocol>
     58 </verify>
     59 </testcase>
     60