<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="bqiu.net">
    <domain>bqiu.net</domain>
    <displayName>雪球的飞书邮箱</displayName>
    <displayShortName>雪球邮箱</displayShortName>

    <incomingServer type="imap">
      <hostname>imap.feishu.cn</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>

    <outgoingServer type="smtp">
      <hostname>smtp.feishu.cn</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
    <clientConfigUpdate url="https://autoconfig.bqiu.net/mail/config-v1.1.xml" />

  </emailProvider>
</clientConfig>
