The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
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
Show: