gmime.filter_yenc
Module for [FilterYenc] class
Types 3
classFilterYenc : gmime.filter.Filter
A filter for yEncoding or yDecoding a stream.
Methods
FilterYenc self()Returns `this`, for use in `with` statements.FilterYencGidBuilder builder()Get builder for [gmime.filter_yenc.FilterYenc] Returns: New builder objectuint 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/ydecoderFluent builder for [gmime.filter_yenc.FilterYenc]
Methods