From 1b9d5755b8ece2e2051c830d427869c44a21f70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=CC=83or=20Rolando?= Date: Sun, 13 Oct 2024 17:15:55 +0200 Subject: [PATCH] Ease IMAP client setup --- static/mail/config-v1.1.xml | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 static/mail/config-v1.1.xml diff --git a/static/mail/config-v1.1.xml b/static/mail/config-v1.1.xml new file mode 100644 index 0000000..6bc53b9 --- /dev/null +++ b/static/mail/config-v1.1.xml @@ -0,0 +1,59 @@ + + + + rolandjesse.de + Roland Jesse + RJ + + + imap.mailbox.org + 993 + SSL + password-cleartext + %EMAILADDRESS% + + + imap.mailbox.org + 143 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + + pop3.mailbox.org + 995 + SSL + password-cleartext + %EMAILADDRESS% + + + pop3.mailbox.org + 110 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + + smtp.mailbox.org + 465 + SSL + password-cleartext + %EMAILADDRESS% + + + smtp.mailbox.org + 587 + STARTTLS + password-cleartext + %EMAILADDRESS% + + + + + FAQ und Support-Datenbank + Frequently Asked Questions (FAQ) + + + \ No newline at end of file