GODT-1940: Fix message encryption

Update liteapi to v0.36.0 to include message encryption fix and fix
compile errors related to update.
This commit is contained in:
Leander Beernaert
2022-10-25 14:57:05 +02:00
committed by James Houlahan
parent afc5307a23
commit 8e34b51c77
4 changed files with 10 additions and 12 deletions

View File

@ -43,7 +43,7 @@ func TestBridge_Sync(t *testing.T) {
userID, addrID, err := s.CreateUser("imap", "imap@pm.me", password)
require.NoError(t, err)
labelID, err := s.CreateLabel(userID, "folder", liteapi.LabelTypeFolder)
labelID, err := s.CreateLabel(userID, "folder", "", liteapi.LabelTypeFolder)
require.NoError(t, err)
withClient(ctx, t, s, "imap", password, func(ctx context.Context, c *liteapi.Client) {