mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
introduce config to be able to trigger a closer look on folders located in shared and others namespace, as some servers do not return them by default on root-level-queries; Default is set to NO
This commit is contained in:
parent
3b596f061e
commit
d591b6f3ae
@ -165,6 +165,7 @@ error:could not save the acl! because some names are empty! mail de Fehler: Zugr
|
||||
esync will fail without a working email configuration! mail de eSync steht Ihnen nicht zur Verfügung, weil kein gültiges Mailkonto eingestellt wurde!
|
||||
event details follow mail de Details zum Termin folgen
|
||||
everyone mail de Alle Anwender
|
||||
examine namespace to retrieve folders in others and shared mail de Untersuche Namespace für Mail-Ordner in den Bereichen OTHERS and SHARED
|
||||
extended mail de Erweitert
|
||||
extra sent folders mail de Anzeigeschema Gesendet Ordner
|
||||
failed to delete %1 mail de Löschen von %1 fehlgeschlagen
|
||||
@ -312,6 +313,7 @@ notify when new mails arrive in these folders mail de Benachrichtigung, sobald n
|
||||
on mail de am
|
||||
one address is not valid mail de Eine Adresse ist ungültig
|
||||
only makes sense, if you transport password through a different channel / outside of this mail to recipients! mail de Macht nur dann Sinn, wenn das Passwort auf einem andren Weg, außerhalb dieser Mail, den Empfängern mitgeteilt wird!
|
||||
only needed for some servers, that do not return all folders on root level queries to retrieve all folders for that level mail de wird nur für bestimmte Server gebraucht, die NICHT alle Ordner für Root-Knoten-Abfragen zurückgeben (damit wird in diesem Fall explizit auf Ordner in den Prefixes der Namespaces geprüft)
|
||||
only one window mail de nur ein einziges Fenster
|
||||
only send message, do not copy a version of the message to the configured sent folder mail de Versende Nachricht, kopiere sie nicht in den konfigurierten Gesendet Ordner
|
||||
open in html mode mail de In HTML Modus öffnen
|
||||
|
@ -165,6 +165,7 @@ error:could not save the acl! because some names are empty! mail en Error:Could
|
||||
esync will fail without a working email configuration! mail en eSync will FAIL without a working eMail configuration!
|
||||
event details follow mail en Event Details follow
|
||||
everyone mail en Everyone
|
||||
examine namespace to retrieve folders in others and shared mail en Examine Namespace to retrieve Folders in OTHERS and SHARED
|
||||
extended mail en Extended
|
||||
extra sent folders mail en Extra sent folders
|
||||
failed to delete %1 mail en Failed to delete %1
|
||||
@ -312,6 +313,7 @@ notify when new mails arrive in these folders mail en notify when new mails arri
|
||||
on mail en on
|
||||
one address is not valid mail en One address is not valid
|
||||
only makes sense, if you transport password through a different channel / outside of this mail to recipients! mail en Only makes sense, if you transport password through a different channel / outside of this mail to recipients!
|
||||
only needed for some servers, that do not return all folders on root level queries to retrieve all folders for that level mail en only needed for some servers, that do not return all folders on root level queries to retrieve all folders for that level
|
||||
only one window mail en only one window
|
||||
only send message, do not copy a version of the message to the configured sent folder mail en only send message, do not copy a version of the message to the configured sent folder
|
||||
open in html mode mail en Open in HTML mode
|
||||
|
@ -13,6 +13,17 @@
|
||||
<tr class="th">
|
||||
<td colspan="2"><b>{lang_Deny_certain_groups_access_to_following_features}</b></td>
|
||||
</tr>
|
||||
<tr class="row_off">
|
||||
<td> <b>{lang_examine_namespace_to_retrieve_folders_in_others_and_shared}</b><br/>
|
||||
{lang_only_needed_for_some_servers,_that_do_not_return_all_folders_on_root_level_queries_to_retrieve_all_folders_for_that_level}
|
||||
</td>
|
||||
<td>
|
||||
<select name="newsettings[examineNamespace]">
|
||||
<option value=""{selected_examineNamespace_False}>{lang_No}</option>
|
||||
<option value="True"{selected_examineNamespace_True}>{lang_Yes}</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row_on">
|
||||
<td>
|
||||
<b>{lang_Create_new_account}</b>
|
||||
|
Loading…
Reference in New Issue
Block a user