<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="envelope.iklive.eu">
    <domain>envelope.iklive.eu</domain>
    <displayName>Envelope E-Mail</displayName>
    <displayShortName>Envelope</displayShortName>
    <incomingServer type="imap">
      <hostname>envelope.iklive.eu</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>envelope.iklive.eu</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <documentation url="https://kb.iklive.eu/envelope/calendarios/thunderbird-ca/">
      <descr lang="en">Configure Thunderbird</descr>
      <descr lang="pt">Configurar o Thunderbird</descr>
    </documentation>
  </emailProvider>
</clientConfig>
