Searched refs:fAuthType (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h51 int32 fAuthType; member in class:SMTPProtocol
H A DSMTP.cpp246 fAuthType(0)
431 fAuthType |= LOGIN;
433 fAuthType |= PLAIN;
435 fAuthType |= CRAM_MD5;
437 fAuthType |= DIGEST_MD5;
510 if (fAuthType == 0)
520 if (fAuthType & DIGEST_MD5) {
597 if (fAuthType & CRAM_MD5) {
633 if (fAuthType & LOGIN) {
667 if (fAuthType
[all...]

Completed in 36 milliseconds