pin pimalaya core lib versions

This commit is contained in:
Clément DOUIN
2024-10-28 11:29:15 +01:00
parent 0101f7bf34
commit 151adf09e6
25 changed files with 74 additions and 59 deletions
+1
View File
@@ -45,6 +45,7 @@ impl AddFolderCommand {
.with_add_folder(BackendFeatureSource::Context)
},
)
.without_sending_backend()
.build()
.await?;
+1
View File
@@ -52,6 +52,7 @@ impl FolderDeleteCommand {
.with_delete_folder(BackendFeatureSource::Context)
},
)
.without_sending_backend()
.build()
.await?;
+1
View File
@@ -45,6 +45,7 @@ impl FolderExpungeCommand {
.with_expunge_folder(BackendFeatureSource::Context)
},
)
.without_sending_backend()
.build()
.await?;
+1
View File
@@ -50,6 +50,7 @@ impl FolderListCommand {
.with_list_folders(BackendFeatureSource::Context)
},
)
.without_sending_backend()
.build()
.await?;
+1
View File
@@ -52,6 +52,7 @@ impl FolderPurgeCommand {
.with_purge_folder(BackendFeatureSource::Context)
},
)
.without_sending_backend()
.build()
.await?;