tests: Corrected login "username" authentication responses
This commit is contained in:
parent
2ff0c6f5f3
commit
0434a19431
@ -11,7 +11,7 @@ IMAP AUTH LOGIN
|
||||
<reply>
|
||||
<servercmd>
|
||||
AUTH LOGIN
|
||||
REPLY AUTHENTICATE +
|
||||
REPLY AUTHENTICATE + VXNlcm5hbWU6
|
||||
REPLY dXNlcg== + UGFzc3dvcmQ6
|
||||
REPLY c2VjcmV0 A002 OK AUTHENTICATE completed
|
||||
</servercmd>
|
||||
|
@ -13,7 +13,7 @@ RFC5034
|
||||
<reply>
|
||||
<servercmd>
|
||||
AUTH LOGIN
|
||||
REPLY AUTH +
|
||||
REPLY AUTH + VXNlcm5hbWU6
|
||||
REPLY dXNlcg== + UGFzc3dvcmQ6
|
||||
REPLY c2VjcmV0 +OK Login successful
|
||||
</servercmd>
|
||||
|
@ -12,7 +12,7 @@ RFC4954
|
||||
<reply>
|
||||
<servercmd>
|
||||
AUTH LOGIN
|
||||
REPLY AUTH 334 LOGIN supported
|
||||
REPLY AUTH 334 VXNlcm5hbWU6
|
||||
REPLY dXNlcg== 334 UGFzc3dvcmQ6
|
||||
REPLY c2VjcmV0 235 Authenticated
|
||||
</servercmd>
|
||||
|
Loading…
Reference in New Issue
Block a user