Sha256: 6e8f372797fbd7004fed0d1aee6f30e2b9e944813e0e2d6459835b76c4b2bcc2
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="francetelecom.fr"> <domain>wanadoo.fr</domain> <domain>orange.fr</domain> <displayName>France Telecom / Orange</displayName> <displayShortName>Orange</displayShortName> <incomingServer type="pop3"> <hostname>pop.orange.fr</hostname> <port>110</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="imap"> <hostname>imap.orange.fr</hostname> <port>143</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.orange.fr</hostname> <port>587</port> <socketType>plain</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> <!-- works outside the ISP network --> </outgoingServer> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/francetelecom.fr |
mail_autoconfig-0.0.1 | ispdb_data/francetelecom.fr |