aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/amethyst.broba.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/amethyst.broba.cc')
-rw-r--r--mail/mail-autoconfig/amethyst.broba.cc27
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/amethyst.broba.cc b/mail/mail-autoconfig/amethyst.broba.cc
new file mode 100644
index 0000000000..86276cc517
--- /dev/null
+++ b/mail/mail-autoconfig/amethyst.broba.cc
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig>
+ <emailProvider id="broba.cc">
+ <domain>garnet.broba.cc</domain>
+ <domain>amethyst.broba.cc</domain>
+ <domain>coral.broba.ccv</domain>
+ <domain>diamond.broba.cc</domain>
+ <displayName>ぷらら</displayName>
+ <displayShortName>ぷらら</displayShortName>
+ <incomingServer type="pop3">
+ <hostname>mail.broba.cc</hostname>
+ <port>110</port>
+ <socketType>plain</socketType>
+ <username>%EMAILADDRESS%</username>
+ <authentication>plain</authentication>
+ </incomingServer>
+ <outgoingServer type="smtp">
+ <hostname>mail.broba.cc</hostname>
+ <port>587</port>
+ <socketType>plain</socketType>
+ <username>%EMAILADDRESS%</username>
+ <authentication>plain</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+ </emailProvider>
+</clientConfig>