aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-autoconfig/ji.jet.ne.jp
blob: 7c2dfa5b6a782e8160084aaba01046462aa56b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
  <emailProvider id="ji.jet.ne.jp">
    <domain>jet.ne.jp</domain>
    <displayName>JETINTERNET</displayName>
    <displayShortName>JET</displayShortName>
    <incomingServer type="pop3">
      <hostname>pop02.jet.ne.jp</hostname>
      <port>110</port>
      <socketType>plain</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>secure</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp02.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>