- remove: deprecated SetContentTypeAndHeader - fix: write metada unit test - change: do not cache body for Drafts - change: do not cache body structure (header) for Drafts - change: do not cache body size for Draftscreate-reload-action
parent
7ce3529f5d
commit
6ed97a0347
5 changed files with 119 additions and 53 deletions
@ -0,0 +1,32 @@ |
||||
Feature: IMAP operations with Drafts |
||||
Background: |
||||
Given there is connected user "user" |
||||
And there is IMAP client logged in as "user" |
||||
And there is IMAP client selected in "Drafts" |
||||
And IMAP client imports message to "Drafts" |
||||
""" |
||||
To: Lionel Richie <lionel@richie.com> |
||||
Subject: RE: Hello, is it me you looking for? |
||||
|
||||
Nope. |
||||
|
||||
""" |
||||
And IMAP response is "OK" |
||||
And API mailbox "<mailbox>" for "user" has 1 message |
||||
|
||||
|
||||
Scenario: Draft subject updated on locally |
||||
|
||||
Scenario: Draft recipient updated on locally |
||||
|
||||
Scenario: Draft body updated on locally |
||||
|
||||
@ignore-live |
||||
Scenario: Draft subject updated on server side |
||||
|
||||
@ignore-live |
||||
Scenario: Draft recipient updated on server side |
||||
|
||||
@ignore-live |
||||
Scenario: Draft body and size updated on server side |
||||
|
||||
Loading…
Reference in new issue