From 2d1a760df38ddf0ffe4e1a3beaf8e1fbc51c3869 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Sun, 17 Mar 2024 15:49:36 +0100 Subject: [PATCH] Resolve #1486 --- dev/Model/Message.js | 5 +++++ dev/Styles/User/MessageView.less | 5 +++++ snappymail/v/0.0.0/app/localization/ar-SA/user.json | 1 + snappymail/v/0.0.0/app/localization/bg-BG/user.json | 1 + snappymail/v/0.0.0/app/localization/cs-CZ/user.json | 1 + snappymail/v/0.0.0/app/localization/da-DK/user.json | 1 + snappymail/v/0.0.0/app/localization/de-DE/user.json | 1 + snappymail/v/0.0.0/app/localization/el-GR/user.json | 1 + snappymail/v/0.0.0/app/localization/en-GB/user.json | 1 + snappymail/v/0.0.0/app/localization/en/user.json | 1 + snappymail/v/0.0.0/app/localization/es-ES/user.json | 1 + snappymail/v/0.0.0/app/localization/et-EE/user.json | 1 + snappymail/v/0.0.0/app/localization/eu/user.json | 1 + snappymail/v/0.0.0/app/localization/fa-IR/user.json | 1 + snappymail/v/0.0.0/app/localization/fi-FI/user.json | 1 + snappymail/v/0.0.0/app/localization/fr-FR/user.json | 1 + snappymail/v/0.0.0/app/localization/hu-HU/user.json | 1 + snappymail/v/0.0.0/app/localization/id-ID/user.json | 1 + snappymail/v/0.0.0/app/localization/is-IS/user.json | 1 + snappymail/v/0.0.0/app/localization/it-IT/user.json | 1 + snappymail/v/0.0.0/app/localization/ja-JP/user.json | 1 + snappymail/v/0.0.0/app/localization/ko-KR/user.json | 1 + snappymail/v/0.0.0/app/localization/lt-LT/user.json | 1 + snappymail/v/0.0.0/app/localization/lv-LV/user.json | 1 + snappymail/v/0.0.0/app/localization/nb-NO/user.json | 1 + snappymail/v/0.0.0/app/localization/nl-NL/user.json | 1 + snappymail/v/0.0.0/app/localization/pl-PL/user.json | 1 + snappymail/v/0.0.0/app/localization/pt-BR/user.json | 1 + snappymail/v/0.0.0/app/localization/pt-PT/user.json | 1 + snappymail/v/0.0.0/app/localization/pt/user.json | 1 + snappymail/v/0.0.0/app/localization/ro-RO/user.json | 1 + snappymail/v/0.0.0/app/localization/ru-RU/user.json | 1 + snappymail/v/0.0.0/app/localization/sk-SK/user.json | 1 + snappymail/v/0.0.0/app/localization/sl-SI/user.json | 1 + snappymail/v/0.0.0/app/localization/sv-SE/user.json | 1 + snappymail/v/0.0.0/app/localization/tr-TR/user.json | 1 + snappymail/v/0.0.0/app/localization/uk-UA/user.json | 1 + snappymail/v/0.0.0/app/localization/vi-VN/user.json | 1 + snappymail/v/0.0.0/app/localization/zh-CN/user.json | 1 + snappymail/v/0.0.0/app/localization/zh-TW/user.json | 1 + .../v/0.0.0/app/templates/Views/User/MailMessageView.html | 3 +++ 41 files changed, 51 insertions(+) diff --git a/dev/Model/Message.js b/dev/Model/Message.js index ddec95a0c..ae2f3687e 100644 --- a/dev/Model/Message.js +++ b/dev/Model/Message.js @@ -420,6 +420,11 @@ export class MessageModel extends AbstractModel { return this.viewBody(false); } + swapColors() { + const cl = this.body?.classList; + cl && cl.toggle('swapColors'); + } + /** * @param {boolean=} print = false */ diff --git a/dev/Styles/User/MessageView.less b/dev/Styles/User/MessageView.less index 082cc6ac9..dd7d970c2 100644 --- a/dev/Styles/User/MessageView.less +++ b/dev/Styles/User/MessageView.less @@ -331,6 +331,11 @@ padding: 10px; position: relative; + &.swapColors { + background-color: var(--main-color, currentcolor); + color: var(--main-bg-color); + } + * { box-sizing: unset; /* unicode-bidi: plaintext;*/ diff --git a/snappymail/v/0.0.0/app/localization/ar-SA/user.json b/snappymail/v/0.0.0/app/localization/ar-SA/user.json index 7a1f816b3..358fd23d4 100644 --- a/snappymail/v/0.0.0/app/localization/ar-SA/user.json +++ b/snappymail/v/0.0.0/app/localization/ar-SA/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "إظهار المصدر", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": ".eml التنزيل كملف", "MENU_FILTER_SIMILAR": "تصفية رسائل مثل هذه", "MENU_PRINT": "طباعة", diff --git a/snappymail/v/0.0.0/app/localization/bg-BG/user.json b/snappymail/v/0.0.0/app/localization/bg-BG/user.json index 8f7e61b4a..f5e7774af 100644 --- a/snappymail/v/0.0.0/app/localization/bg-BG/user.json +++ b/snappymail/v/0.0.0/app/localization/bg-BG/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Покажи източника", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Изтегли като .eml файл", "MENU_FILTER_SIMILAR": "Филтрирай съобщения като това", "MENU_PRINT": "Принтирай", diff --git a/snappymail/v/0.0.0/app/localization/cs-CZ/user.json b/snappymail/v/0.0.0/app/localization/cs-CZ/user.json index cbaf3a58b..5fd9052b2 100644 --- a/snappymail/v/0.0.0/app/localization/cs-CZ/user.json +++ b/snappymail/v/0.0.0/app/localization/cs-CZ/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Zobrazit zdroj", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Stáhnout jako soubor .eml", "MENU_FILTER_SIMILAR": "Filtrovat zprávy jako tato", "MENU_PRINT": "Tisknout", diff --git a/snappymail/v/0.0.0/app/localization/da-DK/user.json b/snappymail/v/0.0.0/app/localization/da-DK/user.json index f1d6e14f2..e966e7dc5 100644 --- a/snappymail/v/0.0.0/app/localization/da-DK/user.json +++ b/snappymail/v/0.0.0/app/localization/da-DK/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Vis kilder", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Hent som .eml fil", "MENU_FILTER_SIMILAR": "Find lignende meddelelser", "MENU_PRINT": "Udskriv", diff --git a/snappymail/v/0.0.0/app/localization/de-DE/user.json b/snappymail/v/0.0.0/app/localization/de-DE/user.json index 2d86df283..29a36b733 100644 --- a/snappymail/v/0.0.0/app/localization/de-DE/user.json +++ b/snappymail/v/0.0.0/app/localization/de-DE/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Original anzeigen", "HTML_VIEW": "Zeige Nachricht als HTML", "PLAIN_VIEW": "Zeige Nachricht im Klartext", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Als .eml-Datei herunterladen", "MENU_FILTER_SIMILAR": "Ähnliche Nachrichten", "MENU_PRINT": "Drucken", diff --git a/snappymail/v/0.0.0/app/localization/el-GR/user.json b/snappymail/v/0.0.0/app/localization/el-GR/user.json index 2aaeed110..25fbcf335 100644 --- a/snappymail/v/0.0.0/app/localization/el-GR/user.json +++ b/snappymail/v/0.0.0/app/localization/el-GR/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Εμφάνιση πηγαίου μηνύματος", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Μεταφόρτωση σαν αρχείο .eml", "MENU_FILTER_SIMILAR": "Φιλτράρισμα μηνυμάτων όπως αυτό", "MENU_PRINT": "Εκτύπωση", diff --git a/snappymail/v/0.0.0/app/localization/en-GB/user.json b/snappymail/v/0.0.0/app/localization/en-GB/user.json index 4e8d90468..01fa08498 100644 --- a/snappymail/v/0.0.0/app/localization/en-GB/user.json +++ b/snappymail/v/0.0.0/app/localization/en-GB/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Show Source", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Download as .eml file", "MENU_FILTER_SIMILAR": "Filter messages like this", "MENU_PRINT": "Print", diff --git a/snappymail/v/0.0.0/app/localization/en/user.json b/snappymail/v/0.0.0/app/localization/en/user.json index 547c74d8f..dbd3564c6 100644 --- a/snappymail/v/0.0.0/app/localization/en/user.json +++ b/snappymail/v/0.0.0/app/localization/en/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Show Source", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Download as .eml file", "MENU_FILTER_SIMILAR": "Filter messages like this", "MENU_PRINT": "Print", diff --git a/snappymail/v/0.0.0/app/localization/es-ES/user.json b/snappymail/v/0.0.0/app/localization/es-ES/user.json index 3dec72e65..6fe0c8446 100644 --- a/snappymail/v/0.0.0/app/localization/es-ES/user.json +++ b/snappymail/v/0.0.0/app/localization/es-ES/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Mostrar original", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Descargar como archivo .eml", "MENU_FILTER_SIMILAR": "Filtrar mensajes como este", "MENU_PRINT": "Imprimir", diff --git a/snappymail/v/0.0.0/app/localization/et-EE/user.json b/snappymail/v/0.0.0/app/localization/et-EE/user.json index b8e91f463..58f0d5be6 100644 --- a/snappymail/v/0.0.0/app/localization/et-EE/user.json +++ b/snappymail/v/0.0.0/app/localization/et-EE/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Näita lähteteksti", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Laadi alla .eml failina", "MENU_FILTER_SIMILAR": "Filtreeri sarnased kirjad", "MENU_PRINT": "Prindi", diff --git a/snappymail/v/0.0.0/app/localization/eu/user.json b/snappymail/v/0.0.0/app/localization/eu/user.json index 0145c2877..5f65db556 100644 --- a/snappymail/v/0.0.0/app/localization/eu/user.json +++ b/snappymail/v/0.0.0/app/localization/eu/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Erakutsi jatorrizkoa", "HTML_VIEW": "Ikusi HTML mezua", "PLAIN_VIEW": "Ikusi testu soil mezua", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Deskargatu .eml fitxategi bezala", "MENU_FILTER_SIMILAR": "Iragazi hau bezalako mezuak", "MENU_PRINT": "Inprimatu", diff --git a/snappymail/v/0.0.0/app/localization/fa-IR/user.json b/snappymail/v/0.0.0/app/localization/fa-IR/user.json index 797ed1584..cdf97bc42 100644 --- a/snappymail/v/0.0.0/app/localization/fa-IR/user.json +++ b/snappymail/v/0.0.0/app/localization/fa-IR/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "نمایش منبع", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "دریافت با پسوند eml.", "MENU_FILTER_SIMILAR": " فیلتر کردن پیام‌های مشابه", "MENU_PRINT": "چاپ", diff --git a/snappymail/v/0.0.0/app/localization/fi-FI/user.json b/snappymail/v/0.0.0/app/localization/fi-FI/user.json index de67cb02c..10590de18 100644 --- a/snappymail/v/0.0.0/app/localization/fi-FI/user.json +++ b/snappymail/v/0.0.0/app/localization/fi-FI/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Näytä lähdekoodi", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Lataa .eml tiedostona", "MENU_FILTER_SIMILAR": "Suodata samankaltaiset", "MENU_PRINT": "Tulosta", diff --git a/snappymail/v/0.0.0/app/localization/fr-FR/user.json b/snappymail/v/0.0.0/app/localization/fr-FR/user.json index a29bcc740..1b9bb5f78 100644 --- a/snappymail/v/0.0.0/app/localization/fr-FR/user.json +++ b/snappymail/v/0.0.0/app/localization/fr-FR/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Voir la source", "HTML_VIEW": "Afficher le message HTML", "PLAIN_VIEW": "Afficher le message en texte brut", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Télécharger comme fichier .eml", "MENU_FILTER_SIMILAR": "Filtrer les messages similaires", "MENU_PRINT": "Imprimer", diff --git a/snappymail/v/0.0.0/app/localization/hu-HU/user.json b/snappymail/v/0.0.0/app/localization/hu-HU/user.json index 96f3e8301..349f172ff 100644 --- a/snappymail/v/0.0.0/app/localization/hu-HU/user.json +++ b/snappymail/v/0.0.0/app/localization/hu-HU/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Eredeti megjelenítése", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": ".eml fájl letöltés", "MENU_FILTER_SIMILAR": "Hasonló üzenetek szűrése", "MENU_PRINT": "Nyomtatás", diff --git a/snappymail/v/0.0.0/app/localization/id-ID/user.json b/snappymail/v/0.0.0/app/localization/id-ID/user.json index aa88f161c..c47122214 100644 --- a/snappymail/v/0.0.0/app/localization/id-ID/user.json +++ b/snappymail/v/0.0.0/app/localization/id-ID/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Tampilkan kode sumber", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Unduh sebagai berkas .eml", "MENU_FILTER_SIMILAR": "Saring pesan seperti ini", "MENU_PRINT": "Cetak", diff --git a/snappymail/v/0.0.0/app/localization/is-IS/user.json b/snappymail/v/0.0.0/app/localization/is-IS/user.json index da32fa761..6812337ce 100644 --- a/snappymail/v/0.0.0/app/localization/is-IS/user.json +++ b/snappymail/v/0.0.0/app/localization/is-IS/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Sýna upprunalegt", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Sækja sem .eml skrá", "MENU_FILTER_SIMILAR": "Sía skilaboð eins og þessi", "MENU_PRINT": "Prenta", diff --git a/snappymail/v/0.0.0/app/localization/it-IT/user.json b/snappymail/v/0.0.0/app/localization/it-IT/user.json index 65ef0a8ba..f0c645d8a 100644 --- a/snappymail/v/0.0.0/app/localization/it-IT/user.json +++ b/snappymail/v/0.0.0/app/localization/it-IT/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Visualizza sorgente", "HTML_VIEW": "Visualizza messaggio in HTML", "PLAIN_VIEW": "Visualizza in formato Testo", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Scarica come file .eml", "MENU_FILTER_SIMILAR": "Mostra messaggi come questo", "MENU_PRINT": "Stampa", diff --git a/snappymail/v/0.0.0/app/localization/ja-JP/user.json b/snappymail/v/0.0.0/app/localization/ja-JP/user.json index 4c5e117ae..a273c37d2 100644 --- a/snappymail/v/0.0.0/app/localization/ja-JP/user.json +++ b/snappymail/v/0.0.0/app/localization/ja-JP/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "メールのソースを表示", "HTML_VIEW": "メッセージをHTMLで表示", "PLAIN_VIEW": "メッセージをプレーンテキストで表示", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": ".emlファイルでダウンロード", "MENU_FILTER_SIMILAR": "このようなメッセージをフィルタ", "MENU_PRINT": "印刷", diff --git a/snappymail/v/0.0.0/app/localization/ko-KR/user.json b/snappymail/v/0.0.0/app/localization/ko-KR/user.json index bb76428e4..6dd6a1a0b 100644 --- a/snappymail/v/0.0.0/app/localization/ko-KR/user.json +++ b/snappymail/v/0.0.0/app/localization/ko-KR/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "원본 보기", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": ".eml 파일로 다운로드", "MENU_FILTER_SIMILAR": "이런 유형의 메시지에 필터 적용", "MENU_PRINT": "인쇄", diff --git a/snappymail/v/0.0.0/app/localization/lt-LT/user.json b/snappymail/v/0.0.0/app/localization/lt-LT/user.json index 707652092..641b70a15 100644 --- a/snappymail/v/0.0.0/app/localization/lt-LT/user.json +++ b/snappymail/v/0.0.0/app/localization/lt-LT/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Rodyti šaltinį", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Atsisiųsti .eml failą", "MENU_FILTER_SIMILAR": "Filtruoti laiškus, kaip šis", "MENU_PRINT": "Spausdinti", diff --git a/snappymail/v/0.0.0/app/localization/lv-LV/user.json b/snappymail/v/0.0.0/app/localization/lv-LV/user.json index 447a10487..d1b098bb7 100644 --- a/snappymail/v/0.0.0/app/localization/lv-LV/user.json +++ b/snappymail/v/0.0.0/app/localization/lv-LV/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Rādīt orģinālu", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Lejuplādēt kā .eml failu", "MENU_FILTER_SIMILAR": "Atfiltrēt šādus ziņojumus", "MENU_PRINT": "Printēt", diff --git a/snappymail/v/0.0.0/app/localization/nb-NO/user.json b/snappymail/v/0.0.0/app/localization/nb-NO/user.json index d8f7eb369..8bb43de05 100644 --- a/snappymail/v/0.0.0/app/localization/nb-NO/user.json +++ b/snappymail/v/0.0.0/app/localization/nb-NO/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Vis original", "HTML_VIEW": "Vis HTML-melding", "PLAIN_VIEW": "Vis ren tekst", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Last ned som .eml-fil", "MENU_FILTER_SIMILAR": "Filtrer slike meldinger", "MENU_PRINT": "Skriv ut", diff --git a/snappymail/v/0.0.0/app/localization/nl-NL/user.json b/snappymail/v/0.0.0/app/localization/nl-NL/user.json index 7409ea09d..b861959fa 100644 --- a/snappymail/v/0.0.0/app/localization/nl-NL/user.json +++ b/snappymail/v/0.0.0/app/localization/nl-NL/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Toon origineel", "HTML_VIEW": "Bekijk HTML bericht", "PLAIN_VIEW": "Bekijk platte tekst bericht", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Download als .eml bestand", "MENU_FILTER_SIMILAR": "Filter gelijksoortige berichten", "MENU_PRINT": "Afdrukken", diff --git a/snappymail/v/0.0.0/app/localization/pl-PL/user.json b/snappymail/v/0.0.0/app/localization/pl-PL/user.json index 18394f856..a40391c17 100644 --- a/snappymail/v/0.0.0/app/localization/pl-PL/user.json +++ b/snappymail/v/0.0.0/app/localization/pl-PL/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Pokaż źródło", "HTML_VIEW": "Wyświetl jako HTML", "PLAIN_VIEW": "Wyświetl jako czysty tekst", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Pobierz jako plik .eml", "MENU_FILTER_SIMILAR": "Filtruj podobne wiadomości", "MENU_PRINT": "Drukuj", diff --git a/snappymail/v/0.0.0/app/localization/pt-BR/user.json b/snappymail/v/0.0.0/app/localization/pt-BR/user.json index 64f5a8377..494ca28f4 100644 --- a/snappymail/v/0.0.0/app/localization/pt-BR/user.json +++ b/snappymail/v/0.0.0/app/localization/pt-BR/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Mostrar original", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Baixar como arquivo .eml", "MENU_FILTER_SIMILAR": "Filtrar mensagens como esta", "MENU_PRINT": "Imprimir", diff --git a/snappymail/v/0.0.0/app/localization/pt-PT/user.json b/snappymail/v/0.0.0/app/localization/pt-PT/user.json index 9da68b559..79786ef7e 100644 --- a/snappymail/v/0.0.0/app/localization/pt-PT/user.json +++ b/snappymail/v/0.0.0/app/localization/pt-PT/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Mostrar original", "HTML_VIEW": "Ver mensagem em HTML", "PLAIN_VIEW": "Ver mensagem em texto simples", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Transferir como ficheiro .eml", "MENU_FILTER_SIMILAR": "Filtrar mensagens semelhantes a esta", "MENU_PRINT": "Imprimir", diff --git a/snappymail/v/0.0.0/app/localization/pt/user.json b/snappymail/v/0.0.0/app/localization/pt/user.json index 9da68b559..79786ef7e 100644 --- a/snappymail/v/0.0.0/app/localization/pt/user.json +++ b/snappymail/v/0.0.0/app/localization/pt/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Mostrar original", "HTML_VIEW": "Ver mensagem em HTML", "PLAIN_VIEW": "Ver mensagem em texto simples", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Transferir como ficheiro .eml", "MENU_FILTER_SIMILAR": "Filtrar mensagens semelhantes a esta", "MENU_PRINT": "Imprimir", diff --git a/snappymail/v/0.0.0/app/localization/ro-RO/user.json b/snappymail/v/0.0.0/app/localization/ro-RO/user.json index e1ed75994..c3c0c31d8 100644 --- a/snappymail/v/0.0.0/app/localization/ro-RO/user.json +++ b/snappymail/v/0.0.0/app/localization/ro-RO/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Vezi originalul", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Descărcați ca fișier eml", "MENU_FILTER_SIMILAR": "Filtrează similarele", "MENU_PRINT": "Printează", diff --git a/snappymail/v/0.0.0/app/localization/ru-RU/user.json b/snappymail/v/0.0.0/app/localization/ru-RU/user.json index d0acfb3b1..d5ef29e7c 100644 --- a/snappymail/v/0.0.0/app/localization/ru-RU/user.json +++ b/snappymail/v/0.0.0/app/localization/ru-RU/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Просмотреть оригинал", "HTML_VIEW": "Просмотр сообщения в HTML", "PLAIN_VIEW": "Просмотр простого текстового сообщения", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Скачать как .eml файл", "MENU_FILTER_SIMILAR": "Фильтровать похожие", "MENU_PRINT": "Распечатать", diff --git a/snappymail/v/0.0.0/app/localization/sk-SK/user.json b/snappymail/v/0.0.0/app/localization/sk-SK/user.json index fb0b69b30..828083cd3 100644 --- a/snappymail/v/0.0.0/app/localization/sk-SK/user.json +++ b/snappymail/v/0.0.0/app/localization/sk-SK/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Zobraziť zdroj", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Prevziať ako súbor .eml", "MENU_FILTER_SIMILAR": "Filtrovať správy ako táto", "MENU_PRINT": "Tlačiť", diff --git a/snappymail/v/0.0.0/app/localization/sl-SI/user.json b/snappymail/v/0.0.0/app/localization/sl-SI/user.json index 7c31febc4..e8935a928 100644 --- a/snappymail/v/0.0.0/app/localization/sl-SI/user.json +++ b/snappymail/v/0.0.0/app/localization/sl-SI/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Pokaži izvorno", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Prenesi kot .eml datoteko", "MENU_FILTER_SIMILAR": "Filtriraj sporočila, kot je to", "MENU_PRINT": "Natisni", diff --git a/snappymail/v/0.0.0/app/localization/sv-SE/user.json b/snappymail/v/0.0.0/app/localization/sv-SE/user.json index 799f50aba..47cfda85a 100644 --- a/snappymail/v/0.0.0/app/localization/sv-SE/user.json +++ b/snappymail/v/0.0.0/app/localization/sv-SE/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Visa källa", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Ladda ner som .eml fil", "MENU_FILTER_SIMILAR": "Filtrera meddelanden som detta", "MENU_PRINT": "Skriv ut", diff --git a/snappymail/v/0.0.0/app/localization/tr-TR/user.json b/snappymail/v/0.0.0/app/localization/tr-TR/user.json index d291e58d1..7de1eee16 100644 --- a/snappymail/v/0.0.0/app/localization/tr-TR/user.json +++ b/snappymail/v/0.0.0/app/localization/tr-TR/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Kaynağı görüntüle", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": ".eml dosyası olarak indir", "MENU_FILTER_SIMILAR": "Bunun gibi iletileri filtrele", "MENU_PRINT": "yazdır", diff --git a/snappymail/v/0.0.0/app/localization/uk-UA/user.json b/snappymail/v/0.0.0/app/localization/uk-UA/user.json index bf29758f5..4d7bb04d2 100644 --- a/snappymail/v/0.0.0/app/localization/uk-UA/user.json +++ b/snappymail/v/0.0.0/app/localization/uk-UA/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Подивитися оригінал", "HTML_VIEW": "View HTML message", "PLAIN_VIEW": "View plain text message", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Завантажити як .eml файл", "MENU_FILTER_SIMILAR": "Фільтрувати схожі", "MENU_PRINT": "Надрукувати", diff --git a/snappymail/v/0.0.0/app/localization/vi-VN/user.json b/snappymail/v/0.0.0/app/localization/vi-VN/user.json index 3c993dfa4..8e653a5ff 100644 --- a/snappymail/v/0.0.0/app/localization/vi-VN/user.json +++ b/snappymail/v/0.0.0/app/localization/vi-VN/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "Hiển thị nguồn", "HTML_VIEW": "Xem thư dạng HTML", "PLAIN_VIEW": "Xem thư dạng văn bản thuần", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "Tải xuống dưới dạng tập tin .eml", "MENU_FILTER_SIMILAR": "Lọc ra những thư dạng này", "MENU_PRINT": "In", diff --git a/snappymail/v/0.0.0/app/localization/zh-CN/user.json b/snappymail/v/0.0.0/app/localization/zh-CN/user.json index 792aba289..fd466e18d 100644 --- a/snappymail/v/0.0.0/app/localization/zh-CN/user.json +++ b/snappymail/v/0.0.0/app/localization/zh-CN/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "显示原始内容", "HTML_VIEW": "显示 HTML 消息", "PLAIN_VIEW": "显示纯文本消息", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "下载为 .eml 文件", "MENU_FILTER_SIMILAR": "筛选类似邮件", "MENU_PRINT": "打印邮件", diff --git a/snappymail/v/0.0.0/app/localization/zh-TW/user.json b/snappymail/v/0.0.0/app/localization/zh-TW/user.json index 647ed87ca..cb057820e 100644 --- a/snappymail/v/0.0.0/app/localization/zh-TW/user.json +++ b/snappymail/v/0.0.0/app/localization/zh-TW/user.json @@ -139,6 +139,7 @@ "MENU_VIEW_ORIGINAL": "顯示原始內容", "HTML_VIEW": "檢視 HTML 郵件", "PLAIN_VIEW": "檢視純文字郵件", + "SWAP_COLORS": "Swap default (background)-color", "MENU_DOWNLOAD_ORIGINAL": "下載為 .eml 檔案", "MENU_FILTER_SIMILAR": "篩選這類郵件", "MENU_PRINT": "列印郵件", diff --git a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html index 98c6fc383..3638bbdec 100644 --- a/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html +++ b/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html @@ -108,6 +108,9 @@
  • +
  • + +