]> err.no Git - scalable-opengroupware.org/blob - SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1267 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Mailer / SOGoMailFrenchReply.wo / SOGoMailFrenchReply.wod
1 date: WOString {
2   value = date;
3   escapeHTML = NO;
4 }
5
6 from: WOString {
7   value = from;
8   escapeHTML = NO;
9 }
10
11 messageBody: WOString {
12   value = messageBody;
13   escapeHTML = NO;
14 }
15
16 signature: WOString {
17   value = signature;
18   escapeHTML = NO;
19 }