Indy 9
IdCoderQuotedPrintable.pas
See Also, Classes
Unit: IdCoderQuotedPrintable.pas

This file contains Classes and Methods that are used to implement encoders and decoders using the Quoted-Printable encoding scheme as decribed in the the Internet Standards document:

  • RFC 2045, Multipurpose Internet Mail Extensions (MIME), Part One: Format of Internet Message Bodies, Section 6.7 Quoted-Printable Content Transfer Encoding (http://www.rfc-editor.org/rfc/rfc2045.txt)

The Quoted-Printable encoding scheme is intended to represent data that largely consists of octets that correspond to printable characters in the US-ASCII character set. It encodes the data in a way that minimizes the chances of the message content being modified by a mail transport. The quoted-printable encodings transforms input into characters in the "7bit" range.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.