Sha256: b0d297ad24d6d0f0cf5c5b09a1e12e04966e4fffa82f7048eea2d83c65a96605

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="runestone.net">
    <domain>runestone.net</domain>
    <displayName>Runestone Telecom Association</displayName>
    <displayShortName>Runestone</displayShortName>
    <incomingServer type="pop3">
      <hostname>mail.runestone.net</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
      <pop3>
        <leaveMessagesOnServer>false</leaveMessagesOnServer>
        <!-- Recommended setting. See bug 857103 on Bugzilla@Mozilla https://bugzilla.mozilla.org/show_bug.cgi?id=857103 for more info. -->
      </pop3>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.runestone.net</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mail_autoconfig_revived-0.0.4 ispdb_data/runestone.net.xml
mail_autoconfig_revived-0.0.3 ispdb_data/runestone.net.xml