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