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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsmtp.h70 #define SMTP_AUTH_PLAIN 0x0002 macro
H A Dsmtp.c262 smtpc->authmechs |= SMTP_AUTH_PLAIN;
451 else if(smtpc->authmechs & SMTP_AUTH_PLAIN) {
455 smtpc->authused = SMTP_AUTH_PLAIN;

Completed in 106 milliseconds