Home
last modified time | relevance | path

Searched refs:authType (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/mail/
H A DAutoConfig.cpp146 int32 authType; in ReadProviderInfo() local
147 size = node->ReadAttr(ATTR_NAME_AUTHPOP, B_INT32_TYPE, 0, &authType, in ReadProviderInfo()
150 info->authentification_pop = authType; in ReadProviderInfo()
153 size = node->ReadAttr(ATTR_NAME_AUTHSMTP, B_INT32_TYPE, 0, &authType, in ReadProviderInfo()
156 info->authentification_smtp = authType; in ReadProviderInfo()
H A DAutoConfigWindow.cpp174 int32 authType = 0; in GenerateBasicAccount() local
182 authType = fAccountInfo.providerInfo.authentification_pop; in GenerateBasicAccount()
187 inboundArchive.AddInt32("auth_method", authType); in GenerateBasicAccount()