From 700bfa1ed781b6257fa164db1b0e1029550c7326 Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 21 May 2008 14:55:06 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1425 d1b88da0-ebda-0310-925b-ed51d893ca5b --- .../SOGoMailDutchForward.html | 10 +++ .../SOGoMailDutchForward.wod | 74 +++++++++++++++++++ .../SOGoMailDutchReply.html | 5 ++ .../SOGoMailDutchReply.wod | 19 +++++ .../SOGoMailSpanishForward.html | 10 +++ .../SOGoMailSpanishForward.wod | 74 +++++++++++++++++++ .../SOGoMailSpanishReply.html | 5 ++ .../SOGoMailSpanishReply.wod | 19 +++++ 8 files changed, 216 insertions(+) create mode 100644 SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html create mode 100644 SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod create mode 100644 SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html create mode 100644 SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod create mode 100644 SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html create mode 100644 SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.wod create mode 100644 SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html create mode 100644 SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod diff --git a/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html b/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.html new file mode 100644 index 00000000..3f50a3f6 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailDutchForward.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/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod b/SoObjects/Mailer/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod new file mode 100644 index 00000000..df237286 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailDutchForward.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; +} diff --git a/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html b/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html new file mode 100644 index 00000000..0ccbf454 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.html @@ -0,0 +1,5 @@ +On <#date/>, <#from/> wrote: + +<#messageBody/> + +<#signature/> diff --git a/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod b/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod new file mode 100644 index 00000000..7a66a17b --- /dev/null +++ b/SoObjects/Mailer/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod @@ -0,0 +1,19 @@ +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} diff --git a/SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html b/SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.html new file mode 100644 index 00000000..3f50a3f6 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.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/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.wod b/SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.wod new file mode 100644 index 00000000..df237286 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSpanishForward.wo/SOGoMailSpanishForward.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; +} diff --git a/SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html b/SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html new file mode 100644 index 00000000..0ccbf454 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.html @@ -0,0 +1,5 @@ +On <#date/>, <#from/> wrote: + +<#messageBody/> + +<#signature/> diff --git a/SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod b/SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod new file mode 100644 index 00000000..7a66a17b --- /dev/null +++ b/SoObjects/Mailer/SOGoMailSpanishReply.wo/SOGoMailSpanishReply.wod @@ -0,0 +1,19 @@ +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} + +signature: WOString { + value = signature; + escapeHTML = NO; +} -- 2.39.5