Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Commit 2bae2f9

Browse files
committed
cleanup!: prepare freeze and archiving of provider db
1 parent 2cba4b7 commit 2bae2f9

5 files changed

Lines changed: 80 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## This database is archived.
3+
4+
This repository is read-only and no longer maintained.
5+
New issues and pull requests are not processed anymore.
6+
7+
---
8+
29
## Basic information (please modify and submit)
310

411
**Domain(s):** DOMAIN (the domain part of your e-mail that you tried it with)

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,14 @@ GEM
206206
rb-fsevent (~> 0.10, >= 0.10.3)
207207
rb-inotify (~> 0.9, >= 0.9.10)
208208
mercenary (0.3.6)
209+
mini_portile2 (2.8.9)
209210
minima (2.5.1)
210211
jekyll (>= 3.5, < 5.0)
211212
jekyll-feed (~> 0.9)
212213
jekyll-seo-tag (~> 2.1)
213214
minitest (5.16.3)
214-
nokogiri (1.13.9-x86_64-linux)
215+
nokogiri (1.13.9)
216+
mini_portile2 (~> 2.8.0)
215217
racc (~> 1.4)
216218
octokit (4.25.1)
217219
faraday (>= 1, < 3)
@@ -252,6 +254,7 @@ GEM
252254
zeitwerk (2.6.4)
253255

254256
PLATFORMS
257+
x86_64-linux-gnu
255258
x86_64-linux-musl
256259

257260
DEPENDENCIES

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# E-mail provider database
1+
# E-mail provider database
2+
3+
> ## This database is archived.
4+
>
5+
> This repository is **read-only** and no longer maintained.
6+
> Pull requests and issues are not processed anymore,
7+
> and the data is not updated or re-checked.
8+
>
9+
> The information here reflects the state of May 2026
10+
> and may be outdated or wrong by now.
11+
>
12+
> For chatting we recommend using a
13+
> [chatmail relay](https://chatmail.at/relays)
14+
> instead of a classic email provider.
15+
>
16+
> The remainder of this document is kept for historical reference.
17+
18+
19+
## Historic information about email provider settings
220

321
This repository collects information on email providers and their interoperability which is used by the chatmail/core library.
422

_layouts/provider.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,31 @@
1919
<div class="content">
2020
<img src='./assets/provider-db-logo.svg' class='provider-db-logo' alt=''/>
2121

22+
<div style="background: #ffe9c7; border: 2pt solid #d08700; padding: 0.5rem 1.5rem; margin-bottom: 2rem; clear: both;">
23+
<h2 style="margin-top: 0.5rem;">This database is archived.</h2>
24+
<p>
25+
It is no longer maintained and receives no further updates.
26+
The information on this page reflects the state of May 2026
27+
and may be outdated or wrong by now.
28+
</p>
29+
<p>
30+
For chatting, we recommend a <a href="https://chatmail.at/relays">chatmail relay</a>
31+
instead of a classic email provider.
32+
</p>
33+
<p>
34+
If you run your own mail server, the most reliable way to make it
35+
work with email clients is to publish an
36+
<a href="https://nine.testrun.org/.well-known/autoconfig/mail/config-v1.1.xml">autoconfig file</a>
37+
(see the linked example) at
38+
<code>/.well-known/autoconfig/mail/config-v1.1.xml</code> on your domain.
39+
</p>
40+
<p>
41+
To set up a profile with a third-party classic email provider,
42+
you may need the "advanced settings" during profile creation.
43+
Please consult your provider for the required server settings.
44+
</p>
45+
</div>
46+
2247
<div class='project-title'>Chatmail Provider Info</div>
2348
<h1>{{ page.name }}</h1>
2449
{% case page.status %}
@@ -43,7 +68,7 @@ <h1>{{ page.name }}</h1>
4368
{% endcase %}
4469
<p>Last checked: {{ page.last_checked }}</p>
4570
<div class='github-link'>
46-
<a href="https://github.com/chatmail/provider-db/blob/master/{{page.path}}">Suggest Edits</a>
71+
<a href="https://github.com/chatmail/provider-db/blob/master/{{page.path}}">View source (read-only archive)</a>
4772
</div>
4873
</div>
4974
</body>

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,30 @@
1717

1818
<body>
1919
<main>
20+
<div style="background: #ffe9c7; border: 2pt solid #d08700; padding: 0.5rem 1.5rem; margin-bottom: 2rem;">
21+
<h2 style="margin-top: 0.5rem;">This database is archived.</h2>
22+
<p>
23+
It is no longer maintained and receives no further updates.
24+
The information below reflects the state of May 2026 and may be outdated or wrong.
25+
</p>
26+
<p>
27+
For chatting, we recommend a <a href="https://chatmail.at/relays">chatmail relay</a>
28+
instead of a classic email provider.
29+
</p>
30+
<p>
31+
If you run your own mail server, the most reliable way to make it
32+
work with email clients is to publish an
33+
<a href="https://nine.testrun.org/.well-known/autoconfig/mail/config-v1.1.xml">autoconfig file</a>
34+
(see the linked example) at
35+
<code>/.well-known/autoconfig/mail/config-v1.1.xml</code> on your domain.
36+
</p>
37+
<p>
38+
To set up a profile with a third-party classic email provider,
39+
you may need the "advanced settings" during profile creation.
40+
Please consult your provider for the required server settings.
41+
</p>
42+
</div>
43+
2044
<h1 style="margin-bottom: 0.5em;">Email Provider Database</h1>
2145

2246
<h2 style="margin-bottom: 0.5em;">Does my email provider work with Chatmail?</h2>

0 commit comments

Comments
 (0)