GMimeFilterBest

A filter for calculating the best encoding and/or charset to encode the data passed through it.

Members

Variables

charset
GMimeCharset charset;

#GMimeCharset state

count0
uint count0;

count of nul-bytes passed through the filter

count8
uint count8;

count of 8bit bytes passed through the filter

flags
GMimeFilterBestFlags flags;

#GMimeFilterBestFlags

frombuf
ubyte[6] frombuf;

buffer for checking From_ lines

fromlen
uint fromlen;

length of bytes in @frombuf

hadfrom
uint hadfrom;

true if any line started with "From "

linelen
uint linelen;

current line length

maxline
uint maxline;

the length of the longest line passed through the filter

midline
uint midline;

mid-line state

parentObject
GMimeFilter parentObject;

parent #GMimeFilter

startline
uint startline;

start line state

total
uint total;

total number of bytes passed through the filter