Searched defs:auth_mech (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.c73 const char *auth_mech; member in struct:pop3c_client
444 client->auth_mech = "USER+PASS";
455 client->auth_mech = "AUTH PLAIN";
467 client->set.host, client->auth_mech, line);

Completed in 573 milliseconds