From 4e1b0693461af7f4431e7418d72fe6bd7136d269 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 21 May 2008 14:43:02 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1421 d1b88da0-ebda-0310-925b-ed51d893ca5b --- .../SOGoMailDutchForward.html | 10 +++ .../SOGoMailDutchForward.wod | 74 +++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.html create mode 100644 SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.wod diff --git a/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.html b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.html new file mode 100644 index 00000000..3f50a3f6 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.html @@ -0,0 +1,10 @@ +-------- Original Message -------- +Subject: <#subject/> +Date: <#date/> +From: <#from/> +<#hasReplyTo>Reply-To: <#replyTo/><#hasOrganization>Organization: <#organization/>To: <#to/> +<#hasCc>CC: <#cc/><#hasNewsGroups>Newsgroups: <#newsgroups/><#hasReferences>References: <#references/> + +<#messageBody/> + +<#signature/> diff --git a/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.wod b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.wod new file mode 100644 index 00000000..df237286 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishForward.wo/SOGoMailDutchForward.wod @@ -0,0 +1,74 @@ +subject: WOString { + value = subject; + escapeHTML = NO; +} + +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +hasReplyTo: WOConditional { + condition = hasReplyTo; +} + +replyTo: WOString { + value = replyTo; + escapeHTML = NO; +} + +hasOrganization: WOConditional { + condition = hasOrganization; +} + +organization: WOString { + value = organization; + escapeHTML = NO; +} + +to: WOString { + value = to; + escapeHTML = NO; +} + +hasCc: WOConditional { + condition = hasCc; +} + +cc: WOString { + value = cc; + escapeHTML = NO; +} + +hasNewsGroups: WOConditional { + condition = hasNewsGroups; +} + +newsgroups: WOString { + value = newsgroups; + escapeHTML = NO; +} + +hasReferences: WOConditional { + condition = hasReferences; +} + +references: WOString { + value = references; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} -- 2.39.5