|
The Encoder component implements methods for message encoding / decoding with any of the QuotedPrintable, Base64 and UUEncode methods.
This component is designed to convert information provided in single string or TStream with any of the supported encoding methods. Use it when it is necessary to encode / decode any part of the message before sending or after receiving it respectively.
Please see the Demos code (SimpleEncoder) and also the indexed Help documentation provided with the Clever Internet Suite installation for more details about using this component.
Name |
Description |
CharsPerLine |
Specifies a max number of characters per each line. |
|
Name |
Description |
DecodeStream |
Decodes data with the given method. |
DecodeString |
Decodes a string with the given method. |
EncodeStream |
Encodes data with the given method. |
EncodeString |
Encodes a string with the given method. |
GetNeedEncoding |
Determines the encoding method of the given data. |
|
Name |
Description |
OnProgress |
Occurs when encoding / decoding is processed. |
|
|