forked from Silverfish/proton-bridge
GODT-2233: Fix sub folder creation bug
Sub folders with more than 2 levels of depth (e.g.: Folders/first/second) could not be created since we did not update the known label list we use to validate the request.
This commit is contained in:
@ -187,3 +187,8 @@ Feature: IMAP create mailbox
|
||||
| Labels |
|
||||
| Labels/l1 |
|
||||
| Labels/l2 |
|
||||
|
||||
Scenario: Create 2 levels deep Folder
|
||||
When IMAP client "1" creates "Folders/first/second"
|
||||
And it succeeds
|
||||
Then IMAP client "1" sees "Folders/first/second"
|
||||
|
||||
Reference in New Issue
Block a user