<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="nortronica.pt">
    <domain>nortronica.pt</domain>
    <displayName>Nortrónica</displayName>
    <displayShortName>Nortrónica</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.nortronica.pt</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>mail.nortronica.pt</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.nortronica.pt</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
  </emailProvider>
  <calendar type="caldav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail.nortronica.pt/dav/cal</serverURL>
  </calendar>
  <addressBook type="carddav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail.nortronica.pt/dav/card</serverURL>
  </addressBook>
  <fileShare type="webdav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail.nortronica.pt/dav/file</serverURL>
  </fileShare>
</clientConfig>
