aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/jet.ne.jp imap
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-04 09:31:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-04 09:31:46 +0800
commit02d4410fc2797d1abac58e5d70351a70acd2565e (patch)
tree428f93d90eada2dfcd5c460face1d58705f06cd0 /mail/mail-autoconfig/jet.ne.jp imap
parent6135faaf1e48ab9dbbd527fc19d4128671fb91ec (diff)
downloadgsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.gz
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.zst
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.zip
Remove local mail autoconfiguration data.
We're using version 1.1 of Mozilla's ClientConfig format now. These files are all version 1.0. But even aside from that, offline autoconfig is not compelling enough to warrant maintaining two copies of this data.
Diffstat (limited to 'mail/mail-autoconfig/jet.ne.jp imap')
-rw-r--r--mail/mail-autoconfig/jet.ne.jp imap24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/mail-autoconfig/jet.ne.jp imap b/mail/mail-autoconfig/jet.ne.jp imap
deleted file mode 100644
index 2a8bdebbda..0000000000
--- a/mail/mail-autoconfig/jet.ne.jp imap
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<clientConfig>
- <emailProvider id="jet.ne.jp">
- <domain>jet.ne.jp</domain>
- <displayName>JETINTERNET</displayName>
- <displayShortName>JET</displayShortName>
- <incomingServer type="imap">
- <hostname>imap.jet.ne.jp</hostname>
- <port>993</port>
- <socketType>SSL</socketType>
- <username>%EMAILLOCALPART%</username>
- <authentication>secure</authentication>
- </incomingServer>
- <outgoingServer type="smtp">
- <hostname>smtp.jet.ne.jp</hostname>
- <port>587</port>
- <socketType>plain</socketType>
- <username>%EMAILLOCALPART%</username>
- <authentication>secure</authentication>
- <addThisServer>true</addThisServer>
- <useGlobalPreferredServer>false</useGlobalPreferredServer>
- </outgoingServer>
- </emailProvider>
-</clientConfig>