Messagelib
9 #include "messageviewer_export.h"
10 #include <messageviewer/messageviewersettings.h>
11 namespace MessageViewer
22 Q_REQUIRED_RESULT
int rsaSha1Policy()
const;
23 Q_REQUIRED_RESULT
bool verifySignatureWhenOnlyTest()
const;
24 void setRsaSha1Policy(
int rsaSha1Policy);
26 void setVerifySignatureWhenOnlyTest(
bool verifySignatureWhenOnlyTest);
28 Q_REQUIRED_RESULT
bool saveDkimResult()
const;
29 void setSaveDkimResult(
bool saveDkimResult);
31 Q_REQUIRED_RESULT
int saveKey()
const;
32 void setSaveKey(
int saveKey);
34 Q_REQUIRED_RESULT
bool autogenerateRule()
const;
35 void setAutogenerateRule(
bool autogenerateRule);
37 Q_REQUIRED_RESULT
bool checkIfEmailShouldBeSigned()
const;
38 void setCheckIfEmailShouldBeSigned(
bool checkIfEmailShouldBeSigned);
40 Q_REQUIRED_RESULT
bool useDMarc()
const;
41 void setUseDMarc(
bool useDMarc);
43 Q_REQUIRED_RESULT
bool useDefaultRules()
const;
44 void setUseDefaultRules(
bool useDefaultRules);
46 Q_REQUIRED_RESULT
bool useAuthenticationResults()
const;
47 void setUseAuthenticationResults(
bool useAuthenticationResults);
49 Q_REQUIRED_RESULT
bool useRelaxedParsing()
const;
50 void setUseRelaxedParsing(
bool useRelaxedParsing);
52 Q_REQUIRED_RESULT
bool useOnlyAuthenticationResults()
const;
53 void setUseOnlyAuthenticationResults(
bool useOnlyAuthenticationResults);
55 Q_REQUIRED_RESULT
bool autogenerateRuleOnlyIfSenderInSDID()
const;
56 void setAutogenerateRuleOnlyIfSenderInSDID(
bool autogenerateRuleOnlyIfSenderInSDID);
58 Q_REQUIRED_RESULT
int publicRsaTooSmallPolicy()
const;
59 void setPublicRsaTooSmallPolicy(
int publicRsaTooSmallPolicy);
62 int mRsaSha1Policy = -1;
64 int mPublicRsaTooSmallPolicy = -1;
65 bool mVerifySignatureWhenOnlyTest =
false;
66 bool mSaveDkimResult =
false;
67 bool mAutogenerateRule =
false;
68 bool mCheckIfEmailShouldBeSigned =
false;
69 bool mUseDMarc =
false;
70 bool mUseDefaultRules =
false;
71 bool mUseAuthenticationResults =
false;
72 bool mUseRelaxedParsing =
false;
73 bool mUseOnlyAuthenticationResults =
false;
74 bool mAutogenerateRuleOnlyIfSenderInSDID =
false;
The DKIMCheckPolicy class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:01:56 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.