SECQPEncoder::SetProtectDot

void SECQPEncoder::SetProtectDot(bool bSet)

Setting the 'protect-dot' mode to TRUE forces the SECQPEncoder to encode any '.' character encountered at the beginning of a line. The default is set to FALSE.

Defined in: XMLCTEb64qp.h

Return Value

void

Parameters

bSet

When TRUE, 'protect-dot' is enabled.

Comments

This functionality is provided for compliance with certain mail systems.