<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">

  <emailProvider id="fbellanger.com">

    <domain>fbellanger.com</domain>

    <!-- Gmail / Google Workspace - IMAP -->
    <incomingServer type="imap">
      <hostname>imap.gmail.com</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>OAuth2</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- Gmail / Google Workspace - SMTP -->
    <outgoingServer type="smtp">
      <hostname>smtp.gmail.com</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>OAuth2</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

    <!-- Support autodiscover -->
    <displayName>Google Workspace</displayName>
    <displayShortName>Gmail</displayShortName>

  </emailProvider>

</clientConfig>