feat(mail): Deletion of mail older than x. Closes #6023.

This commit is contained in:
smizrahi
2024-11-20 16:50:15 +01:00
parent e44bc1fc91
commit 6f86506b28
16 changed files with 467 additions and 9 deletions
+11
View File
@@ -611,6 +611,17 @@
return result;
}
- (BOOL) isCleanMailboxEnabled {
BOOL result;
SOGoSystemDefaults *sd;
sd = [SOGoSystemDefaults sharedSystemDefaults];
result = ![sd disableMailCleaning];
return result;
}
@end /* UIxMailMainFrame */
@interface UIxMailFolderTemplate : UIxComponent