From 960030df1b54e7bd79cc20169e5d914a254c71b6 Mon Sep 17 00:00:00 2001 From: Dorfzwockel <45603527+nudeldudel@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:54:07 +0100 Subject: [PATCH 1/4] Create mehl.store.md Please add to the provider_db! Thank you! --- _providers/mehl.store.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _providers/mehl.store.md diff --git a/_providers/mehl.store.md b/_providers/mehl.store.md new file mode 100644 index 0000000..6b4308c --- /dev/null +++ b/_providers/mehl.store.md @@ -0,0 +1,38 @@ +--- +name: mehl.store +status: OK +domains: + - mehl.store + - ende.in.net + - l2i.top + - szh.homes + - sls.post.in + - ente.quest + - ente.cfd + - nein.jetzt +server: + - type: imap + socket: SSL + hostname: mail.ende.in.net + port: 993 + username: EMAILADDRESS + - type: smtp + socket: STARTTLS + hostname: mail.ende.in.net + port: 587 + username: EMAILADDRESS +before_login_hint: +after_login_hint: | + This account provides 3GB storage for eMails and the possibility to access a NEXTCLOUD-instance by using the email-credits! +last_checked: 2024-02 +skip_auto_test: false +website: https://mehl.store +--- + +# If yout want some more... + +This account provides 3GB storage for eMails and the possibility to access +a NEXTCLOUD-instance by using the email-credits! You can't register yourself yet! + +For special cases, the domain `mehl.store`offers invite-qr-codes for Deltac.Chat +[Please see here for details](https://mailadm.readthedocs.io/en/latest/#)! From d11c9b321161b502a91056670240f08ccf3f596b Mon Sep 17 00:00:00 2001 From: Dorfzwockel <45603527+nudeldudel@users.noreply.github.com> Date: Thu, 29 Feb 2024 06:09:15 +0100 Subject: [PATCH 2/4] Update _providers/mehl.store.md Co-authored-by: bjoern --- _providers/mehl.store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_providers/mehl.store.md b/_providers/mehl.store.md index 6b4308c..bb28170 100644 --- a/_providers/mehl.store.md +++ b/_providers/mehl.store.md @@ -34,5 +34,5 @@ website: https://mehl.store This account provides 3GB storage for eMails and the possibility to access a NEXTCLOUD-instance by using the email-credits! You can't register yourself yet! -For special cases, the domain `mehl.store`offers invite-qr-codes for Deltac.Chat +For special cases, the domain `mehl.store`offers invite-qr-codes for Delta.Chat [Please see here for details](https://mailadm.readthedocs.io/en/latest/#)! From 1f3641d436b7b9fa899b55a1798d52b0f6cc7737 Mon Sep 17 00:00:00 2001 From: Dorfzwockel <45603527+nudeldudel@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:03:01 +0100 Subject: [PATCH 3/4] Update mehl.store.md TLS is excepted --- _providers/mehl.store.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_providers/mehl.store.md b/_providers/mehl.store.md index bb28170..a26a158 100644 --- a/_providers/mehl.store.md +++ b/_providers/mehl.store.md @@ -12,14 +12,14 @@ domains: - nein.jetzt server: - type: imap - socket: SSL + socket: TLS hostname: mail.ende.in.net port: 993 username: EMAILADDRESS - type: smtp - socket: STARTTLS + socket: TLS hostname: mail.ende.in.net - port: 587 + port: 465 username: EMAILADDRESS before_login_hint: after_login_hint: | From 91a5c8543118bfc825ba8690d978a954576b28a1 Mon Sep 17 00:00:00 2001 From: Dorfzwockel <45603527+nudeldudel@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:06:54 +0100 Subject: [PATCH 4/4] Update mehl.store.md Something went wrong --- _providers/mehl.store.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_providers/mehl.store.md b/_providers/mehl.store.md index a26a158..aa78db3 100644 --- a/_providers/mehl.store.md +++ b/_providers/mehl.store.md @@ -12,20 +12,20 @@ domains: - nein.jetzt server: - type: imap - socket: TLS + socket: SSL hostname: mail.ende.in.net port: 993 username: EMAILADDRESS - type: smtp - socket: TLS + socket: STARTTLS hostname: mail.ende.in.net - port: 465 + port: 587 username: EMAILADDRESS before_login_hint: after_login_hint: | This account provides 3GB storage for eMails and the possibility to access a NEXTCLOUD-instance by using the email-credits! last_checked: 2024-02 -skip_auto_test: false +skip_auto_test: true website: https://mehl.store ---