mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 10:26:44 +00:00
Other: Fix testCtx.getMBoxID()
Ensure we always translate the labels to their full name so they match properly on all commands.
This commit is contained in:
@ -4,7 +4,7 @@ Feature: IMAP get mailbox info
|
||||
And the account "[user:user]" has the following custom mailboxes:
|
||||
| name | type |
|
||||
| one | folder |
|
||||
And the address "[user:user]@[domain]" of account "[user:user]" has the following messages in "one":
|
||||
And the address "[user:user]@[domain]" of account "[user:user]" has the following messages in "Folders/one":
|
||||
| from | to | subject | unread |
|
||||
| a@example.com | a@example.com | one | true |
|
||||
| b@example.com | b@example.com | two | false |
|
||||
|
||||
Reference in New Issue
Block a user