![]() |
![]() |
![]() |
GMime Reference Manual | ![]() |
---|---|---|---|---|
GMimeFilterBasic; enum GMimeFilterBasicType; GMimeFilter* g_mime_filter_basic_new_type (GMimeFilterBasicType type);
A GMimeFilter which can encode or decode basic MIME encodings such as Quoted-Printable, Base64 and UUEncode.
typedef enum { GMIME_FILTER_BASIC_BASE64_ENC = 1, GMIME_FILTER_BASIC_BASE64_DEC, GMIME_FILTER_BASIC_QP_ENC, GMIME_FILTER_BASIC_QP_DEC, GMIME_FILTER_BASIC_UU_ENC, GMIME_FILTER_BASIC_UU_DEC } GMimeFilterBasicType;
GMimeFilter* g_mime_filter_basic_new_type (GMimeFilterBasicType type);
Creates a new filter of type type
.
|
filter type |
Returns : |
a new basic filter of type type .
|