Undelete emails 💎 (closes #589)

This commit is contained in:
mdecimus
2024-07-07 16:44:37 +02:00
parent af89725d20
commit 14224c5ee0
27 changed files with 526 additions and 39 deletions

View File

@@ -28,6 +28,7 @@ use super::JMAPTest;
struct OAuthCodeResponse {
code: String,
is_admin: bool,
is_enterprise: bool,
}
pub async fn test(params: &mut JMAPTest) {