mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-1954: Draft message support
Add special case handling for draft messages so that if a Draft is updated via an event it is correctly updated on the IMAP client via a the new `imap.MessageUpdated event`. This patch also updates Gluon to the latest version.
This commit is contained in:
@ -7,7 +7,7 @@ Feature: IMAP remove messages from Trash
|
||||
| label | label |
|
||||
|
||||
Scenario Outline: Message in Trash or Spam and some other label is not permanently deleted
|
||||
And the address "user@pm.me" of account "user@pm.me" has the following messages in "<mailbox>":
|
||||
Given the address "user@pm.me" of account "user@pm.me" has the following messages in "<mailbox>":
|
||||
| from | to | subject | body |
|
||||
| john.doe@mail.com | user@pm.me | foo | hello |
|
||||
| jane.doe@mail.com | name@pm.me | bar | world |
|
||||
@ -35,7 +35,7 @@ Feature: IMAP remove messages from Trash
|
||||
| Trash |
|
||||
|
||||
Scenario Outline: Message in Trash or Spam only is permanently deleted
|
||||
And the address "user@pm.me" of account "user@pm.me" has the following messages in "<mailbox>":
|
||||
Given the address "user@pm.me" of account "user@pm.me" has the following messages in "<mailbox>":
|
||||
| from | to | subject | body |
|
||||
| john.doe@mail.com | user@pm.me | foo | hello |
|
||||
| jane.doe@mail.com | name@pm.me | bar | world |
|
||||
|
||||
Reference in New Issue
Block a user