Searched refs:outgoingUriTemplate (Results 1 – 4 of 4) sorted by relevance
87 assertEquals("smtp+ssl+://smtp.gmail.com", testProvider.outgoingUriTemplate); in testFindProviderForDomain()98 assertEquals("smtp://mobile-smtp.roadrunner.com", testProvider.outgoingUriTemplate); in testFindProviderForDomain()156 testProvider.outgoingUriTemplate = "smtp+ssl+://smtp.east.$domain"; in testExpandTemplates()172 testProvider.outgoingUriTemplate = "smtp://smtpauth.earthlink.net:587"; in testExpandTemplates()188 testProvider.outgoingUriTemplate = "smtp+ssl+://smtp.mxes.net"; in testExpandTemplates()201 testProvider.outgoingUriTemplate = "smtp+ssl+://smtp.yahoo.com"; in testExpandTemplates()
219 public String outgoingUriTemplate; field in VendorPolicyLoader.Provider243 outgoingUri = expandTemplate(outgoingUriTemplate, email, user); in expandTemplates()304 p.outgoingUriTemplate = out.getString(FIND_PROVIDER_OUT_URI); in findProviderForDomain()
158 assertNotNull(p.outgoingUriTemplate); in testFindProviderForDomain()
302 provider.outgoingUriTemplate = getXmlAttribute(context, xml, "uri"); in findProviderForDomain()