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:
Leander Beernaert
2023-01-02 11:41:49 +01:00
parent 6d0a128111
commit 757e8a02ec
2 changed files with 9 additions and 1 deletions

View File

@ -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"