Final touches of go-imap v1 implementation

This commit is contained in:
Michal Horejsek
2020-04-24 10:06:24 +02:00
parent 1998d92432
commit e43bd231ed
4 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Feature: IMAP search messages
Background:
Given there is connected user "user"
# Messages are inserted in opposite way to keep increasing UID.
# Sequence numbers are then opposite than listed above.
Given there are messages in mailbox "INBOX" for "user"
| from | to | cc | subject | read | starred | body |
| john.doe@email.com | user@pm.me | | foo | false | false | hello |