FilterBasic.this

Creates a new basic filter for encoding.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gmime.types.ContentEncoding encoding, bool encode)
    class FilterBasic

Parameters

encoding gmime.types.ContentEncoding

a #GMimeContentEncoding

encode bool

true to encode or false to decode

Return Value

a new basic encoder filter.