From 929c6b1c0c643a951a8c26798fe3d4929912e095 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 26 Jan 2022 07:51:24 -0500 Subject: [PATCH] fix(mail): improve reply and forward templates Fixes #5415 --- .../SOGoMailArabicForward.html | 31 +++++++------- .../SOGoMailArabicReply.html | 34 ++++++++------- .../SOGoMailBasqueForward.html | 31 +++++++------- .../SOGoMailBasqueReply.html | 34 ++++++++------- .../SOGoMailBosnianForward.html | 31 +++++++------- .../SOGoMailBosnianReply.html | 34 ++++++++------- .../SOGoMailBrazilianPortugueseForward.html | 31 +++++++------- .../SOGoMailBrazilianPortugueseReply.html | 35 ++++++++-------- .../SOGoMailBulgarianForward.html | 31 +++++++------- .../SOGoMailBulgarianReply.html | 34 ++++++++------- .../SOGoMailCatalanForward.html | 31 +++++++------- .../SOGoMailCatalanReply.html | 34 ++++++++------- .../SOGoMailChineseChinaForward.html | 31 +++++++------- .../SOGoMailChineseChinaReply.html | 34 ++++++++------- .../SOGoMailChineseTaiwanForward.html | 31 +++++++------- .../SOGoMailChineseTaiwanReply.html | 34 ++++++++------- .../SOGoMailCroatianForward.html | 31 +++++++------- .../SOGoMailCroatianReply.html | 34 ++++++++------- .../SOGoMailCzechForward.html | 31 +++++++------- .../SOGoMailCzechReply.html | 30 ++++++------- .../SOGoMailDanishForward.html | 31 +++++++------- .../SOGoMailDanishReply.html | 34 ++++++++------- .../SOGoMailDutchForward.html | 31 +++++++------- .../SOGoMailDutchReply.html | 34 ++++++++------- .../SOGoMailEnglishForward.html | 31 +++++++------- .../SOGoMailEnglishReply.html | 34 ++++++++------- .../SOGoMailFinnishForward.html | 31 +++++++------- .../SOGoMailFinnishReply.html | 34 ++++++++------- SoObjects/Mailer/SOGoMailForward.m | 4 +- .../SOGoMailFrenchForward.html | 31 +++++++------- .../SOGoMailFrenchReply.html | 34 ++++++++------- .../SOGoMailGermanForward.html | 31 +++++++------- .../SOGoMailGermanReply.html | 34 ++++++++------- .../SOGoMailHebrewForward.html | 31 +++++++------- .../SOGoMailHebrewReply.html | 34 ++++++++------- .../SOGoMailHungarianForward.html | 31 +++++++------- .../SOGoMailHungarianReply.html | 34 ++++++++------- .../SOGoMailIcelandicForward.html | 31 +++++++------- .../SOGoMailIcelandicReply.html | 34 ++++++++------- .../SOGoMailIndonesianForward.html | 31 +++++++------- .../SOGoMailIndonesianReply.html | 34 ++++++++------- .../SOGoMailItalianForward.html | 31 +++++++------- .../SOGoMailItalianReply.html | 34 ++++++++------- .../SOGoMailJapaneseForward.html | 38 ++++++++--------- .../SOGoMailJapaneseReply.html | 42 +++++++++---------- .../SOGoMailLatvianForward.html | 31 +++++++------- .../SOGoMailLatvianReply.html | 34 ++++++++------- .../SOGoMailLithuanianForward.html | 31 +++++++------- .../SOGoMailLithuanianReply.html | 34 ++++++++------- .../SOGoMailMacedonianForward.html | 31 +++++++------- .../SOGoMailMacedonianReply.html | 34 ++++++++------- .../SOGoMailMontenegrinForward.html | 31 +++++++------- .../SOGoMailMontenegrinReply.html | 34 ++++++++------- .../SOGoMailNorwegianBokmalForward.html | 31 +++++++------- .../SOGoMailNorwegianBokmalReply.html | 34 ++++++++------- .../SOGoMailNorwegianNynorskForward.html | 31 +++++++------- .../SOGoMailNorwegianNynorskReply.html | 34 ++++++++------- .../SOGoMailPolishForward.html | 31 +++++++------- .../SOGoMailPolishReply.html | 34 ++++++++------- .../SOGoMailPortugueseForward.html | 31 +++++++------- .../SOGoMailPortugueseReply.html | 35 ++++++++-------- .../SOGoMailRomanianForward.html | 31 +++++++------- .../SOGoMailRomanianReply.html | 34 ++++++++------- .../SOGoMailRussianForward.html | 31 +++++++------- .../SOGoMailRussianReply.html | 34 ++++++++------- .../SOGoMailSerbianForward.html | 31 +++++++------- .../SOGoMailSerbianLatinForward.html | 29 +++++++------ .../SOGoMailSerbianLatinReply.html | 32 +++++++------- .../SOGoMailSerbianReply.html | 34 ++++++++------- .../SOGoMailSlovakForward.html | 31 +++++++------- .../SOGoMailSlovakReply.html | 29 ++++++------- .../SOGoMailSlovenianForward.html | 31 +++++++------- .../SOGoMailSlovenianReply.html | 34 ++++++++------- .../SOGoMailSpanishArgentinaForward.html | 31 +++++++------- .../SOGoMailSpanishArgentinaReply.html | 35 ++++++++-------- .../SOGoMailSpanishSpainForward.html | 31 +++++++------- .../SOGoMailSpanishSpainReply.html | 35 ++++++++-------- .../SOGoMailSwedishForward.html | 31 +++++++------- .../SOGoMailSwedishReply.html | 34 ++++++++------- .../SOGoMailTurkishTurkeyForward.html | 31 +++++++------- .../SOGoMailTurkishTurkeyReply.html | 34 ++++++++------- .../SOGoMailUkrainianForward.html | 31 +++++++------- .../SOGoMailUkrainianReply.html | 34 ++++++++------- .../SOGoMailWelshForward.html | 31 +++++++------- .../SOGoMailWelshReply.html | 34 ++++++++------- .../js/Mailer/MessageEditorController.js | 6 +-- 86 files changed, 1388 insertions(+), 1358 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailArabicForward.wo/SOGoMailArabicForward.html b/SoObjects/Mailer/SOGoMailArabicForward.wo/SOGoMailArabicForward.html index e942dd79d5..712624e83a 100644 --- a/SoObjects/Mailer/SOGoMailArabicForward.wo/SOGoMailArabicForward.html +++ b/SoObjects/Mailer/SOGoMailArabicForward.wo/SOGoMailArabicForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- الرسالة الاصلية --------<#newLine/> -الموضوع: <#subject/><#newLine/> -التاريخ: <#date/><#newLine/> -من: <#from/><#newLine/> -<#hasReplyTo>ردً على: <#replyTo/><#hasOrganization>المنظمة: <#organization/>إلى: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>مجموعات الأخبار: <#newsgroups/><#hasReferences>المراجع: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- الرسالة الاصلية --------<#newLine +/>الموضوع: <#subject/><#newLine +/>التاريخ: <#date/><#newLine +/>من: <#from/><#newLine +/><#hasReplyTo>ردً على: <#replyTo/><#newLine/><#hasOrganization>المنظمة: <#organization/><#newLine/>إلى: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>مجموعات الأخبار: <#newsgroups/><#newLine/><#hasReferences>المراجع: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailArabicReply.wo/SOGoMailArabicReply.html b/SoObjects/Mailer/SOGoMailArabicReply.wo/SOGoMailArabicReply.html index 377f1025a9..25f268a17a 100644 --- a/SoObjects/Mailer/SOGoMailArabicReply.wo/SOGoMailArabicReply.html +++ b/SoObjects/Mailer/SOGoMailArabicReply.wo/SOGoMailArabicReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- الرسالة الأصلية --------<#newLine/> -الموضوع: <#subject/><#newLine/> -التاريخ: <#date/><#newLine/> -من: <#from/><#newLine/> -<#hasReplyTo>ردً علي: <#replyTo/><#hasOrganization>المنظمة: <#organization/>إلى: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>مجموعات الأخبار: <#newsgroups/><#hasReferences>المراجع: <#references/><#newLine/> -<#standardMode>في <#date/>, <#from/> كتب:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- الرسالة الأصلية --------<#newLine +/>الموضوع: <#subject/><#newLine +/>التاريخ: <#date/><#newLine +/>من: <#from/><#newLine +/><#hasReplyTo>ردً علي: <#replyTo/><#newLine/><#hasOrganization>المنظمة: <#organization/><#newLine/>إلى: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>مجموعات الأخبار: <#newsgroups/><#newLine/><#hasReferences>المراجع: <#references/><#newLine/><#standardMode>في <#date/>, <#from/> كتب:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailBasqueForward.wo/SOGoMailBasqueForward.html b/SoObjects/Mailer/SOGoMailBasqueForward.wo/SOGoMailBasqueForward.html index 34c1eb31f8..9840f1f81d 100755 --- a/SoObjects/Mailer/SOGoMailBasqueForward.wo/SOGoMailBasqueForward.html +++ b/SoObjects/Mailer/SOGoMailBasqueForward.wo/SOGoMailBasqueForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Gaia: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Nork: <#from/><#newLine/> -<#hasReplyTo>Erantzun-honi: <#replyTo/><#hasOrganization>Erakundea: <#organization/>Nori: <#to/><#newLine/> -<#hasCc>Kopia: <#cc/><#hasNewsGroups>Berri-taldeak: <#newsgroups/><#hasReferences>Erreferentziak: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Gaia: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Nork: <#from/><#newLine +/><#hasReplyTo>Erantzun-honi: <#replyTo/><#newLine/><#hasOrganization>Erakundea: <#organization/><#newLine/>Nori: <#to/><#newLine +/><#hasCc>Kopia: <#cc/><#newLine/><#hasNewsGroups>Berri-taldeak: <#newsgroups/><#newLine/><#hasReferences>Erreferentziak: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailBasqueReply.wo/SOGoMailBasqueReply.html b/SoObjects/Mailer/SOGoMailBasqueReply.wo/SOGoMailBasqueReply.html index 65b70bae33..94f2097690 100755 --- a/SoObjects/Mailer/SOGoMailBasqueReply.wo/SOGoMailBasqueReply.html +++ b/SoObjects/Mailer/SOGoMailBasqueReply.wo/SOGoMailBasqueReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Jatorrizko Mezua --------<#newLine/> -Gaia: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Nork: <#from/><#newLine/> -<#hasReplyTo>Erantzun-honi: <#replyTo/><#hasOrganization>Erakundea: <#organization/>Nori: <#to/><#newLine/> -<#hasCc>Kopia: <#cc/><#hasNewsGroups>Berri-taldeak: <#newsgroups/><#hasReferences>Erreferentziak: <#references/><#newLine/> -<#standardMode><#date/>-an, <#from/>-k idatzi zuen:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Jatorrizko Mezua --------<#newLine +/>Gaia: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Nork: <#from/><#newLine +/><#hasReplyTo>Erantzun-honi: <#replyTo/><#newLine/><#hasOrganization>Erakundea: <#organization/><#newLine/>Nori: <#to/><#newLine +/><#hasCc>Kopia: <#cc/><#newLine/><#hasNewsGroups>Berri-taldeak: <#newsgroups/><#newLine/><#hasReferences>Erreferentziak: <#references/><#newLine/><#standardMode><#date/>-an, <#from/>-k idatzi zuen:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.html b/SoObjects/Mailer/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.html index 12d270b839..2faca427e7 100644 --- a/SoObjects/Mailer/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.html +++ b/SoObjects/Mailer/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalan E-mail --------<#newLine/> -Tema: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>Kopiraj: <#cc/><#hasNewsGroups>Grupe: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalan E-mail --------<#newLine +/>Tema: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>Kopiraj: <#cc/><#newLine/><#hasNewsGroups>Grupe: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.html b/SoObjects/Mailer/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.html index e88ea638e2..79efbdc4b5 100644 --- a/SoObjects/Mailer/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.html +++ b/SoObjects/Mailer/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Originalan E-mail --------<#newLine/> -Tema: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>Kopiraj: <#cc/><#hasNewsGroups>Grupe: <#newsgroups/><#hasReferences>Refererence: <#references/><#newLine/> -<#standardMode>Dana <#date/>, <#from/> napisao/napisala:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Originalan E-mail --------<#newLine +/>Tema: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>Kopiraj: <#cc/><#newLine/><#hasNewsGroups>Grupe: <#newsgroups/><#newLine/><#hasReferences>Refererence: <#references/><#newLine/><#standardMode>Dana <#date/>, <#from/> napisao/napisala:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html b/SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html index 75b423fe16..321c456458 100644 --- a/SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html +++ b/SoObjects/Mailer/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Assunto: <#subject/><#newLine/> -Data: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Responder-Para: <#replyTo/><#hasOrganization>Organização: <#organization/>Para: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Referências: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine/> +Assunto: <#subject/><#newLine/> +Data: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-Para: <#replyTo/><#newLine/><#hasOrganization>Organização: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>Referências: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html b/SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html index bc032f3f7d..d7640000b4 100644 --- a/SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html +++ b/SoObjects/Mailer/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html @@ -1,17 +1,18 @@ -<#signaturePlacementOnTop> - - -<#signature/> - -<#outlookMode>-------- Mensagem Original -------- -Assunto: <#subject/> -Data: <#date/> -De: <#from/> -<#hasReplyTo>Responder-Para: <#replyTo/><#hasOrganization>Organização: <#organization/>Para: <#to/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Referências: <#references/> -<#standardMode>Em <#date/>, <#from/> escreveu: - -<#messageBody/> - - -<#signaturePlacementOnBottom><#signature/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Mensagem Original --------<#newLine +/>Assunto: <#subject/><#newLine +/>Data: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-Para: <#replyTo/><#newLine/><#hasOrganization>Organização: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>Referências: <#references/><#newLine/><#standardMode>Em <#date/>, <#from/> escreveu:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.html b/SoObjects/Mailer/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.html index ef3b83e170..c4731ff77c 100644 --- a/SoObjects/Mailer/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.html +++ b/SoObjects/Mailer/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.html b/SoObjects/Mailer/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.html index 3f77594ae9..fc4a2bfeb0 100644 --- a/SoObjects/Mailer/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.html +++ b/SoObjects/Mailer/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html b/SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html index ef3b83e170..c4731ff77c 100644 --- a/SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html +++ b/SoObjects/Mailer/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html b/SoObjects/Mailer/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html index 3f77594ae9..fc4a2bfeb0 100644 --- a/SoObjects/Mailer/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html +++ b/SoObjects/Mailer/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html b/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html index 9ef1de504a..5bcd3535b5 100644 --- a/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html +++ b/SoObjects/Mailer/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- 原始訊息 --------<#newLine/> -主旨: <#subject/><#newLine/> -日期: <#date/><#newLine/> -寄件人: <#from/><#newLine/> -<#hasReplyTo>回覆: <#replyTo/><#hasOrganization>組織: <#organization/>收件者: <#to/><#newLine/> -<#hasCc>副本: <#cc/><#hasNewsGroups>新聞群組: <#newsgroups/><#hasReferences>參照: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- 原始訊息 --------<#newLine +/>主旨: <#subject/><#newLine +/>日期: <#date/><#newLine +/>寄件人: <#from/><#newLine +/><#hasReplyTo>回覆: <#replyTo/><#newLine/><#hasOrganization>組織: <#organization/><#newLine/>收件者: <#to/><#newLine +/><#hasCc>副本: <#cc/><#newLine/><#hasNewsGroups>新聞群組: <#newsgroups/><#newLine/><#hasReferences>參照: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html b/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html index 88d012c6e6..392774a62f 100644 --- a/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html +++ b/SoObjects/Mailer/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- 原始訊息 --------<#newLine/> -主旨: <#subject/><#newLine/> -日期: <#date/><#newLine/> -寄件人: <#from/><#newLine/> -<#hasReplyTo>回覆: <#replyTo/><#hasOrganization>組織: <#organization/>收件者: <#to/><#newLine/> -<#hasCc>副本: <#cc/><#hasNewsGroups>新聞群組: <#newsgroups/><#hasReferences>參照: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> 撰寫:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- 原始訊息 --------<#newLine +/>主旨: <#subject/><#newLine +/>日期: <#date/><#newLine +/>寄件人: <#from/><#newLine +/><#hasReplyTo>回覆: <#replyTo/><#newLine/><#hasOrganization>組織: <#organization/><#newLine/>收件者: <#to/><#newLine +/><#hasCc>副本: <#cc/><#newLine/><#hasNewsGroups>新聞群組: <#newsgroups/><#newLine/><#hasReferences>參照: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> 撰寫:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html b/SoObjects/Mailer/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html index dacde8b2e9..bb27494567 100644 --- a/SoObjects/Mailer/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html +++ b/SoObjects/Mailer/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- 原始信件 --------<#newLine/> -主旨: <#subject/><#newLine/> -日期: <#date/><#newLine/> -寄件者: <#from/><#newLine/> -<#hasReplyTo>回覆帳號: <#replyTo/><#hasOrganization>公司: <#organization/>收件者: <#to/><#newLine/> -<#hasCc>副本: <#cc/><#hasNewsGroups>新聞群組: <#newsgroups/><#hasReferences>參考: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- 原始信件 --------<#newLine +/>主旨: <#subject/><#newLine +/>日期: <#date/><#newLine +/>寄件者: <#from/><#newLine +/><#hasReplyTo>回覆帳號: <#replyTo/><#newLine/><#hasOrganization>公司: <#organization/><#newLine/>收件者: <#to/><#newLine +/><#hasCc>副本: <#cc/><#newLine/><#hasNewsGroups>新聞群組: <#newsgroups/><#newLine/><#hasReferences>參考: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html b/SoObjects/Mailer/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html index 24c91fe726..ad17d10ac3 100644 --- a/SoObjects/Mailer/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html +++ b/SoObjects/Mailer/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- 原始信件 --------<#newLine/> -主旨: <#subject/><#newLine/> -日期: <#date/><#newLine/> -寄件者: <#from/><#newLine/> -<#hasReplyTo>回覆帳號: <#replyTo/><#hasOrganization>公司: <#organization/>收件者: <#to/><#newLine/> -<#hasCc>副本: <#cc/><#hasNewsGroups>新聞群組: <#newsgroups/><#hasReferences>參考: <#references/><#newLine/> -<#standardMode>日期 <#date/>, <#from/> 編輯:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- 原始信件 --------<#newLine +/>主旨: <#subject/><#newLine +/>日期: <#date/><#newLine +/>寄件者: <#from/><#newLine +/><#hasReplyTo>回覆帳號: <#replyTo/><#newLine/><#hasOrganization>公司: <#organization/><#newLine/>收件者: <#to/><#newLine +/><#hasCc>副本: <#cc/><#newLine/><#hasNewsGroups>新聞群組: <#newsgroups/><#newLine/><#hasReferences>參考: <#references/><#newLine/><#standardMode>日期 <#date/>, <#from/> 編輯:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html b/SoObjects/Mailer/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html index 0a814d89bb..f486f9741d 100644 --- a/SoObjects/Mailer/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html +++ b/SoObjects/Mailer/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Predmet: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Predmet: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html b/SoObjects/Mailer/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html index b594cccf3a..99a85b4990 100644 --- a/SoObjects/Mailer/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html +++ b/SoObjects/Mailer/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original Message --------<#newLine/> -Predmet: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original Message --------<#newLine +/>Predmet: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.html b/SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.html index a551d66ceb..685f013a1d 100644 --- a/SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.html +++ b/SoObjects/Mailer/SOGoMailCzechForward.wo/SOGoMailCzechForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Původní zpráva --------<#newLine/> -Předmět: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odpověď na: <#replyTo/><#hasOrganization>Organizace: <#organization/>Komu: <#to/><#newLine/> -<#hasCc>Kopie: <#cc/><#hasNewsGroups>Diskuzní skupiny: <#newsgroups/><#hasReferences>Odkazy: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Původní zpráva --------<#newLine +/>Předmět: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odpověď na: <#replyTo/><#newLine/><#hasOrganization>Organizace: <#organization/><#newLine/>Komu: <#to/><#newLine +/><#hasCc>Kopie: <#cc/><#newLine/><#hasNewsGroups>Diskuzní skupiny: <#newsgroups/><#newLine/><#hasReferences>Odkazy: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.html b/SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.html index 44a86eb7bc..2fcb7ad96d 100644 --- a/SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.html +++ b/SoObjects/Mailer/SOGoMailCzechReply.wo/SOGoMailCzechReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Původní zpráva --------<#newLine/> -Předmět: <#subject/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Původní zpráva --------<#newLine +/>Předmět: <#subject/> Datum: <#date/> Od: <#from/> -<#hasReplyTo>Odpověď pro: <#replyTo/><#hasOrganization>Organizace: <#organization/>Komu: <#to/> -<#hasCc>Kopie: <#cc/><#hasNewsGroups>Diskuzní skupiny: <#newsgroups/><#hasReferences>Odkazy: <#references/><#newLine/> -<#standardMode> <#date/>, <#from/> napsal:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#hasReplyTo>Odpověď pro: <#replyTo/><#newLine/><#hasOrganization>Organizace: <#organization/><#newLine/>Komu: <#to/><#newLine +/><#hasCc>Kopie: <#cc/><#newLine/><#hasNewsGroups>Diskuzní skupiny: <#newsgroups/><#newLine/><#hasReferences>Odkazy: <#references/><#newLine/><#standardMode> <#date/>, <#from/> napsal:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailDanishForward.wo/SOGoMailDanishForward.html b/SoObjects/Mailer/SOGoMailDanishForward.wo/SOGoMailDanishForward.html index ef3b83e170..c4731ff77c 100644 --- a/SoObjects/Mailer/SOGoMailDanishForward.wo/SOGoMailDanishForward.html +++ b/SoObjects/Mailer/SOGoMailDanishForward.wo/SOGoMailDanishForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailDanishReply.wo/SOGoMailDanishReply.html b/SoObjects/Mailer/SOGoMailDanishReply.wo/SOGoMailDanishReply.html index 3f77594ae9..fc4a2bfeb0 100644 --- a/SoObjects/Mailer/SOGoMailDanishReply.wo/SOGoMailDanishReply.html +++ b/SoObjects/Mailer/SOGoMailDanishReply.wo/SOGoMailDanishReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html b/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html index ef3b83e170..c4731ff77c 100644 --- a/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +++ b/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html b/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html index 3f77594ae9..fc4a2bfeb0 100644 --- a/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +++ b/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html index ef3b83e170..5f2ebd9088 100644 --- a/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +++ b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html index 3f77594ae9..c653087b71 100644 --- a/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original Message --------<#newLine/> -Subject: <#subject/><#newLine/> -Date: <#date/><#newLine/> -From: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original Message --------<#newLine +/>Subject: <#subject/><#newLine +/>Date: <#date/><#newLine +/>From: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html b/SoObjects/Mailer/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html index 562258b271..d1939690d5 100644 --- a/SoObjects/Mailer/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html +++ b/SoObjects/Mailer/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Alkuperäinen viesti --------<#newLine/> -Aihe: <#subject/><#newLine/> -Pvm: <#date/><#newLine/> -Keneltä: <#from/><#newLine/> -<#hasReplyTo>Vastaus: <#replyTo/><#hasOrganization>Organisaatio: <#organization/>Kenelle: <#to/><#newLine/> -<#hasCc>Kopio: <#cc/><#hasNewsGroups>Uutisryhmät: <#newsgroups/><#hasReferences>Viitteet: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Alkuperäinen viesti --------<#newLine +/>Aihe: <#subject/><#newLine +/>Pvm: <#date/><#newLine +/>Keneltä: <#from/><#newLine +/><#hasReplyTo>Vastaus: <#replyTo/><#newLine/><#hasOrganization>Organisaatio: <#organization/><#newLine/>Kenelle: <#to/><#newLine +/><#hasCc>Kopio: <#cc/><#newLine/><#hasNewsGroups>Uutisryhmät: <#newsgroups/><#newLine/><#hasReferences>Viitteet: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html b/SoObjects/Mailer/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html index 8b17d0dff2..d0e47a3566 100644 --- a/SoObjects/Mailer/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html +++ b/SoObjects/Mailer/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Alkuperäinen viesti --------<#newLine/> -Aihe: <#subject/><#newLine/> -Pvm: <#date/><#newLine/> -Keneltä: <#from/><#newLine/> -<#hasReplyTo>Vastaus: <#replyTo/><#hasOrganization>Organisaatio: <#organization/>Kenelle: <#to/><#newLine/> -<#hasCc>Kopio: <#cc/><#hasNewsGroups>Uutisryhmät: <#newsgroups/><#hasReferences>Viitteet: <#references/><#newLine/> -<#standardMode><#date/>, <#from/> kirjoitti:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Alkuperäinen viesti --------<#newLine +/>Aihe: <#subject/><#newLine +/>Pvm: <#date/><#newLine +/>Keneltä: <#from/><#newLine +/><#hasReplyTo>Vastaus: <#replyTo/><#newLine/><#hasOrganization>Organisaatio: <#organization/><#newLine/>Kenelle: <#to/><#newLine +/><#hasCc>Kopio: <#cc/><#newLine/><#hasNewsGroups>Uutisryhmät: <#newsgroups/><#newLine/><#hasReferences>Viitteet: <#references/><#newLine/><#standardMode><#date/>, <#from/> kirjoitti:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index 2bdd403002..57b0b75d2d 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -75,7 +75,7 @@ - (void) setSourceMail: (SOGoMailObject *) newSourceMail - (NSString *) newLine { - NSString *rc = @" "; + NSString *rc = @"\n"; if (htmlComposition) rc = @"
"; @@ -279,7 +279,7 @@ - (NSString *) signature { nl = (htmlComposition ? @"
" : @"\n"); space = (htmlComposition ? @" " : @" "); - mailSignature = [NSString stringWithFormat: @"%@--%@%@%@", nl, space, nl, signature]; + mailSignature = [NSString stringWithFormat: @"--%@%@%@", space, nl, signature]; } } diff --git a/SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html b/SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html index dfe8cc9489..5d77494cbb 100644 --- a/SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +++ b/SoObjects/Mailer/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Message original --------<#newLine/> -Sujet: <#subject/><#newLine/> -Date: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Répondre à: <#replyTo/><#hasOrganization>Organisation: <#organization/>Pour: <#to/><#newLine/> -<#hasCc>Copie: <#cc/><#hasNewsGroups>Forums de discussion: <#newsgroups/><#hasReferences>Références: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Message original --------<#newLine +/>Sujet: <#subject/><#newLine +/>Date: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Répondre à: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>Pour: <#to/><#newLine +/><#hasCc>Copie: <#cc/><#newLine/><#hasNewsGroups>Forums de discussion: <#newsgroups/><#newLine/><#hasReferences>Références: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html b/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html index 3874e585e1..51af94ca7f 100644 --- a/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +++ b/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Message original --------<#newLine/> -Sujet: <#subject/><#newLine/> -Date: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Répondre à: <#replyTo/><#hasOrganization>Organisation: <#organization/>Pour: <#to/><#newLine/> -<#hasCc>Copie: <#cc/><#hasNewsGroups>Forums de discussion: <#newsgroups/><#hasReferences>Références: <#references/><#newLine/> -<#standardMode>Le <#date/>, <#from/> a écrit:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Message original --------<#newLine +/>Sujet: <#subject/><#newLine +/>Date: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Répondre à: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>Pour: <#to/><#newLine +/><#hasCc>Copie: <#cc/><#newLine/><#hasNewsGroups>Forums de discussion: <#newsgroups/><#newLine/><#hasReferences>Références: <#references/><#newLine/><#standardMode>Le <#date/>, <#from/> a écrit:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html b/SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html index 9c0965b440..f19444a192 100644 --- a/SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +++ b/SoObjects/Mailer/SOGoMailGermanForward.wo/SOGoMailGermanForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original-Nachricht --------<#newLine/> -Betreff: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Von: <#from/><#newLine/> -<#hasReplyTo>Antwort an: <#replyTo/><#hasOrganization>Organisation: <#organization/>An: <#to/><#newLine/> -<#hasCc>Kopie: <#cc/><#hasNewsGroups>Newsgroup: <#newsgroups/><#hasReferences>Referenzen: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original-Nachricht --------<#newLine +/>Betreff: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Von: <#from/><#newLine +/><#hasReplyTo>Antwort an: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>An: <#to/><#newLine +/><#hasCc>Kopie: <#cc/><#newLine/><#hasNewsGroups>Newsgroup: <#newsgroups/><#newLine/><#hasReferences>Referenzen: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html b/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html index 9cca15e980..19c3d01191 100644 --- a/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +++ b/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Original-Nachricht --------<#newLine/> -Betreff: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Von: <#from/><#newLine/> -<#hasReplyTo>Antwort an: <#replyTo/><#hasOrganization>Organisation: <#organization/>An: <#to/><#newLine/> -<#hasCc>Kopie: <#cc/><#hasNewsGroups>Newsgroup: <#newsgroups/><#hasReferences>Referenzen: <#references/><#newLine/> -<#standardMode>Am <#date/>, schrieb <#from/>:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Original-Nachricht --------<#newLine +/>Betreff: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Von: <#from/><#newLine +/><#hasReplyTo>Antwort an: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>An: <#to/><#newLine +/><#hasCc>Kopie: <#cc/><#newLine/><#hasNewsGroups>Newsgroup: <#newsgroups/><#newLine/><#hasReferences>Referenzen: <#references/><#newLine/><#standardMode>Am <#date/>, schrieb <#from/>:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html b/SoObjects/Mailer/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html index 00a65fa815..2a9b6a517f 100644 --- a/SoObjects/Mailer/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html +++ b/SoObjects/Mailer/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- הודעה מקורית --------<#newLine/> -נושא: <#subject/><#newLine/> -תאריך: <#date/><#newLine/> -מאת: <#from/><#newLine/> -<#hasReplyTo>השב: <#replyTo/><#hasOrganization>אירגון: <#organization/>אל: <#to/><#newLine/> -<#hasCc>מכותב: <#cc/><#hasNewsGroups>קבוצות חדשות: <#newsgroups/><#hasReferences>תזכור: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- הודעה מקורית --------<#newLine/> +נושא: <#subject/><#newLine/> +תאריך: <#date/><#newLine +/>מאת: <#from/><#newLine +/><#hasReplyTo>השב: <#replyTo/><#newLine/><#hasOrganization>אירגון: <#organization/><#newLine/>אל: <#to/><#newLine +/><#hasCc>מכותב: <#cc/><#newLine/><#hasNewsGroups>קבוצות חדשות: <#newsgroups/><#newLine/><#hasReferences>תזכור: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html b/SoObjects/Mailer/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html index c58f156abd..f6853efdbe 100644 --- a/SoObjects/Mailer/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html +++ b/SoObjects/Mailer/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- הודעה מקורית --------<#newLine/> -נושא: <#subject/><#newLine/> -תאריך: <#date/><#newLine/> -מאת: <#from/><#newLine/> -<#hasReplyTo>השב: <#replyTo/><#hasOrganization>אירגון: <#organization/>אל: <#to/><#newLine/> -<#hasCc>מכותב: <#cc/><#hasNewsGroups>קבוצות חדשות: <#newsgroups/><#hasReferences>תזכור: <#references/><#newLine/> -<#standardMode>פועל <#date/>, <#from/> כתב:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> \ No newline at end of file +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- הודעה מקורית --------<#newLine +/>נושא: <#subject/><#newLine +/>תאריך: <#date/><#newLine +/>מאת: <#from/><#newLine +/><#hasReplyTo>השב: <#replyTo/><#newLine/><#hasOrganization>אירגון: <#organization/><#newLine/>אל: <#to/><#newLine +/><#hasCc>מכותב: <#cc/><#newLine/><#hasNewsGroups>קבוצות חדשות: <#newsgroups/><#newLine/><#hasReferences>תזכור: <#references/><#newLine/><#standardMode>פועל <#date/>, <#from/> כתב:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html b/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html index 89425fbd24..00dc88db4e 100644 --- a/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html +++ b/SoObjects/Mailer/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Eredeti üzenet --------<#newLine/> -Tárgy: <#subject/><#newLine/> -Dátum: <#date/><#newLine/> -Feladó: <#from/><#newLine/> -<#hasReplyTo>Válaszcím: <#replyTo/><#hasOrganization>Szervezet: <#organization/>Címzett: <#to/><#newLine/> -<#hasCc>Másolat: <#cc/><#hasNewsGroups>Hírcsoportok: <#newsgroups/><#hasReferences>Hivatkozások: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Eredeti üzenet --------<#newLine +/>Tárgy: <#subject/><#newLine +/>Dátum: <#date/><#newLine +/>Feladó: <#from/><#newLine +/><#hasReplyTo>Válaszcím: <#replyTo/><#newLine/><#hasOrganization>Szervezet: <#organization/><#newLine/>Címzett: <#to/><#newLine +/><#hasCc>Másolat: <#cc/><#newLine/><#hasNewsGroups>Hírcsoportok: <#newsgroups/><#newLine/><#hasReferences>Hivatkozások: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html b/SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html index 2403ba8e1e..f705581dce 100644 --- a/SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html +++ b/SoObjects/Mailer/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Eredeti üzenet --------<#newLine/> -Tárgy: <#subject/><#newLine/> -Dátum: <#date/><#newLine/> -Feladó: <#from/><#newLine/> -<#hasReplyTo>Válaszcím: <#replyTo/><#hasOrganization>Szervezet: <#organization/>Címzett: <#to/><#newLine/> -<#hasCc>Másolat: <#cc/><#hasNewsGroups>Hírcsoportok: <#newsgroups/><#hasReferences>Hivatkozások: <#references/><#newLine/> -<#standardMode><#date/> dátummal, <#from/> ezt írta:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Eredeti üzenet --------<#newLine +/>Tárgy: <#subject/><#newLine +/>Dátum: <#date/><#newLine +/>Feladó: <#from/><#newLine +/><#hasReplyTo>Válaszcím: <#replyTo/><#newLine/><#hasOrganization>Szervezet: <#organization/><#newLine/>Címzett: <#to/><#newLine +/><#hasCc>Másolat: <#cc/><#newLine/><#hasNewsGroups>Hírcsoportok: <#newsgroups/><#newLine/><#hasReferences>Hivatkozások: <#references/><#newLine/><#standardMode><#date/> dátummal, <#from/> ezt írta:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html b/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html index d9aaf92480..fdb42a8be0 100644 --- a/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html +++ b/SoObjects/Mailer/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Upprunalegt bréf --------<#newLine/> -Efni: <#subject/><#newLine/> -Dags: <#date/><#newLine/> -Frá: <#from/><#newLine/> -<#hasReplyTo>Svara-til: <#replyTo/><#hasOrganization>Skipulagseining: <#organization/>Til: <#to/><#newLine/> -<#hasCc>Afrit: <#cc/><#hasNewsGroups>Fréttahópar: <#newsgroups/><#hasReferences>Tilvísanir: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Upprunalegt bréf --------<#newLine +/>Efni: <#subject/><#newLine +/>Dags: <#date/><#newLine +/>Frá: <#from/><#newLine +/><#hasReplyTo>Svara-til: <#replyTo/><#newLine/><#hasOrganization>Skipulagseining: <#organization/><#newLine/>Til: <#to/><#newLine +/><#hasCc>Afrit: <#cc/><#newLine/><#hasNewsGroups>Fréttahópar: <#newsgroups/><#newLine/><#hasReferences>Tilvísanir: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html b/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html index 27aa5f3233..840d215cb9 100644 --- a/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html +++ b/SoObjects/Mailer/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Upprunalegur texti --------<#newLine/> -Efni: <#subject/><#newLine/> -Dags: <#date/><#newLine/> -Frá: <#from/><#newLine/> -<#hasReplyTo>Svara-til: <#replyTo/><#hasOrganization>Organisation: <#organization/>Til: <#to/><#newLine/> -<#hasCc>Afrit: <#cc/><#hasNewsGroups>Fréttahópar: <#newsgroups/><#hasReferences>Tilvísanir: <#references/><#newLine/> -<#standardMode>Þann <#date/>, skrifaði <#from/>:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Upprunalegur texti --------<#newLine +/>Efni: <#subject/><#newLine +/>Dags: <#date/><#newLine +/>Frá: <#from/><#newLine +/><#hasReplyTo>Svara-til: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>Til: <#to/><#newLine +/><#hasCc>Afrit: <#cc/><#newLine/><#hasNewsGroups>Fréttahópar: <#newsgroups/><#newLine/><#hasReferences>Tilvísanir: <#references/><#newLine/><#standardMode>Þann <#date/>, skrifaði <#from/>:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html b/SoObjects/Mailer/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html index f8c689dd61..c5a90ff4eb 100644 --- a/SoObjects/Mailer/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html +++ b/SoObjects/Mailer/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Pesan Asli --------<#newLine/> -Subjek: <#subject/><#newLine/> -Tanggal: <#date/><#newLine/> -Dari: <#from/><#newLine/> -<#hasReplyTo>Membalas ke: <#replyTo/><#hasOrganization>Organisasi: <#organization/>Kepada: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Kelompok Berita: <#newsgroups/><#hasReferences>Referensi: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Pesan Asli --------<#newLine +/>Subjek: <#subject/><#newLine +/>Tanggal: <#date/><#newLine +/>Dari: <#from/><#newLine +/><#hasReplyTo>Membalas ke: <#replyTo/><#newLine/><#hasOrganization>Organisasi: <#organization/><#newLine/>Kepada: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Kelompok Berita: <#newsgroups/><#newLine/><#hasReferences>Referensi: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html b/SoObjects/Mailer/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html index ccd81beef7..2d62ee5a8f 100644 --- a/SoObjects/Mailer/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html +++ b/SoObjects/Mailer/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Pesan Asli--------<#newLine/> -Subjek: <#subject/><#newLine/> -Tanggal: <#date/><#newLine/> -Dari: <#from/><#newLine/> -<#hasReplyTo>Membalas ke: <#replyTo/><#hasOrganization>Organisasi: <#organization/>Kepada: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Kelompok Berita: <#newsgroups/><#hasReferences>Referensi: <#references/><#newLine/> -<#standardMode>Pada Tanggal <#date/>, <#from/> tulis:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Pesan Asli--------<#newLine +/>Subjek: <#subject/><#newLine +/>Tanggal: <#date/><#newLine +/>Dari: <#from/><#newLine +/><#hasReplyTo>Membalas ke: <#replyTo/><#newLine/><#hasOrganization>Organisasi: <#organization/><#newLine/>Kepada: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Kelompok Berita: <#newsgroups/><#newLine/><#hasReferences>Referensi: <#references/><#newLine/><#standardMode>Pada Tanggal <#date/>, <#from/> tulis:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html b/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html index d50ff360c2..9484232c08 100644 --- a/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +++ b/SoObjects/Mailer/SOGoMailItalianForward.wo/SOGoMailItalianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Messaggio originale --------<#newLine/> -Oggetto: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Da: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organizzazione: <#organization/>A: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Riferimento: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Messaggio originale --------<#newLine +/>Oggetto: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Da: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organizzazione: <#organization/><#newLine/>A: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>Riferimento: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html b/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html index d63b98cf63..779873d9f2 100644 --- a/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +++ b/SoObjects/Mailer/SOGoMailItalianReply.wo/SOGoMailItalianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Messaggio originale --------<#newLine/> -Oggetto: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Da: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organizzazione: <#organization/>A: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Riferimento: <#references/><#newLine/> -<#standardMode>Il giorno <#date/>, <#from/> ha scritto:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Messaggio originale --------<#newLine +/>Oggetto: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Da: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organizzazione: <#organization/><#newLine/>A: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>Riferimento: <#references/><#newLine/><#standardMode>Il giorno <#date/>, <#from/> ha scritto:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html b/SoObjects/Mailer/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html index fafff87bde..4b862e74f8 100644 --- a/SoObjects/Mailer/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html +++ b/SoObjects/Mailer/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html @@ -1,20 +1,18 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- 元のメッセージ --------<#newLine/> -件名: <#subject/><#newLine/> -日付: <#date/><#newLine/> -送信者: <#from/><#newLine/> -<#hasReplyTo>返信先: <#replyTo/> -<#hasOrganization>組織: <#organization/> -宛先: <#to/><#newLine/> -<#hasCc>CC: <#cc/> -<#hasNewsGroups>新しいグループ: <#newsgroups/> -<#hasReferences>リファレンス: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- 元のメッセージ --------<#newLine +/>件名: <#subject/><#newLine +/>日付: <#date/><#newLine +/>送信者: <#from/><#newLine +/><#hasReplyTo>返信先: <#replyTo/><#newLine/><#hasReplyTo> +<#hasOrganization>組織: <#organization/><#newLine/> +宛先: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/> +<#hasNewsGroups>新しいグループ: <#newsgroups/><#newLine/> +<#hasReferences>リファレンス: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html b/SoObjects/Mailer/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html index c17304e7bc..47757f7e9a 100644 --- a/SoObjects/Mailer/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html +++ b/SoObjects/Mailer/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html @@ -1,23 +1,19 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> - -<#outlookMode>-------- 元のメッセージ --------<#newLine/> -件名: <#subject/><#newLine/> -日付: <#date/><#newLine/> -送信者: <#from/><#newLine/> -<#hasReplyTo>返信先: <#replyTo/> -<#hasOrganization>組織: <#organization/> -宛先: <#to/><#newLine/> -<#hasCc>CC: <#cc/> -<#hasNewsGroups>新しいグループ: <#newsgroups/> -<#hasReferences>リファレンス: <#references/> -<#newLine/> -<#standardMode>On <#date/>, <#from/> -wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- 元のメッセージ --------<#newLine +/>件名: <#subject/><#newLine +/>日付: <#date/><#newLine +/>送信者: <#from/><#newLine +/><#hasReplyTo>返信先: <#replyTo/><#newLine/><#hasReplyTo> +<#hasOrganization>組織: <#organization/><#newLine/>宛先: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>新しいグループ: <#newsgroups/><#newLine/><#hasReferences>リファレンス: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> +wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html b/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html index 2fac38519b..a9707c5f18 100644 --- a/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html +++ b/SoObjects/Mailer/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Sākotnējais ziņojums --------<#newLine/> -Temats: <#subject/><#newLine/> -Datums: <#date/><#newLine/> -No: <#from/><#newLine/> -<#hasReplyTo>Atbildēt uz: <#replyTo/><#hasOrganization>Organizācija: <#organization/>Kam: <#to/><#newLine/> -<#hasCc>Kopija: <#cc/><#hasNewsGroups>Intereškopas: <#newsgroups/><#hasReferences>Atsauces: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Sākotnējais ziņojums --------<#newLine +/>Temats: <#subject/><#newLine +/>Datums: <#date/><#newLine +/>No: <#from/><#newLine +/><#hasReplyTo>Atbildēt uz: <#replyTo/><#newLine/><#hasOrganization>Organizācija: <#organization/><#newLine/>Kam: <#to/><#newLine +/><#hasCc>Kopija: <#cc/><#newLine/><#hasNewsGroups>Intereškopas: <#newsgroups/><#newLine/><#hasReferences>Atsauces: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html b/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html index 34f7d1be1a..467b08e84a 100644 --- a/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html +++ b/SoObjects/Mailer/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Sākotnējais ziņojums --------<#newLine/> -Temats: <#subject/><#newLine/> -Datums: <#date/><#newLine/> -No: <#from/><#newLine/> -<#hasReplyTo>Atbildēt uz: <#replyTo/><#hasOrganization>Organizācija: <#organization/>Kam: <#to/><#newLine/> -<#hasCc>Kopija: <#cc/><#hasNewsGroups>Intereškopas: <#newsgroups/><#hasReferences>Atsauces: <#references/><#newLine/> -<#standardMode><#date/>, <#from/> rakstīja:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Sākotnējais ziņojums --------<#newLine +/>Temats: <#subject/><#newLine +/>Datums: <#date/><#newLine +/>No: <#from/><#newLine +/><#hasReplyTo>Atbildēt uz: <#replyTo/><#newLine/><#hasOrganization>Organizācija: <#organization/><#newLine/>Kam: <#to/><#newLine +/><#hasCc>Kopija: <#cc/><#newLine/><#hasNewsGroups>Intereškopas: <#newsgroups/><#newLine/><#hasReferences>Atsauces: <#references/><#newLine/><#standardMode><#date/>, <#from/> rakstīja:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html b/SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html index 4c21a478f7..bdbe3ad86d 100755 --- a/SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html +++ b/SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalus pranešimas --------<#newLine/> -Tema: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Nuo: <#from/><#newLine/> -<#hasReplyTo>Atsakyti: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Kam: <#to/><#newLine/> -<#hasCc>Kopija: <#cc/><#hasNewsGroups>Naujienų grupės: <#newsgroups/><#hasReferences>Nuorodos: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalus pranešimas --------<#newLine +/>Tema: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Nuo: <#from/><#newLine +/><#hasReplyTo>Atsakyti: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Kam: <#to/><#newLine +/><#hasCc>Kopija: <#cc/><#newLine/><#hasNewsGroups>Naujienų grupės: <#newsgroups/><#newLine/><#hasReferences>Nuorodos: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html b/SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html index 7b8bcfbf6a..1a6c59aaba 100755 --- a/SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html +++ b/SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Originalus pranešimas --------<#newLine/> -Tema: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Nuo: <#from/><#newLine/> -<#hasReplyTo>Atsakyti: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Kam: <#to/><#newLine/> -<#hasCc>Kopija: <#cc/><#hasNewsGroups>Naujienų grupės: <#newsgroups/><#hasReferences>Nuorodos: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> rašė:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Originalus pranešimas --------<#newLine +/>Tema: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Nuo: <#from/><#newLine +/><#hasReplyTo>Atsakyti: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Kam: <#to/><#newLine +/><#hasCc>Kopija: <#cc/><#newLine/><#hasNewsGroups>Naujienų grupės: <#newsgroups/><#newLine/><#hasReferences>Nuorodos: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> rašė:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html b/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html index ef3f4389b2..2df85bbeff 100644 --- a/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html +++ b/SoObjects/Mailer/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Оригинална порака --------<#newLine/> -Тема: <#subject/><#newLine/> -Датум: <#date/><#newLine/> -Од: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Оригинална порака --------<#newLine +/>Тема: <#subject/><#newLine +/>Датум: <#date/><#newLine +/>Од: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html b/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html index 9b8e20c4ec..3b854f2bf0 100644 --- a/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html +++ b/SoObjects/Mailer/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Оригинална порака --------<#newLine/> -Тема: <#subject/><#newLine/> -Датум: <#date/><#newLine/> -Од: <#from/><#newLine/> -<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> wrote:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Оригинална порака --------<#newLine +/>Тема: <#subject/><#newLine +/>Датум: <#date/><#newLine +/>Од: <#from/><#newLine +/><#hasReplyTo>Reply-To: <#replyTo/><#newLine/><#hasOrganization>Organization: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>References: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> wrote:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.html b/SoObjects/Mailer/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.html index 404337e6ff..1eaf3956cc 100644 --- a/SoObjects/Mailer/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.html +++ b/SoObjects/Mailer/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalna poruka --------<#newLine/> -Tema: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Grupe novosti: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalna poruka --------<#newLine +/>Tema: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grupe novosti: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.html b/SoObjects/Mailer/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.html index 60d7f09bc8..703569a0b2 100644 --- a/SoObjects/Mailer/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.html +++ b/SoObjects/Mailer/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Originalna poruka --------<#newLine/> -Tema: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Grupe novosti: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#standardMode>Dana <#date/>, <#from/> je napisao/la:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Originalna poruka --------<#newLine +/>Tema: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grupe novosti: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#standardMode>Dana <#date/>, <#from/> je napisao/la:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html b/SoObjects/Mailer/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html index 4c293b9411..5d4435fb26 100644 --- a/SoObjects/Mailer/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html +++ b/SoObjects/Mailer/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalpost --------<#newLine/> -Emne: <#subject/><#newLine/> -Dato: <#date/><#newLine/> -Fra: <#from/><#newLine/> -<#hasReplyTo>Svar-til: <#replyTo/><#hasOrganization>Organisasjon: <#organization/>Til: <#to/><#newLine/> -<#hasCc>Kopi: <#cc/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#hasReferences>Referanser: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalpost --------<#newLine +/>Emne: <#subject/><#newLine +/>Dato: <#date/><#newLine +/>Fra: <#from/><#newLine +/><#hasReplyTo>Svar-til: <#replyTo/><#newLine/><#hasOrganization>Organisasjon: <#organization/><#newLine/>Til: <#to/><#newLine +/><#hasCc>Kopi: <#cc/><#newLine/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#newLine/><#hasReferences>Referanser: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html b/SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html index c1b6b2c828..5e69584a53 100644 --- a/SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html +++ b/SoObjects/Mailer/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Orginalpost --------<#newLine/> -Emne: <#subject/><#newLine/> -Dato: <#date/><#newLine/> -Fra: <#from/><#newLine/> -<#hasReplyTo>Svar-til: <#replyTo/><#hasOrganization>Organisasjon: <#organization/>Til: <#to/><#newLine/> -<#hasCc>Kopi: <#cc/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#hasReferences>Referanser: <#references/><#newLine/> -<#standardMode><#date/> skrev <#from/>:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Orginalpost --------<#newLine +/>Emne: <#subject/><#newLine +/>Dato: <#date/><#newLine +/>Fra: <#from/><#newLine +/><#hasReplyTo>Svar-til: <#replyTo/><#newLine/><#hasOrganization>Organisasjon: <#organization/><#newLine/>Til: <#to/><#newLine +/><#hasCc>Kopi: <#cc/><#newLine/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#newLine/><#hasReferences>Referanser: <#references/><#newLine/><#standardMode><#date/> skrev <#from/>:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html b/SoObjects/Mailer/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html index 4c293b9411..5d4435fb26 100644 --- a/SoObjects/Mailer/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html +++ b/SoObjects/Mailer/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalpost --------<#newLine/> -Emne: <#subject/><#newLine/> -Dato: <#date/><#newLine/> -Fra: <#from/><#newLine/> -<#hasReplyTo>Svar-til: <#replyTo/><#hasOrganization>Organisasjon: <#organization/>Til: <#to/><#newLine/> -<#hasCc>Kopi: <#cc/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#hasReferences>Referanser: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalpost --------<#newLine +/>Emne: <#subject/><#newLine +/>Dato: <#date/><#newLine +/>Fra: <#from/><#newLine +/><#hasReplyTo>Svar-til: <#replyTo/><#newLine/><#hasOrganization>Organisasjon: <#organization/><#newLine/>Til: <#to/><#newLine +/><#hasCc>Kopi: <#cc/><#newLine/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#newLine/><#hasReferences>Referanser: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html b/SoObjects/Mailer/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html index 9d0cd284ec..f696487ed4 100644 --- a/SoObjects/Mailer/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html +++ b/SoObjects/Mailer/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Orginalpost --------<#newLine/> -Emne: <#subject/><#newLine/> -Dato: <#date/><#newLine/> -Fra: <#from/><#newLine/> -<#hasReplyTo>Svar-til: <#replyTo/><#hasOrganization>Organisasjon: <#organization/>Til: <#to/><#newLine/> -<#hasCc>Kopi: <#cc/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#hasReferences>Referanser: <#references/><#newLine/> -<#standardMode>Den <#date/>, skrev <#from/>:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Orginalpost --------<#newLine +/>Emne: <#subject/><#newLine +/>Dato: <#date/><#newLine +/>Fra: <#from/><#newLine +/><#hasReplyTo>Svar-til: <#replyTo/><#newLine/><#hasOrganization>Organisasjon: <#organization/><#newLine/>Til: <#to/><#newLine +/><#hasCc>Kopi: <#cc/><#newLine/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#newLine/><#hasReferences>Referanser: <#references/><#newLine/><#standardMode>Den <#date/>, skrev <#from/>:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailPolishForward.wo/SOGoMailPolishForward.html b/SoObjects/Mailer/SOGoMailPolishForward.wo/SOGoMailPolishForward.html index 7beabc8dfc..3682272a9d 100644 --- a/SoObjects/Mailer/SOGoMailPolishForward.wo/SOGoMailPolishForward.html +++ b/SoObjects/Mailer/SOGoMailPolishForward.wo/SOGoMailPolishForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Oryginalna wiadomość --------<#newLine/> -Temat: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odpowiedź do: <#replyTo/><#hasOrganization>Organizacja: <#organization/>Do: <#to/><#newLine/> -<#hasCc>DW: <#cc/><#hasNewsGroups>Grupy dyskusyjne: <#newsgroups/><#hasReferences>Odniesienia: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Oryginalna wiadomość --------<#newLine +/>Temat: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odpowiedź do: <#replyTo/><#newLine/><#hasOrganization>Organizacja: <#organization/><#newLine/>Do: <#to/><#newLine +/><#hasCc>DW: <#cc/><#newLine/><#hasNewsGroups>Grupy dyskusyjne: <#newsgroups/><#newLine/><#hasReferences>Odniesienia: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailPolishReply.wo/SOGoMailPolishReply.html b/SoObjects/Mailer/SOGoMailPolishReply.wo/SOGoMailPolishReply.html index fb574905ec..923fa05186 100644 --- a/SoObjects/Mailer/SOGoMailPolishReply.wo/SOGoMailPolishReply.html +++ b/SoObjects/Mailer/SOGoMailPolishReply.wo/SOGoMailPolishReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Oryginalna wiadomość --------<#newLine/> -Temat: <#subject/><#newLine/> -Data: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odpowiedź do: <#replyTo/><#hasOrganization>Organizacja: <#organization/>Do: <#to/><#newLine/> -<#hasCc>DW: <#cc/><#hasNewsGroups>Grupy dyskusyjne: <#newsgroups/><#hasReferences>Odniesienia: <#references/><#newLine/> -<#standardMode>W dniu: <#date/>, <#from/> napisał(a):<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Oryginalna wiadomość --------<#newLine +/>Temat: <#subject/><#newLine +/>Data: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odpowiedź do: <#replyTo/><#newLine/><#hasOrganization>Organizacja: <#organization/><#newLine/>Do: <#to/><#newLine +/><#hasCc>DW: <#cc/><#newLine/><#hasNewsGroups>Grupy dyskusyjne: <#newsgroups/><#newLine/><#hasReferences>Odniesienia: <#references/><#newLine/><#standardMode>W dniu: <#date/>, <#from/> napisał(a):<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html b/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html index 2ff0e65b29..749311ea14 100644 --- a/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html +++ b/SoObjects/Mailer/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Mensagem Original --------<#newLine/> -Assunto: <#subject/><#newLine/> -Data: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Responder-Para: <#replyTo/><#hasOrganization>Organização: <#organization/>Para: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Referências: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Mensagem Original --------<#newLine/> +Assunto: <#subject/><#newLine/> +Data: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-Para: <#replyTo/><#newLine/><#hasOrganization>Organização: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>Referências: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html b/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html index bc032f3f7d..d7640000b4 100644 --- a/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html +++ b/SoObjects/Mailer/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html @@ -1,17 +1,18 @@ -<#signaturePlacementOnTop> - - -<#signature/> - -<#outlookMode>-------- Mensagem Original -------- -Assunto: <#subject/> -Data: <#date/> -De: <#from/> -<#hasReplyTo>Responder-Para: <#replyTo/><#hasOrganization>Organização: <#organization/>Para: <#to/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>Referências: <#references/> -<#standardMode>Em <#date/>, <#from/> escreveu: - -<#messageBody/> - - -<#signaturePlacementOnBottom><#signature/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Mensagem Original --------<#newLine +/>Assunto: <#subject/><#newLine +/>Data: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-Para: <#replyTo/><#newLine/><#hasOrganization>Organização: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Newsgroups: <#newsgroups/><#newLine/><#hasReferences>Referências: <#references/><#newLine/><#standardMode>Em <#date/>, <#from/> escreveu:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html b/SoObjects/Mailer/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html index 93346b9101..6ab35c63ba 100644 --- a/SoObjects/Mailer/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html +++ b/SoObjects/Mailer/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Mesaj Inițial --------<#newLine/> -Subiect: <#subject/><#newLine/> -Data: <#date/><#newLine/> -De la: <#from/><#newLine/> -<#hasReplyTo>Răspunde la: <#replyTo/><#hasOrganization>Organizație: <#organization/>Destinatar: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Grupuri de știri: <#newsgroups/><#hasReferences>Referințe: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Mesaj Inițial --------<#newLine +/>Subiect: <#subject/><#newLine +/>Data: <#date/><#newLine +/>De la: <#from/><#newLine +/><#hasReplyTo>Răspunde la: <#replyTo/><#newLine/><#hasOrganization>Organizație: <#organization/><#newLine/>Destinatar: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grupuri de știri: <#newsgroups/><#newLine/><#hasReferences>Referințe: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html b/SoObjects/Mailer/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html index 2da080f57a..bfc24a6735 100644 --- a/SoObjects/Mailer/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html +++ b/SoObjects/Mailer/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Mesaj Inițial --------<#newLine/> -Subiect: <#subject/><#newLine/> -Data: <#date/><#newLine/> -De la: <#from/><#newLine/> -<#hasReplyTo>Răspunde la: <#replyTo/><#hasOrganization>Organizație: <#organization/>To: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Grupuri de știri: <#newsgroups/><#hasReferences>Referințe: <#references/><#newLine/> -<#standardMode>On <#date/>, <#from/> a scris:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Mesaj Inițial --------<#newLine +/>Subiect: <#subject/><#newLine +/>Data: <#date/><#newLine +/>De la: <#from/><#newLine +/><#hasReplyTo>Răspunde la: <#replyTo/><#newLine/><#hasOrganization>Organizație: <#organization/><#newLine/>To: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grupuri de știri: <#newsgroups/><#newLine/><#hasReferences>Referințe: <#references/><#newLine/><#standardMode>On <#date/>, <#from/> a scris:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html b/SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html index 5695031c40..27bbe9dd01 100644 --- a/SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +++ b/SoObjects/Mailer/SOGoMailRussianForward.wo/SOGoMailRussianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Исходное сообщение --------<#newLine/> -Тема: <#subject/><#newLine/> -Дата: <#date/><#newLine/> -От: <#from/><#newLine/> -<#hasReplyTo>Ответить: <#replyTo/><#hasOrganization>Организация: <#organization/>Кому: <#to/><#newLine/> -<#hasCc>Копия: <#cc/><#hasNewsGroups>Новостные группы: <#newsgroups/><#hasReferences>Ссылки: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Исходное сообщение --------<#newLine +/>Тема: <#subject/><#newLine +/>Дата: <#date/><#newLine +/>От: <#from/><#newLine +/><#hasReplyTo>Ответить: <#replyTo/><#newLine/><#hasOrganization>Организация: <#organization/><#newLine/>Кому: <#to/><#newLine +/><#hasCc>Копия: <#cc/><#newLine/><#hasNewsGroups>Новостные группы: <#newsgroups/><#newLine/><#hasReferences>Ссылки: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html b/SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html index 3310618e28..4e2cf2627e 100644 --- a/SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +++ b/SoObjects/Mailer/SOGoMailRussianReply.wo/SOGoMailRussianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Исходное сообщение --------<#newLine/> -Тема: <#subject/><#newLine/> -Дата: <#date/><#newLine/> -От: <#from/><#newLine/> -<#hasReplyTo>Ответить: <#replyTo/><#hasOrganization>Организация: <#organization/>Кому: <#to/><#newLine/> -<#hasCc>Копия: <#cc/><#hasNewsGroups>Новостные группы: <#newsgroups/><#hasReferences>Ссылки: <#references/><#newLine/> -<#standardMode><#date/>, <#from/> писал(а):<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Исходное сообщение --------<#newLine +/>Тема: <#subject/><#newLine +/>Дата: <#date/><#newLine +/>От: <#from/><#newLine +/><#hasReplyTo>Ответить: <#replyTo/><#newLine/><#hasOrganization>Организация: <#organization/><#newLine/>Кому: <#to/><#newLine +/><#hasCc>Копия: <#cc/><#newLine/><#hasNewsGroups>Новостные группы: <#newsgroups/><#newLine/><#hasReferences>Ссылки: <#references/><#newLine/><#standardMode><#date/>, <#from/> писал(а):<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html b/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html index 6001913b94..58356a0b74 100644 --- a/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html +++ b/SoObjects/Mailer/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Оригинална порука --------<#newLine/> -Тема: <#subject/><#newLine/> -Датум: <#date/><#newLine/> -Од: <#from/><#newLine/> -<#hasReplyTo>Одговори: <#replyTo/><#hasOrganization>Организација: <#organization/>За: <#to/><#newLine/> -<#hasCc>ЦЦ: <#cc/><#hasNewsGroups>Група новости: <#newsgroups/><#hasReferences>Референце: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Оригинална порука --------<#newLine +/>Тема: <#subject/><#newLine +/>Датум: <#date/><#newLine +/>Од: <#from/><#newLine +/><#hasReplyTo>Одговори: <#replyTo/><#newLine/><#hasOrganization>Организација: <#organization/><#newLine/>За: <#to/><#newLine +/><#hasCc>ЦЦ: <#cc/><#newLine/><#hasNewsGroups>Група новости: <#newsgroups/><#newLine/><#hasReferences>Референце: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html b/SoObjects/Mailer/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html index fd713f17ea..855415c406 100644 --- a/SoObjects/Mailer/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html +++ b/SoObjects/Mailer/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html @@ -1,15 +1,14 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalna poruka --------<#newLine/> -Tema: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/><#hasCc>CC: <#cc/><#hasNewsGroups>Grupa novosti: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalna poruka --------<#newLine +/>Tema: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grupa novosti: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html b/SoObjects/Mailer/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html index 39a37bda39..b85ae47454 100644 --- a/SoObjects/Mailer/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html +++ b/SoObjects/Mailer/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html @@ -1,15 +1,17 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Originalna poruka --------<#newLine/> -Tema: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> <#hasCc>CC: <#cc/><#hasNewsGroups>Grupa novosti: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#standardMode>Dana <#date/>, <#from/> je napisao/la:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Originalna poruka --------<#newLine +/>Tema: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine/> <#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grupa novosti: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#standardMode>Dana <#date/>, <#from/> je napisao/la:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html b/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html index c308f2f30e..052bc51ac9 100644 --- a/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html +++ b/SoObjects/Mailer/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Оригинална порука --------<#newLine/> -Тема: <#subject/><#newLine/> -Датум: <#date/><#newLine/> -Од: <#from/><#newLine/> -<#hasReplyTo>Одговори: <#replyTo/><#hasOrganization>Организација: <#organization/>За: <#to/><#newLine/> -<#hasCc>ЦЦ: <#cc/><#hasNewsGroups>Група новости: <#newsgroups/><#hasReferences>Референце: <#references/><#newLine/> -<#standardMode>Дана <#date/>, <#from/> је написао/ла:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Оригинална порука --------<#newLine +/>Тема: <#subject/><#newLine +/>Датум: <#date/><#newLine +/>Од: <#from/><#newLine +/><#hasReplyTo>Одговори: <#replyTo/><#newLine/><#hasOrganization>Организација: <#organization/><#newLine/>За: <#to/><#newLine +/><#hasCc>ЦЦ: <#cc/><#newLine/><#hasNewsGroups>Група новости: <#newsgroups/><#newLine/><#hasReferences>Референце: <#references/><#newLine/><#standardMode>Дана <#date/>, <#from/> је написао/ла:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html b/SoObjects/Mailer/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html index 1019ae763d..2b6e3dd3cc 100644 --- a/SoObjects/Mailer/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html +++ b/SoObjects/Mailer/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Pôvodná správa --------<#newLine/> -Predmet: <#subject/><#newLine/> -Dátum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odpoveď na: <#replyTo/><#hasOrganization>Organizácia: <#organization/>Komu: <#to/><#newLine/> -<#hasCc>Kópia: <#cc/><#hasNewsGroups>Diskusné skupiny: <#newsgroups/><#hasReferences>Odkazy: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Pôvodná správa --------<#newLine +/>Predmet: <#subject/><#newLine +/>Dátum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odpoveď na: <#replyTo/><#newLine/><#hasOrganization>Organizácia: <#organization/><#newLine/>Komu: <#to/><#newLine +/><#hasCc>Kópia: <#cc/><#newLine/><#hasNewsGroups>Diskusné skupiny: <#newsgroups/><#newLine/><#hasReferences>Odkazy: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html b/SoObjects/Mailer/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html index f2d3f1b0e6..448ac10333 100644 --- a/SoObjects/Mailer/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html +++ b/SoObjects/Mailer/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html @@ -1,17 +1,18 @@ -<#signaturePlacementOnTop> - - -<#signature/> - -<#outlookMode>-------- Pôvodná správa -------- +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Pôvodná správa -------- Predmet: <#subject/> Dátum: <#date/> Od: <#from/> -<#hasReplyTo>Odpoveď pre: <#replyTo/><#hasOrganization>Organizácia: <#organization/>Komu: <#to/> -<#hasCc>Kópia: <#cc/><#hasNewsGroups>Diskusné skupiny: <#newsgroups/><#hasReferences>Odkazy: <#references/> -<#standardMode> <#date/>, <#from/> napísal: - -<#messageBody/> - - -<#signaturePlacementOnBottom><#signature/> +<#hasReplyTo>Odpoveď pre: <#replyTo/><#newLine/><#hasOrganization>Organizácia: <#organization/><#newLine/>Komu: <#to/><#newLine +/><#hasCc>Kópia: <#cc/><#newLine/><#hasNewsGroups>Diskusné skupiny: <#newsgroups/><#newLine/><#hasReferences>Odkazy: <#references/><#newLine/><#standardMode> <#date/>, <#from/> napísal:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> diff --git a/SoObjects/Mailer/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html b/SoObjects/Mailer/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html index b8f26b4f79..29aaa96392 100644 --- a/SoObjects/Mailer/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html +++ b/SoObjects/Mailer/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Izvorno sporočilo --------<#newLine/> -Zadeva: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>KP: <#cc/><#hasNewsGroups>Skupine novic: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Izvorno sporočilo --------<#newLine +/>Zadeva: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>KP: <#cc/><#newLine/><#hasNewsGroups>Skupine novic: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html b/SoObjects/Mailer/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html index 501bf9d40e..aecd3c702b 100644 --- a/SoObjects/Mailer/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html +++ b/SoObjects/Mailer/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Izvorno sporočilo --------<#newLine/> -Zadeva: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Od: <#from/><#newLine/> -<#hasReplyTo>Odgovori: <#replyTo/><#hasOrganization>Organizacija: <#organization/>Za: <#to/><#newLine/> -<#hasCc>KP: <#cc/><#hasNewsGroups>Skupine novic: <#newsgroups/><#hasReferences>Reference: <#references/><#newLine/> -<#standardMode>Dne <#date/>, je <#from/> napisal-a:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Izvorno sporočilo --------<#newLine +/>Zadeva: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Od: <#from/><#newLine +/><#hasReplyTo>Odgovori: <#replyTo/><#newLine/><#hasOrganization>Organizacija: <#organization/><#newLine/>Za: <#to/><#newLine +/><#hasCc>KP: <#cc/><#newLine/><#hasNewsGroups>Skupine novic: <#newsgroups/><#newLine/><#hasReferences>Reference: <#references/><#newLine/><#standardMode>Dne <#date/>, je <#from/> napisal-a:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html b/SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html index 53988660d0..9239fbb598 100644 --- a/SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html +++ b/SoObjects/Mailer/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Mensaje Original --------<#newLine/> -Asunto: <#subject/><#newLine/> -Fecha: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Responder-A: <#replyTo/><#hasOrganization>Organización: <#organization/>Para: <#to/><#newLine/> -<#hasCc>Cc: <#cc/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#hasReferences>Referencias: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Mensaje Original --------<#newLine +/>Asunto: <#subject/><#newLine +/>Fecha: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-A: <#replyTo/><#newLine/><#hasOrganization>Organización: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>Cc: <#cc/><#newLine/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#newLine/><#hasReferences>Referencias: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html b/SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html index 0a5beb1d47..3ed3410b0d 100644 --- a/SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html +++ b/SoObjects/Mailer/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html @@ -1,17 +1,18 @@ -<#signaturePlacementOnTop><#newLine/> -<#newLine/> -<#newLine/> -<#signature/><#newLine/> -<#newLine/> -<#outlookMode>-------- Mensaje Original --------<#newLine/> -Asunto: <#subject/><#newLine/> -Fecha: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Responder-A: <#replyTo/><#hasOrganization>Organización: <#organization/>Para: <#to/><#newLine/> -<#hasCc>Cc: <#cc/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#hasReferences>Referencias: <#references/><#newLine/> -<#standardMode>El <#date/>, <#from/> Ha escrito:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Mensaje Original --------<#newLine +/>Asunto: <#subject/><#newLine +/>Fecha: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-A: <#replyTo/><#newLine/><#hasOrganization>Organización: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>Cc: <#cc/><#newLine/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#newLine/><#hasReferences>Referencias: <#references/><#newLine/><#standardMode>El <#date/>, <#from/> Ha escrito:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html b/SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html index 53988660d0..9239fbb598 100644 --- a/SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html +++ b/SoObjects/Mailer/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Mensaje Original --------<#newLine/> -Asunto: <#subject/><#newLine/> -Fecha: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Responder-A: <#replyTo/><#hasOrganization>Organización: <#organization/>Para: <#to/><#newLine/> -<#hasCc>Cc: <#cc/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#hasReferences>Referencias: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Mensaje Original --------<#newLine +/>Asunto: <#subject/><#newLine +/>Fecha: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-A: <#replyTo/><#newLine/><#hasOrganization>Organización: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>Cc: <#cc/><#newLine/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#newLine/><#hasReferences>Referencias: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html b/SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html index 0a5beb1d47..3ed3410b0d 100644 --- a/SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html +++ b/SoObjects/Mailer/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html @@ -1,17 +1,18 @@ -<#signaturePlacementOnTop><#newLine/> -<#newLine/> -<#newLine/> -<#signature/><#newLine/> -<#newLine/> -<#outlookMode>-------- Mensaje Original --------<#newLine/> -Asunto: <#subject/><#newLine/> -Fecha: <#date/><#newLine/> -De: <#from/><#newLine/> -<#hasReplyTo>Responder-A: <#replyTo/><#hasOrganization>Organización: <#organization/>Para: <#to/><#newLine/> -<#hasCc>Cc: <#cc/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#hasReferences>Referencias: <#references/><#newLine/> -<#standardMode>El <#date/>, <#from/> Ha escrito:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Mensaje Original --------<#newLine +/>Asunto: <#subject/><#newLine +/>Fecha: <#date/><#newLine +/>De: <#from/><#newLine +/><#hasReplyTo>Responder-A: <#replyTo/><#newLine/><#hasOrganization>Organización: <#organization/><#newLine/>Para: <#to/><#newLine +/><#hasCc>Cc: <#cc/><#newLine/><#hasNewsGroups>Grupo Noticias: <#newsgroups/><#newLine/><#hasReferences>Referencias: <#references/><#newLine/><#standardMode>El <#date/>, <#from/> Ha escrito:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html b/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html index 715e700c33..aeaf3e1362 100644 --- a/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html +++ b/SoObjects/Mailer/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Originalmeddelande --------<#newLine/> -Ämne: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Från: <#from/><#newLine/> -<#hasReplyTo>Svar-till: <#replyTo/><#hasOrganization>Organisation: <#organization/>Till: <#to/><#newLine/> -<#hasCc>Kopia: <#cc/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#hasReferences>Referenser: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Originalmeddelande --------<#newLine +/>Ämne: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Från: <#from/><#newLine +/><#hasReplyTo>Svar-till: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>Till: <#to/><#newLine +/><#hasCc>Kopia: <#cc/><#newLine/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#newLine/><#hasReferences>Referenser: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html b/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html index b30676b778..c5557a9f86 100644 --- a/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html +++ b/SoObjects/Mailer/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Orginalmeddelande --------<#newLine/> -Ämne: <#subject/><#newLine/> -Datum: <#date/><#newLine/> -Från: <#from/><#newLine/> -<#hasReplyTo>Svar-till: <#replyTo/><#hasOrganization>Organisation: <#organization/>Till: <#to/><#newLine/> -<#hasCc>Kopia: <#cc/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#hasReferences>Referenser: <#references/><#newLine/> -<#standardMode>Den <#date/>, skrev <#from/>:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Orginalmeddelande --------<#newLine +/>Ämne: <#subject/><#newLine +/>Datum: <#date/><#newLine +/>Från: <#from/><#newLine +/><#hasReplyTo>Svar-till: <#replyTo/><#newLine/><#hasOrganization>Organisation: <#organization/><#newLine/>Till: <#to/><#newLine +/><#hasCc>Kopia: <#cc/><#newLine/><#hasNewsGroups>Nyhetsgrupper: <#newsgroups/><#newLine/><#hasReferences>Referenser: <#references/><#newLine/><#standardMode>Den <#date/>, skrev <#from/>:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html b/SoObjects/Mailer/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html index 875f09d5f6..70e147c7f6 100644 --- a/SoObjects/Mailer/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html +++ b/SoObjects/Mailer/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Orjinal İleti --------<#newLine/> -Konu: <#subject/><#newLine/> -Tarih: <#date/><#newLine/> -Gönderen: <#from/><#newLine/> -<#hasReplyTo>Yanıtlama Adresi: <#replyTo/><#hasOrganization>Kuruluş: <#organization/>Alıcı: <#to/><#newLine/> -<#hasCc>Karbon Kopya: <#cc/><#hasNewsGroups>Habergrupları: <#newsgroups/><#hasReferences>Referanlar: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Orjinal İleti --------<#newLine +/>Konu: <#subject/><#newLine +/>Tarih: <#date/><#newLine +/>Gönderen: <#from/><#newLine +/><#hasReplyTo>Yanıtlama Adresi: <#replyTo/><#newLine/><#hasOrganization>Kuruluş: <#organization/><#newLine/>Alıcı: <#to/><#newLine +/><#hasCc>Karbon Kopya: <#cc/><#newLine/><#hasNewsGroups>Habergrupları: <#newsgroups/><#newLine/><#hasReferences>Referanlar: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html b/SoObjects/Mailer/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html index cbb7cdd19f..cc8670429c 100644 --- a/SoObjects/Mailer/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html +++ b/SoObjects/Mailer/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Orjinal İleti --------<#newLine/> -Konu: <#subject/><#newLine/> -Tarih: <#date/><#newLine/> -Gönderen: <#from/><#newLine/> -<#hasReplyTo>Yanıtlama Adresi: <#replyTo/><#hasOrganization>Kuruluş: <#organization/>Alıcı: <#to/><#newLine/> -<#hasCc>Karbon Kopya: <#cc/><#hasNewsGroups>Habergrupları: <#newsgroups/><#hasReferences>Referanlar: <#references/><#newLine/> -<#standardMode><#date/> tarihinde, <#from/> şunu yazdı:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Orjinal İleti --------<#newLine +/>Konu: <#subject/><#newLine +/>Tarih: <#date/><#newLine +/>Gönderen: <#from/><#newLine +/><#hasReplyTo>Yanıtlama Adresi: <#replyTo/><#newLine/><#hasOrganization>Kuruluş: <#organization/><#newLine/>Alıcı: <#to/><#newLine +/><#hasCc>Karbon Kopya: <#cc/><#newLine/><#hasNewsGroups>Habergrupları: <#newsgroups/><#newLine/><#hasReferences>Referanlar: <#references/><#newLine/><#standardMode><#date/> tarihinde, <#from/> şunu yazdı:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html b/SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html index ed584d61c4..52afad34fd 100644 --- a/SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +++ b/SoObjects/Mailer/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Початкове повідомлення --------<#newLine/> -Тема: <#subject/><#newLine/> -Дата: <#date/><#newLine/> -Від: <#from/><#newLine/> -<#hasReplyTo>Відповісти: <#replyTo/><#hasOrganization>Організація: <#organization/>Кому: <#to/><#newLine/> -<#hasCc>Копія: <#cc/><#hasNewsGroups>Групи новин: <#newsgroups/><#hasReferences>Посилання: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Початкове повідомлення --------<#newLine +/>Тема: <#subject/><#newLine +/>Дата: <#date/><#newLine +/>Від: <#from/><#newLine +/><#hasReplyTo>Відповісти: <#replyTo/><#newLine/><#hasOrganization>Організація: <#organization/><#newLine/>Кому: <#to/><#newLine +/><#hasCc>Копія: <#cc/><#newLine/><#hasNewsGroups>Групи новин: <#newsgroups/><#newLine/><#hasReferences>Посилання: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html b/SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html index 15f226661f..59d48d5dcb 100644 --- a/SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html +++ b/SoObjects/Mailer/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Початкове повідомлення --------<#newLine/> -Тема: <#subject/><#newLine/> -Дата: <#date/><#newLine/> -Від: <#from/><#newLine/> -<#hasReplyTo>Відповісти: <#replyTo/><#hasOrganization>Організація: <#organization/>Кому: <#to/><#newLine/> -<#hasCc>Копія: <#cc/><#hasNewsGroups>Група новин: <#newsgroups/><#hasReferences>Посилання: <#references/><#newLine/> -<#standardMode><#date/> <#from/> написав(ла):<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Початкове повідомлення --------<#newLine +/>Тема: <#subject/><#newLine +/>Дата: <#date/><#newLine +/>Від: <#from/><#newLine +/><#hasReplyTo>Відповісти: <#replyTo/><#newLine/><#hasOrganization>Організація: <#organization/><#newLine/>Кому: <#to/><#newLine +/><#hasCc>Копія: <#cc/><#newLine/><#hasNewsGroups>Група новин: <#newsgroups/><#newLine/><#hasReferences>Посилання: <#references/><#newLine/><#standardMode><#date/> <#from/> написав(ла):<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html b/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html index 1fbdb471a7..2295b7695a 100644 --- a/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +++ b/SoObjects/Mailer/SOGoMailWelshForward.wo/SOGoMailWelshForward.html @@ -1,16 +1,15 @@ -<#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> --------- Original Message --------<#newLine/> -Testun: <#subject/><#newLine/> -Dyddiad: <#date/><#newLine/> -Oddi wrth: <#from/><#newLine/> -<#hasReplyTo>Ymateb i: <#replyTo/><#hasOrganization>Sefydliad: <#organization/>I: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Grwpiau newyddion: <#newsgroups/><#hasReferences>Cyfeirnodau: <#references/><#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#signaturePlacementOnBottom><#newLine/> -<#newLine/> -<#signature/> -<#newLine/> +<#newLine/><#newLine +/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/>-------- Original Message --------<#newLine +/>Testun: <#subject/><#newLine +/>Dyddiad: <#date/><#newLine +/>Oddi wrth: <#from/><#newLine +/><#hasReplyTo>Ymateb i: <#replyTo/><#newLine/><#hasOrganization>Sefydliad: <#organization/><#newLine/>I: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grwpiau newyddion: <#newsgroups/><#newLine/><#hasReferences>Cyfeirnodau: <#references/><#newLine/><#newLine/><#newLine +/><#messageBody +/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/> \ No newline at end of file diff --git a/SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html b/SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html index 76c57b4ce9..83d92a1153 100644 --- a/SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +++ b/SoObjects/Mailer/SOGoMailWelshReply.wo/SOGoMailWelshReply.html @@ -1,16 +1,18 @@ -<#replyPlacementOnTop><#newLine/> -<#newLine/> -<#signaturePlacementOnTop><#newLine/> -<#signature/><#newLine/> -<#outlookMode>-------- Neges Wreiddiol --------<#newLine/> -Testun: <#subject/><#newLine/> -Dyddiad: <#date/><#newLine/> -Oddi wrth: <#from/><#newLine/> -<#hasReplyTo>Ymateb i: <#replyTo/><#hasOrganization>Sefydliad: <#organization/>I: <#to/><#newLine/> -<#hasCc>CC: <#cc/><#hasNewsGroups>Grwpiau newyddion: <#newsgroups/><#hasReferences>Cyfeirnodau: <#references/><#newLine/> -<#standardMode>Ar <#date/>, <#from/> ysgrifennodd:<#newLine/> -<#newLine/> -<#messageBody/><#newLine/> -<#replyPlacementOnBottom><#newLine/> -<#newLine/> -<#signaturePlacementOnBottom><#signature/><#newLine/> +<#replyPlacementOnTop><#newLine/><#newLine/><#signaturePlacementOnTop><#signature/><#newLine/><#newLine/><#outlookMode +>-------- Neges Wreiddiol --------<#newLine +/>Testun: <#subject/><#newLine +/>Dyddiad: <#date/><#newLine +/>Oddi wrth: <#from/><#newLine +/><#hasReplyTo>Ymateb i: <#replyTo/><#newLine/><#hasOrganization>Sefydliad: <#organization/><#newLine/>I: <#to/><#newLine +/><#hasCc>CC: <#cc/><#newLine/><#hasNewsGroups>Grwpiau newyddion: <#newsgroups/><#newLine/><#hasReferences>Cyfeirnodau: <#references/><#newLine/><#standardMode>Ar <#date/>, <#from/> ysgrifennodd:<#newLine/><#newLine/><#messageBody +/><#replyPlacementOnBottom><#newLine/><#newLine/><#signaturePlacementOnBottom><#newLine/><#signature/> \ No newline at end of file diff --git a/UI/WebServerResources/js/Mailer/MessageEditorController.js b/UI/WebServerResources/js/Mailer/MessageEditorController.js index d53be2bfc9..5f3d5ae195 100644 --- a/UI/WebServerResources/js/Mailer/MessageEditorController.js +++ b/UI/WebServerResources/js/Mailer/MessageEditorController.js @@ -382,7 +382,7 @@ if (this.composeType == "html") { nl = '
'; - reNl = '
[ \n]?'; + reNl = '
( )?[ \n]?'; space = ' '; } else { nl = '\n'; @@ -409,8 +409,8 @@ if (!previousIdentity && signature.length > 0) { // Must place signature at proper place - if (!this.isNew() && this.signaturePlacement == 'above') { - var quotedMessageIndex = this.message.editable.text.search(new RegExp(reNl + '.+?:( ?' + reNl + '){2}(> |
|
= 0) { this.message.editable.text = this.message.editable.text.slice(0, quotedMessageIndex) +