Advertisement
Guest User

[IDEA] Autoconfig file for Thunderbird (New Version)

a guest
Feb 24th, 2016
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <clientConfig version="1.2">
  3.    <emailProvider id="virginmedia.com">
  4.       <domain>virginmedia.com</domain>
  5.       <domain>ntlworld.com</domain>
  6.       <domain>blueyonder.co.uk</domain>
  7.       <domain>virgin.net</domain>
  8.  
  9.     <settings domain="virginmedia.com">
  10.       <displayName>Virgin Media Mail</displayName>
  11.       <displayShortName>Virgin Media</displayShortName>
  12.       <incomingServer type="imap">
  13.          <hostname>imap.virginmedia.com</hostname>
  14.          <port>993</port>
  15.          <socketType>SSL</socketType>
  16.          <authentication>password-cleartext</authentication>
  17.          <username>%EMAILADDRESS%</username>
  18.       </incomingServer>
  19.       <incomingServer type="pop3">
  20.          <hostname>pop3.virginmedia.com</hostname>
  21.          <port>995</port>
  22.          <socketType>SSL</socketType>
  23.          <authentication>password-cleartext</authentication>
  24.          <username>%EMAILADDRESS%</username>
  25.       </incomingServer>
  26.  
  27.       <outgoingServer type="smtp">
  28.          <hostname>smtp.virginmedia.com</hostname>
  29.          <port>465</port>
  30.          <socketType>SSL</socketType>
  31.          <authentication>password-cleartext</authentication>
  32.          <username>%EMAILADDRESS%</username>
  33.       </outgoingServer>
  34.  
  35.       <additionalSettings type="imap">
  36.          <emptyDeletedFolderOnExit>false</emptyDeletedFolderOnExit>
  37.          <cleanupInboxOnExit>false</emptyDeletedFolderOnExit>
  38.          <messageStoreType>mbox</messageStoreType>
  39.       </additionalSettings>
  40.       <additionalSettings type="pop3">
  41.          <leaveMessagesOnServer>true</leaveMessagesOnServer>
  42.          <downloadOnBiff>true</downloadOnBiff>
  43.          <daysToLeaveMessagesOnServer>14</daysToLeaveMessagesOnServer>
  44.          <emptyDeletedFolderOnExit>false</emptyDeletedFolderOnExit>
  45.          <messageStoreType>mbox</messageStoreType>
  46.       </additionalSettings>
  47.  
  48.       <additionalSettings type="smtp">
  49.         <restriction>client-IP-address</restriction>
  50.         <addThisServer>true</addThisServer>
  51.         <useGlobalPreferredServer>true</useGlobalPreferredServer>
  52.         <password>optional: the user's password</password>
  53.       </additionalSettings>
  54.     </settings>
  55.  
  56.     <settings domain="ntlworld.com">
  57.       <displayName>NTL World: Virgin Media Mail</displayName>
  58.       <displayShortName>NTL World</displayShortName>
  59.       <incomingServer type="imap">
  60.          <hostname>imap.ntlworld.com</hostname>
  61.          <port>993</port>
  62.          <socketType>SSL</socketType>
  63.          <authentication>password-cleartext</authentication>
  64.          <username>%EMAILADDRESS%</username>
  65.       </incomingServer>
  66.       <incomingServer type="pop3">
  67.          <hostname>pop3.ntlworld.com</hostname>
  68.          <port>995</port>
  69.          <socketType>SSL</socketType>
  70.          <authentication>password-cleartext</authentication>
  71.          <username>%EMAILADDRESS%</username>
  72.       </incomingServer>
  73.  
  74.       <outgoingServer type="smtp">
  75.          <hostname>smtp.ntlworld.com</hostname>
  76.          <port>465</port>
  77.          <socketType>SSL</socketType>
  78.          <authentication>password-cleartext</authentication>
  79.          <username>%EMAILADDRESS%</username>
  80.       </outgoingServer>
  81.  
  82.       <additionalSettings type="pop3">
  83.          <leaveMessagesOnServer>true</leaveMessagesOnServer>
  84.       </additionalSettings>
  85.     </settings>
  86.    
  87.     <settings domain="blueyonder.co.uk">
  88.       <displayName>Blueyonder: Virgin Media Mail</displayName>
  89.       <displayShortName>Blueyonder</displayShortName>
  90.       <incomingServer type="imap">
  91.          <hostname>imap4.blueyonder.co.uk</hostname>
  92.          <port>993</port>
  93.          <socketType>SSL</socketType>
  94.          <authentication>password-cleartext</authentication>
  95.          <username>%EMAILADDRESS%</username>
  96.       </incomingServer>
  97.       <incomingServer type="pop3">
  98.          <hostname>pop3.blueyonder.co.uk</hostname>
  99.          <port>995</port>
  100.          <socketType>SSL</socketType>
  101.          <authentication>password-cleartext</authentication>
  102.          <username>%EMAILADDRESS%</username>
  103.       </incomingServer>
  104.  
  105.       <outgoingServer type="smtp">
  106.          <hostname>smtp.blueyonder.co.uk</hostname>
  107.          <port>465</port>
  108.          <socketType>SSL</socketType>
  109.          <authentication>password-cleartext</authentication>
  110.          <username>%EMAILADDRESS%</username>
  111.       </outgoingServer>
  112.     </settings>
  113.  
  114.     <settings domain="virgin.net">
  115.       <displayName>Virgin.net: Virgin Media Mail</displayName>
  116.       <displayShortName>Virgin.net</displayShortName>
  117.       <incomingServer type="imap">
  118.          <hostname>imap4.virgin.net</hostname>
  119.          <port>993</port>
  120.          <socketType>SSL</socketType>
  121.          <authentication>password-cleartext</authentication>
  122.          <username>%EMAILADDRESS%</username>
  123.       </incomingServer>
  124.       <incomingServer type="pop3">
  125.          <hostname>pop.virgin.net</hostname>
  126.          <port>995</port>
  127.          <socketType>SSL</socketType>
  128.          <authentication>password-cleartext</authentication>
  129.          <username>%EMAILADDRESS%</username>
  130.       </incomingServer>
  131.  
  132.       <outgoingServer type="smtp">
  133.          <hostname>smtp.virgin.net</hostname>
  134.          <port>465</port>
  135.          <socketType>SSL</socketType>
  136.          <authentication>password-cleartext</authentication>
  137.          <username>%EMAILADDRESS%</username>
  138.       </outgoingServer>
  139.     </settings>
  140.  
  141.       <documentation domain="virginmedia.com" url="http://help.virginmedia.com/system/web/custom/viewArticle.jsp?uuid=D78BA863-ACDB-47E4-908B-28214405408B">
  142.          <descr lang="en">Email settings for addresses ending in @virginmedia.com</descr>
  143.       </documentation>
  144.       <documentation domain="ntlworld.com" url="http://help.virginmedia.com/system/web/custom/viewArticle.jsp?uuid=C30B1D91-FA00-48EE-928A-A77F7C7D1EFA">
  145.          <descr lang="en">Email settings for addresses ending in @ntlworld.com</descr>
  146.       </documentation>
  147.       <documentation domain="blueyonder.co.uk" url="http://help.virginmedia.com/system/web/custom/viewArticle.jsp?uuid=55BDAE35-DD97-4F7C-A013-0BC0D6D21002">
  148.          <descr lang="en">Email settings for addresses ending in @blueyonder.co.uk</descr>
  149.       </documentation>
  150.       <documentation domain="virgin.net" url="http://help.virginmedia.com/system/web/custom/viewArticle.jsp?uuid=E7AFC426-B082-4C9E-AAFE-BD8B22824263">
  151.          <descr lang="en">Email settings for addresses ending in @virgin.net</descr>
  152.       </documentation>
  153.       <documentation url="http://help.virginmedia.com/system/web/custom/viewArticle.jsp?uuid=68845FEE-4C8F-49D0-B169-AB9C60AE6915">
  154.          <descr lang="en">Using Thunderbird with Virgin Media Mail</descr>
  155.       </documentation>
  156.     </emailProvider>
  157.  
  158.     <webMail>
  159.      <loginPage url="https://my.virginmedia.com/my-apps/email/mailbox"/>
  160.      <loginPageInfo url="https://my.virginmedia.com/my-apps/email/mailbox">
  161.       <username>%EMAILADDRESS%</username>
  162.       <usernameField id="username" name="username"/>
  163.       <passwordField id="password" name="password"/>
  164.       <loginButton id="login" name="jsEnabled"/>
  165.      </loginPageInfo>
  166.     </webMail>
  167.    
  168.     <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" />
  169.     <clientConfigFile created="2016-02-24.10:57Z" lastmodified="2016-02-24.10:57Z" />
  170. </clientConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement