#include <dkimverify.h>
|
| CDKIMVerify () |
|
| ~CDKIMVerify () |
|
int | Init (DKIMVerifyOptions *pOptions) |
|
int | GetResults (void) |
|
int | GetDetails (int *nSigCount, DKIMVerifyDetails **pDetails) |
|
virtual int | ProcessHeaders (void) |
|
virtual int | ProcessBody (char *szBuffer, int nBufLength, bool bEOF) |
|
const char * | GetPractices () |
|
| CDKIMBase () |
|
| ~CDKIMBase () |
|
int | Init (void) |
|
int | Process (const char *szBuffer, int nBufLength, bool bEOF) |
|
int | ProcessFinal (void) |
|
int | Alloc (char *&szBuffer, int nRequiredSize) |
|
int | ReAlloc (char *&szBuffer, int &nBufferLength, int nRequiredSize) |
|
void | Free (char *szBuffer) |
|
virtual int | ProcessHeaders (void) |
|
virtual int | ProcessBody (char *szBuffer, int nBufLength, bool bEOF) |
|
Definition at line 103 of file dkimverify.h.
◆ CDKIMVerify()
◆ ~CDKIMVerify()
◆ GetDetails()
◆ GetPractices()
const char * GetPractices |
( |
| ) |
|
|
inline |
◆ GetResults()
◆ GetSelector()
SelectorInfo & GetSelector |
( |
const string & |
sSelector, |
|
|
const string & |
sDomain |
|
) |
| |
|
protected |
◆ Init()
◆ ParseDKIMSignature()
◆ ProcessBody()
int ProcessBody |
( |
char * |
szBuffer, |
|
|
int |
nBufLength, |
|
|
bool |
bEOF |
|
) |
| |
|
virtual |
◆ ProcessHeaders()
int ProcessHeaders |
( |
void |
| ) |
|
|
virtual |
◆ Details
◆ m_AllowUnsignedFromHeaders
bool m_AllowUnsignedFromHeaders |
|
protected |
◆ m_CheckPractices
◆ m_HonorBodyLengthTag
bool m_HonorBodyLengthTag |
|
protected |
◆ m_pfnSelectorCallback
◆ m_SaveCanonicalizedData
bool m_SaveCanonicalizedData |
|
protected |
◆ m_SubjectIsRequired
◆ Practices
◆ Selectors
◆ Signatures
The documentation for this class was generated from the following files:
- /mnt/sqmail/DEVELOP/VERS_4/4.3/sqmail-4.3.20/src/include/dkimverify.h
- /mnt/sqmail/DEVELOP/VERS_4/4.3/sqmail-4.3.20/src/dkimverify.cpp