Méthode | Description | |
---|---|---|
QuotedPrintable2Unicode ( System charset, System orig ) : System.String |
Decode rfc 2047 definition of quoted-printable
|
|
QuotedPrintable2Unicode ( System enc, System &orig ) : void |
Decode rfc 2047 definition of quoted-printable
|
|
Rfc2392Url ( System input ) : System.String |
Encodes a Message-ID or Content-ID following RFC 2392 rules.
|
|
UuDecode ( System input ) : System.Byte[] |
Decodes the provided uuencoded string. The input string must contain the begin and end delimiters. |
|
UuDecodeLine ( System s, System stream ) : bool |
Decodes the provided uuencoded line.
|
|
parseCharSet ( System charset ) : System.Text.Encoding |
Parses a System.Text.Encoding from a charset name
|
|
parseDate ( System date ) : System.DateTime |
Parse a rfc 2822 date and time specification. rfc 2822 section 3.3
|
|
parseFrom ( System from, int part ) : System.String |
Parse a rfc 2822 name-address specification. rfc 2822 section 3.4
|
|
parseFrom ( System from ) : System.Collections.IEnumerable |
Parse a rfc 2822 address specification. rfc 2822 section 3.4
|
|
parseHeaderFieldBody ( System field, System fieldbody ) : System.Collections.Specialized.StringDictionary |
Parse a rfc 2822 header field with parameters
|
|
parserfc2047Header ( System header ) : System.String |
Parse and decode rfc 2047 header body
|
|
rfc2047decode ( System word ) : System.String |
rfc 2047 header body decoding
|
|
uncommentString ( System fieldValue ) : System.String |
Remove rfc 2822 comments
|
Méthode | Description | |
---|---|---|
GetFileName ( System name ) : System.String | ||
ParseEnum ( System t, System s, System defaultvalue ) : |
public static QuotedPrintable2Unicode ( System charset, System orig ) : System.String | ||
charset | System | charset to use when decoding |
orig | System | |
Résultat | System.String |
public static QuotedPrintable2Unicode ( System enc, System &orig ) : void | ||
enc | System | |
orig | System | |
Résultat | void |
public static Rfc2392Url ( System input ) : System.String | ||
input | System | |
Résultat | System.String |
public static UuDecode ( System input ) : System.Byte[] | ||
input | System | |
Résultat | System.Byte[] |
public static UuDecodeLine ( System s, System stream ) : bool | ||
s | System | |
stream | System | |
Résultat | bool |
public static parseCharSet ( System charset ) : System.Text.Encoding | ||
charset | System | charset to parse |
Résultat | System.Text.Encoding |
public static parseDate ( System date ) : System.DateTime | ||
date | System | rfc 2822 date-time |
Résultat | System.DateTime |
public static parseFrom ( System from, int part ) : System.String | ||
from | System | address |
part | int | 1 is display-name; 2 is addr-spec |
Résultat | System.String |
public static parseFrom ( System from ) : System.Collections.IEnumerable | ||
from | System | field body to parse |
Résultat | System.Collections.IEnumerable |
public static parseHeaderFieldBody ( System field, System fieldbody ) : System.Collections.Specialized.StringDictionary | ||
field | System | field name |
fieldbody | System | field body to parse |
Résultat | System.Collections.Specialized.StringDictionary |
public static parserfc2047Header ( System header ) : System.String | ||
header | System | header body to parse |
Résultat | System.String |
public static rfc2047decode ( System word ) : System.String | ||
word | System | |
Résultat | System.String |
public static uncommentString ( System fieldValue ) : System.String | ||
fieldValue | System | |
Résultat | System.String |