feat(mail): add options to not add X-Foward header in mail

This commit is contained in:
Hivert Quentin
2024-03-07 15:36:40 +01:00
parent 815a87de0b
commit 96331cac90
4 changed files with 16 additions and 7 deletions

View File

@@ -38,6 +38,7 @@
- (BOOL) mailCustomFromEnabled;
- (BOOL) mailAuxiliaryUserAccountsEnabled;
- (BOOL) mailDisableXForward;
- (NSString *) mailDomain;
- (NSString *) imapServer;
- (NSString *) sieveServer;