Searched refs:authType (Results 1 – 2 of 2) sorted by relevance
146 int32 authType; in ReadProviderInfo() local147 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()
174 int32 authType = 0; in GenerateBasicAccount() local182 authType = fAccountInfo.providerInfo.authentification_pop; in GenerateBasicAccount()187 inboundArchive.AddInt32("auth_method", authType); in GenerateBasicAccount()