Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ispdb/earthlink.net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<domain>earthlink.net</domain>
<domain>mindspring.com</domain>
<domain>ix.netcom.com</domain>
<domain>peoplepc.com</domain>
<!-- many other domains, via MX earthlink.net -->
<displayName>EarthLink</displayName>
<displayShortName>EarthLink</displayShortName>
Expand Down
25 changes: 17 additions & 8 deletions ispdb/goo.jp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,28 @@
<domain>goo.jp</domain>
<displayName>goo メールアドバンス</displayName>
<displayShortName>goo</displayShortName>
<incomingServer type="imap">
<hostname>imap.mail.goo.jp</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.mail.goo.ne.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<hostname>pop.mail.goo.jp</hostname>
<port>995</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.mail.goo.ne.jp</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<hostname>smtp.mail.goo.jp</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>
<documentation
url="https://web.archive.org/web/20251118110504/https://mail.goo.ne.jp/howto/#app" />
</emailProvider>
</clientConfig>
9 changes: 5 additions & 4 deletions ispdb/nifty.com.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
<displayShortName>@nifty</displayShortName>
<incomingServer type="pop3">
<hostname>pop.nifty.com</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<port>995</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-encrypted</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.nifty.com</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<username>%EMAILADDRESS%</username>
<authentication>password-encrypted</authentication>
</outgoingServer>
<documentation url="https://mail.nifty.com/info/manual/#settingMethod-area" />
</emailProvider>
</clientConfig>
29 changes: 0 additions & 29 deletions ispdb/peoplepc.com.xml

This file was deleted.

Loading