ATLSMTP_QPENCODE Flags

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

#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 (http://www.ietf.org/rfc/rfc2045.txt).

Requirements

Header: atlenc.h

See Also

Reference

QPEncode

Other Resources

ATL Concepts

ATL Reference

ATL Macros Alphabetical Reference