Info about the body of an email. More...
#include "content.h"
Data Fields | |
| bool | from |
| Is the current line a prefix of "From "? | |
| int | whitespace |
| Number of trailing whitespaces. | |
| bool | dot |
| Was the last character a dot? | |
| int | linelen |
| Length of the current line. | |
| bool | was_cr |
| Was the last character CR? | |
Info about the body of an email.
Holds the state of content information detection after processing a certain number of characters.
| bool ContentState::from |
| int ContentState::whitespace |