Static methods for decoding strings, byte arrays and encoded words.
Inheritance Hierarchy
NI.Email.Mime.Decoder DecoderUtil
Namespace: NI.Email.Mime.Decoder
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The DecoderUtil type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DecoderUtil | Initializes a new instance of the DecoderUtil class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | DecideHeaderEncoding | |
![]() ![]() | DecodeB |
Decodes an encoded word encoded with the 'B' encoding (described in
RFC 2047) found in a header field body.
|
![]() ![]() | DecodeBase64 |
Decodes a string containing base64 encoded data.
|
![]() ![]() | DecodeBaseQuotedPrintable |
Decodes a string containing quoted-printable encoded data.
|
![]() ![]() | DecodeEncodedWords |
Decodes a string containing encoded words as defined by RFC 2047.
Encoded words in have the form
=?charset?enc?Encoded word?= where enc is either 'Q' or 'q' for
quoted-printable and 'B' or 'b' for Base64.
|
![]() ![]() | DecodeQ |
Decodes an encoded word encoded with the 'Q' encoding (described in
RFC 2047) found in a header field body.
|
![]() ![]() | EncodeQB | |
![]() ![]() | EncodeQBInternal | |
![]() ![]() | EncodeWords |
Encodes a string as defined by RFC 2047.
Encoded words in have the form
=?charset?enc?Encoded word?= where enc is 'Q' or 'q' stands for
quoted-printable and 'B' or 'b' for base64.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetNonAsciiPart | |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() ![]() | IsASCII | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also