feat(mail): new parameter to disable S/MIME certificates

This commit is contained in:
Francis Lachapelle
2021-08-11 18:18:29 -04:00
parent 90752c4382
commit 545cfe58c6
6 changed files with 26 additions and 1 deletions
+5
View File
@@ -322,6 +322,11 @@
return [self stringArrayForKey: @"SOGoMailListViewColumnsOrder"];
}
- (BOOL) mailCertificateEnabled
{
return [self boolForKey: @"SOGoMailCertificateEnabled"];
}
- (NSArray *) superUsernames
{
return [self stringArrayForKey: @"SOGoSuperUsernames"];