Info about the body of an email.
bool was_cr
Was the last character CR?
int whitespace
Number of trailing whitespaces.
bool from
Is the current line a prefix of "From "?
int linelen
Length of the current line.
bool dot
Was the last character a dot?
Info about an attachment.
bool cr
Has CR, even when in a CRLF pair.
bool space
Whitespace at the end of lines?
bool binary
Long lines, or CR not in CRLF pair.
bool from
Has a line beginning with "From "?
long linemax
Length of the longest line in the file.
long lobin
Unprintable 7-bit chars (eg., control chars)
bool dot
Has a line consisting of a single dot?