mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
tests: Renamed existing OAuth 2.0 (XOAUTH) tests
This commit is contained in:
parent
ba4d8f7eba
commit
808a17ee67
@ -34,7 +34,7 @@ body
|
||||
imap
|
||||
</server>
|
||||
<name>
|
||||
IMAP OAuth 2.0 authentication
|
||||
IMAP OAuth 2.0 (XOAUTH2) authentication
|
||||
</name>
|
||||
<command>
|
||||
'imap://%HOSTIP:%IMAPPORT/824/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
|
||||
|
@ -35,7 +35,7 @@ body
|
||||
imap
|
||||
</server>
|
||||
<name>
|
||||
IMAP OAuth 2.0 authentication with initial response
|
||||
IMAP OAuth 2.0 (XOAUTH2) authentication with initial response
|
||||
</name>
|
||||
<command>
|
||||
'imap://%HOSTIP:%IMAPPORT/828/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM
|
||||
|
@ -36,7 +36,7 @@ body
|
||||
pop3
|
||||
</server>
|
||||
<name>
|
||||
POP3 OAuth 2.0 authentication
|
||||
POP3 OAuth 2.0 (XOAUTH2) authentication
|
||||
</name>
|
||||
<command>
|
||||
pop3://%HOSTIP:%POP3PORT/870 -u user --oauth2-bearer mF_9.B5f-4.1JqM
|
||||
|
@ -36,7 +36,7 @@ body
|
||||
pop3
|
||||
</server>
|
||||
<name>
|
||||
POP3 OAuth 2.0 authentication with initial response
|
||||
POP3 OAuth 2.0 (XOAUTH2) authentication with initial response
|
||||
</name>
|
||||
<command>
|
||||
pop3://%HOSTIP:%POP3PORT/874 -u user --oauth2-bearer mF_9.B5f-4.1JqM --sasl-ir
|
||||
|
@ -26,7 +26,7 @@ REPLY dXNlcj11c2VyAWF1dGg9QmVhcmVyIG1GXzkuQjVmLTQuMUpxTQEB 235 Authenticated
|
||||
smtp
|
||||
</server>
|
||||
<name>
|
||||
SMTP OAuth 2.0 authentication
|
||||
SMTP OAuth 2.0 (XOAUTH2) authentication
|
||||
</name>
|
||||
<stdin>
|
||||
mail body
|
||||
|
@ -26,7 +26,7 @@ REPLY AUTH 235 Authenticated
|
||||
smtp
|
||||
</server>
|
||||
<name>
|
||||
SMTP OAuth 2.0 authentication with initial response
|
||||
SMTP OAuth 2.0 (XOAUTH2) authentication with initial response
|
||||
</name>
|
||||
<stdin>
|
||||
mail body
|
||||
|
Loading…
Reference in New Issue
Block a user