<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="mxlab.bell.net">
    <domain>mxlab.bell.net</domain>
    <displayName>Bell Mail</displayName>
    <displayShortName>Bell Mail</displayShortName>
    <incomingServer type="imap">
      <hostname>imap-c.mxlab.bell.net</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>pop-c.mxlab.bell.net</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp-c.mxlab.bell.net</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <documentation url="https://support.bell.ca/internet/email/how-to-use-bell-mail">
      <descr lang="en">How To Use Bell Mail</descr>
    </documentation>
  </emailProvider>
</clientConfig>
