Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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