summaryrefslogtreecommitdiff
path: root/tests/data/test826
Commit message (Collapse)AuthorAgeFilesLines
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-1/+1
| | | | | | | | | | | | ... and add "MAILINDEX". As described in #2789, this is a suggested solution. Changing UID=xx to actually get mail with UID xx and add "MAILINDEX" to get a mail with a special index in the mail box (old behavior). So MAILINDEX=1 gives the first non deleted mail in the mail box. Fixes #2789 Closes #2815
* tests: Replaced email authentication keywords with SASL based keywordsSteve Holme2014-03-301-1/+1
| | | | | | As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this.
* tests: Added "SASL" authentication keywordSteve Holme2014-03-301-0/+1
|
* tests: made the SASL modes separate keywordsDan Fandrich2014-03-151-1/+2
|
* tests: Added IMAP login authentication with initial response testSteve Holme2013-11-131-0/+55