Sha256: d6325f21d171985e3efb0af581f38fd7ffca343e5eda11923d03de39f715cf39
Contents?: true
Size: 1.34 KB
Versions: 2
Compression:
Stored size: 1.34 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="MessagingEngine"> <domain>messagingengine.com</domain> <displayName>FastMail</displayName> <displayShortName>FastMail</displayShortName> <incomingServer type="imap"> <hostname>imap.fastmail.com</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <incomingServer type="pop3"> <hostname>pop.fastmail.com</hostname> <port>995</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.fastmail.com</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> <instruction url="https://www.fastmail.com/help/technical/servernamesandports.html"> <descr lang="en">Server Names and Ports</descr> </instruction> <instruction url="https://www.fastmail.com/help/clients/thunderbird.html"> <descr lang="en">Using FastMail with Mozilla Thunderbird</descr> </instruction> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig_revived-0.0.4 | ispdb_data/messagingengine.com.xml |
mail_autoconfig_revived-0.0.3 | ispdb_data/messagingengine.com.xml |