mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
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:
committed by
James Houlahan
parent
afc5307a23
commit
8e34b51c77
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user