| MimeKit.IO.Filters Namespace |
Classes | Class | Description |
---|
| ArmoredFromFilter |
A filter that armors lines beginning with "From " by encoding the 'F' with the
Quoted-Printable encoding.
|
| BestEncodingFilter |
A filter that can be used to determine the most efficient Content-Transfer-Encoding.
|
| CharsetFilter |
A charset filter for incrementally converting text streams from
one charset encoding to another.
|
| DecoderFilter |
A filter for decoding MIME content.
|
| Dos2UnixFilter |
A filter that will convert from Windows/DOS line endings to Unix line endings.
|
| EncoderFilter |
A filter for encoding MIME content.
|
| MboxFromFilter |
A filter that munges lines beginning with "From " by stuffing a '>' into the beginning of the line.
|
| MimeFilterBase |
A base implementation for MIME filters.
|
| PassThroughFilter |
A filter that simply passes data through without any processing.
|
| TrailingWhitespaceFilter |
A filter for stripping trailing whitespace from lines in a textual stream.
|
| Unix2DosFilter |
A filter that will convert from Unix line endings to Windows/DOS line endings.
|
Interfaces | Interface | Description |
---|
| IMimeFilter |
An interface for incrementally filtering data.
|