* Mail: allow to disable use of RFC3676 flowed lines in plain text mails, as some clients have trouble to detect correct charset

This commit is contained in:
Ralf Becker 2015-11-11 15:00:11 +00:00
parent 6a7c98a2e1
commit 030d43d960
3 changed files with 34 additions and 12 deletions

View File

@ -99,6 +99,7 @@ deny certain groups access to following features mail de Den Zugriff auf bestimm
directories have to be shared. mail de Verzeichnisse müssen freigegeben werden.
disable mail de Deaktivieren
disable ruler for separation of mailbody and signature mail de Signatur-Trennzeichen ausblenden
disable use of flowed lines in plain text mails (rfc3676) mail de Variablen Zeilenumbruch in text Mails (RFC3676) abschalten
disabled! mail de deaktiviert
discard mail de verwerfen
discard message mail de Nachricht verwerfen
@ -280,6 +281,7 @@ message preview area mail de Vorschaubereich
message saved successfully. mail de Nachricht wurde erfolgreich gespeichert.
message send failed: %1 mail de Nachricht konnte nicht versendet werden: %1
message send successfully. mail de Nachricht wurde erfolgreich versendet.
miscellaneous mail de Verschiedenes
move selected to mail de Verschiebe ausgewählte nach
move to mail de verschieben
move to trash mail de in den Papierkorb verschieben
@ -438,6 +440,7 @@ size(...->0) mail de Größe(...->0)
size(0->...) mail de Größe(0->...)
small view mail de schmale Ansicht
smtp mail de Postausgang-Server
some clients fail to detect correct charset, if flowed lines are enabled. mail de Einige Mailprogramme haben Probleme den Zeichensatz zu erkennen, wenn variabler Zeilenumbruch verwendet wird.
sort order mail de Sortierreihenfolge
source mail de Quelltext
sources mail de HTML Quellcode

View File

@ -99,6 +99,7 @@ deny certain groups access to following features mail en Deny certain groups acc
directories have to be shared. mail en Directories have to be shared.
disable mail en Disable
disable ruler for separation of mailbody and signature mail en disable Ruler for separation of mailbody and signature
disable use of flowed lines in plain text mails (rfc3676) mail en Disable use of flowed lines in plain text mails (RFC3676)
disabled! mail en disabled!
discard mail en discard
discard message mail en Discard message
@ -165,7 +166,6 @@ 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
@ -280,6 +280,7 @@ message preview area mail en Message preview area
message saved successfully. mail en Message saved successfully.
message send failed: %1 mail en Message send failed: %1
message send successfully. mail en Message send successfully.
miscellaneous mail en Miscellaneous
move selected to mail en Move selected to
move to mail en Move to
move to trash mail en move to trash
@ -438,6 +439,7 @@ size(...->0) mail en size(...->0)
size(0->...) mail en size(0->...)
small view mail en small view
smtp mail en SMTP
some clients fail to detect correct charset, if flowed lines are enabled. mail en Some clients fail to detect correct charset, if flowed lines are enabled.
sort order mail en Sort order
source mail en Source
sources mail en Sources

View File

@ -13,17 +13,6 @@
<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>
@ -74,6 +63,34 @@
{lang_provide_a_default_vacation_text,_(used_on_new_vacation_messages_when_there_was_no_message_set_up_previously)}
</td>
<td><textarea name="newsettings[default_vacation_text]" cols="50" rows="8">{value_default_vacation_text}</textarea></td>
</tr>
<tr class="th">
<td colspan="2"><b>{lang_Miscellaneous}</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_Disable_use_of_flowed_lines_in_plain_text_mails_(RFC3676)}</b><br>
{lang_Some_clients_fail_to_detect_correct_charset,_if_flowed_lines_are_enabled.}
</td>
<td>
<select name="newsettings[disable_rfc3676_flowed]">
<option value=""{selected_disable_rfc3676_flowed}>{lang_No}</option>
<option value="True"{selected_disable_rfc3676_flowed_True}>{lang_Yes}</option>
</select>
</td>
</tr>
<!-- END body -->
<!-- BEGIN footer -->
<tr valign="bottom" style="height: 30px;">