Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén | |
... 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 | |||
2014-03-30 | tests: Replaced email authentication keywords with SASL based keywords | Steve Holme | |
As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this. | |||
2014-03-30 | tests: Added "SASL" authentication keyword | Steve Holme | |
2014-03-15 | tests: made the SASL modes separate keywords | Dan Fandrich | |
2013-12-23 | tests: Added IMAP SASL downgrade tests | Steve Holme | |