Method | Description | |
---|---|---|
ContainsUnicodeSymbols ( String value ) : |
||
DecodeMessage ( |
||
EncodeMessage ( |
||
EncodeUtf8Base64 ( String value ) : String | ||
NeedEncoding ( |
Method | Description | |
---|---|---|
ParseHeader ( |
||
RemoveQuotes ( String value ) : String | ||
SetAddresses ( MessageAddresses address, String names ) : void | ||
SplitMultiLine ( String source, |
public static ContainsUnicodeSymbols ( String value ) : |
||
value | String | |
return |
public DecodeMessage ( |
||
destination | ||
source | Stream | |
return | void |
public EncodeMessage ( |
||
source | ||
destination | Stream | |
return | void |
public static EncodeUtf8Base64 ( String value ) : String | ||
value | String | |
return | String |
public static NeedEncoding ( |
||
message | ||
return | System.Boolean |