| <testcase> |
| <info> |
| <keywords> |
| IMAP |
| SASL |
| SASL AUTH PLAIN |
| RFC4616 |
| </keywords> |
| </info> |
| |
| # |
| # Server-side |
| <reply> |
| <servercmd> |
| AUTH PLAIN |
| REPLY AUTHENTICATE + |
| REPLY c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ= A002 OK AUTHENTICATE completed |
| </servercmd> |
| <data> |
| From: me@somewhere
|
| To: fake@nowhere
|
|
|
| body
|
|
|
| --
|
| yours sincerely
|
| </data> |
| </reply> |
| |
| # |
| # Client-side |
| <client> |
| <server> |
| imap |
| </server> |
| <name> |
| IMAP plain authentication with alternative authorization identity |
| </name> |
| <command> |
| 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --sasl-authzid shared-mailbox |
| </command> |
| </client> |
| |
| # |
| # Verify data after the test has been "shot" |
| <verify> |
| <protocol> |
| A001 CAPABILITY
|
| A002 AUTHENTICATE PLAIN
|
| c2hhcmVkLW1haWxib3gAdXNlcgBzZWNyZXQ=
|
| A003 SELECT %TESTNUMBER
|
| A004 FETCH 1 BODY[]
|
| A005 LOGOUT
|
| </protocol> |
| </verify> |
| </testcase> |