Searched refs:AddAuthMethod (Results 1 – 4 of 4) sorted by relevance
51 AddAuthMethod(B_TRANSLATE("None"), false); in SMTPConfigView()52 AddAuthMethod(B_TRANSLATE("ESMTP")); in SMTPConfigView()53 AddAuthMethod(B_TRANSLATE("POP3 before SMTP"), false); in SMTPConfigView()
48 AddAuthMethod(B_TRANSLATE("Plain text")); in POP3ConfigView()49 AddAuthMethod(B_TRANSLATE("APOP")); in POP3ConfigView()
69 void AddAuthMethod(const char* label,
247 MailProtocolConfigView::AddAuthMethod(const char* label, bool needUserPassword) in AddAuthMethod() function in BPrivate::MailProtocolConfigView