gmime.filter_yenc

Module for [FilterYenc] class

Types 3

A filter for yEncoding or yDecoding a stream.

Methods
GType _gType() @property
FilterYenc self()Returns `this`, for use in `with` statements.
FilterYencGidBuilder builder()Get builder for [gmime.filter_yenc.FilterYenc] Returns: New builder object
uint getCrc()Get the computed crc or (guint32) -1 on fail. Returns: the computed crc or (guint32) -1 on fail.
uint getPcrc()Get the computed part crc or (guint32) -1 on fail. Returns: the computed part crc or (guint32) -1 on fail.
void setCrc(uint crc)Sets the current crc32 value on the yEnc filter yenc to crc.
void setState(int state)Sets the current state of the yencoder/ydecoder
Constructors
this(void * ptr, Flag!"Take" take)
this(bool encode)Creates a new yEnc filter.

Fluent builder for [gmime.filter_yenc.FilterYenc]

Methods