Sha256: a3176ad669c89ad459cc0226e720ec6f1ba1d9d4dd74be5652b34d53f665fe02
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="df.eu"> <!-- domain hoster, per MX --> <domain>ispgateway.de</domain> <displayName>domainFACTORY</displayName> <displayShortName>domainFACTORY</displayShortName> <incomingServer type="imap"> <hostname>sslin.df.eu</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <incomingServer type="pop3"> <hostname>sslin.df.eu</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>sslout.df.eu</hostname> <port>465</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </outgoingServer> <documentation url="http://www.df.eu/de/service/df-faq/e-mail/mail-programme/"> <descr lang="en">Configuration of Thunderbird (2, 3, 3.1) and others</descr> </documentation> </emailProvider> <webMail> <loginPage url="https://webmail.df.eu" /> <loginPageInfo url="https://webmail.df.eu"> <username>%EMAILADDRESS%</username> <usernameField id="horde_user" /> <passwordField id="horde_pass" /> <loginButton id="login-button" name="login_button" /> </loginPageInfo> </webMail> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/df.eu.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/df.eu.xml |