gmime.stream_filter
Module for [StreamFilter] class
Types 3
classStreamFilter : gmime.stream.Stream
A #GMimeStream which passes data through any #GMimeFilter objects.
Methods
StreamFilterGidBuilder builder() static nothrowGet builder for [gmime.stream_filter.StreamFilter] Returns: New builder objectint add(gmime.filter.Filter filter) nothrowAdds filter to stream. Filters are applied in the same order in which they are added.bool getOwner() nothrowGets whether or not stream owns the source stream. Returns: true if stream owns the source stream or false otherwise.void remove(int id) nothrowRemoved a filter from the stream based on the id (as returned from filter_add).Constructors
this(gmime.stream.Stream stream)Creates a new #GMimeStreamFilter object using stream as the source stream.Fluent builder implementation template for gmime.stream_filter.StreamFilter
Fluent builder for gmime.stream_filter.StreamFilter
Methods