#include <base_email.h>
Encapsulates an email object.
Definition at line 23 of file base_email.h.
|
static Email | create (const DcaInstance &aDcaInstance, const std::string &emailContent) |
| Creates an email object, used as an input parameter for ZLA classification. More...
|
|
◆ create()
static Email dca::Email::create |
( |
const DcaInstance & |
aDcaInstance, |
|
|
const std::string & |
emailContent |
|
) |
| |
|
static |
Creates an email object, used as an input parameter for ZLA classification.
- Parameters
-
[in] | aDcaInstance | A previously initialized DcaInstance object |
[in] | emailContent | The contents of an email (raw data) according to RFC 2822 |
- Returns
- An Email object initialized with given content.
- Exceptions
-
- See also
- Zero Level Analysis Classification (ZLA)
The documentation for this class was generated from the following file: