fAuthType
fAuthType |= LOGIN;
fAuthType |= PLAIN;
fAuthType |= CRAM_MD5;
fAuthType |= DIGEST_MD5;
if (fAuthType == 0)
if (fAuthType & DIGEST_MD5) {
if (fAuthType & CRAM_MD5) {
if (fAuthType & LOGIN) {
if (fAuthType & PLAIN) {
int32 fAuthType;