Hanno commited on 2019-03-14 10:06:14
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -88,7 +88,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'save') {
|
| 88 | 88 |
} |
| 89 | 89 |
|
| 90 | 90 |
title("IMAP-Account anlegen");
|
| 91 |
- output('<p>Hier können Sie ein neues POP3/IMAP-Konto anlegen.</p>
|
|
| 91 |
+ output('<p>Hier können Sie ein neues IMAP/POP3/SMTP-Konto anlegen.</p>
|
|
| 92 | 92 |
<p style="border: 2px solid red; background-color: white; padding:1em;"><strong>ACHTUNG:</strong> ein POP3-/IMAP-Account ist <strong>keine E-Mail-Adresse</strong>. Wenn Sie sich nicht sicher sind, lesen Sie bitte die Anleitung <a href="https://wiki.schokokeks.org/E-Mail/Konfiguration">in unserem Wiki</a>. Sie können Ihre E-Mail-Konten auch über eine einfachere Möglichkeit verwalten, dann ist eine Einrichtung über diese Weboberfläche möglich. Die Umstellung erfolgt '.internal_link("../email/domains", "unter Domains").'.</p>
|
| 93 | 93 |
'.html_form('email_imap_create', 'imap', 'action=save', '
|
| 94 | 94 |
<table style="margin-bottom: 1em;"> |
| ... | ... |
@@ -197,7 +197,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'save') {
|
| 197 | 197 |
output('<div class="error"><strong>Achtung:</strong> Alle Ihre Domains sind auf Webinterface-Verwaltung konfiguriert. Sie können dennoch manuelle IMAP-Konten für Ihre speziellen Konfigurationen anlegen, in der Regel sollten Sie aber hier keine IMAP-Acccounts anlegen. Dies kann zu Fehlfunktionen führen.</div>');
|
| 198 | 198 |
} |
| 199 | 199 |
addnew("imap", "Neuen Account anlegen", "action=create");
|
| 200 |
- output('<p>Folgende POP3/IMAP-Konten sind eingerichtet:</p>
|
|
| 200 |
+ output('<p>Folgende IMAP/POP3/SMTP-Konten sind eingerichtet:</p>
|
|
| 201 | 201 |
<table style="margin-bottom: 1em;"> |
| 202 | 202 |
<tr><th>Kontoname:</th><th>Mailbox-Pfad:</th><th>aktiv</th><th> </th></tr> |
| 203 | 203 |
'); |
| 204 | 204 |