ATLSMTP_QPENCODE Flags

 

These flags describe how quoted-printable encoding is to be performed by QPEncode.

Syntax

      #define ATLSMTP_QPENCODE_DOT 
#define ATLSMTP_QPENCODE_TRAILING_SOFT

Remarks

Flag

Description

ATLSMTP_QPENCODE_DOT

If a period appears at the start of a line, it is added to the output as well as encoded.

ATLSMTP_QPENCODE_TRAILING_SOFT

Appends =\r\n to the encoded string.

The quoted-printable encoding scheme is described in RFC 2045 (https://www.ietf.org/rfc/rfc2045.txt).

Requirements

Header: atlenc.h

See Also

Active Template Library (ATL) Concepts
ATL COM Desktop Components
ATL Macros Alphabetical Reference
QPEncode