Method
CamelStreamFilteradd
Declaration [src]
gint
camel_stream_filter_add (
CamelStreamFilter* stream,
CamelMimeFilter* filter
)
Description [src]
Add a new CamelMimeFilter to execute during the processing of this
stream. Each filter added is processed after the previous one.
Note that a filter should only be added to a single stream at a time, otherwise unpredictable results may occur.
Parameters
filter-
Type:
CamelMimeFilterA
CamelMimeFilterobject.The data is owned by the caller of the method.