mirror of
https://github.com/mjl-/mox.git
synced 2025-07-19 03:26:37 +03:00
implement IMAP CREATE-SPECIAL-USE extension for the mailbox create command, part of rfc 6154
we already supported special-use flags. settable through the webmail interface, and new accounts already got standard mailboxes with special-use flags predefined. but now the IMAP "CREATE" command implements creating mailboxes with special-use flags.
This commit is contained in:
@ -96,7 +96,7 @@ func testCondstoreQresync(t *testing.T, qresync bool) {
|
||||
err = tc.account.DB.Update(ctxbg, &store.SyncState{ID: 1, LastModSeq: 1})
|
||||
tcheck(t, err, "resetting modseq state")
|
||||
|
||||
tc.client.Create("otherbox")
|
||||
tc.client.Create("otherbox", nil)
|
||||
|
||||
// tc2 is a client without condstore, so no modseq responses.
|
||||
tc2 := startNoSwitchboard(t)
|
||||
|
Reference in New Issue
Block a user