SECQPEncoder::SetProtectFrom

void SECQPEncoder::SetProtectFrom(bool bSet)

Setting the 'protect-from' mode to TRUE forces the encoder to replace the first character of a "From" sub-string encountered at the beginning of a line with it's hexadecimal equivalent. The default is set to FALSE.

Defined in: XMLCTEb64qp.h

Return Value

void

Parameters

bSet

When TRUE, 'protect-from' is enabled.

Comments

This functionality is provided for compliance with certain mail systems.