[Commits] (bkirsch) Added a replyTo and migrated fullName to
emailAddress
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 16 16:50:13 PDT 2004
Commit by: bkirsch
Modified files:
chandler/parcels/osaf/contentmodel/mail/parcel.xml 1.47 1.48
Log message:
Added a replyTo and migrated fullName to emailAddress
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/mail/parcel.xml.diff?r1=text&tr1=1.47&r2=text&tr2=1.48
Index: chandler/parcels/osaf/contentmodel/mail/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.47 chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.48
--- chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.47 Mon Aug 16 14:18:53 2004
+++ chandler/parcels/osaf/contentmodel/mail/parcel.xml Mon Aug 16 16:50:12 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
-<!-- $Date: 2004/08/16 21:18:53 $ -->
+<!-- $Revision: 1.48 $ -->
+<!-- $Date: 2004/08/16 23:50:12 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -138,7 +138,6 @@
<initialValue ref="None" />
<inverseAttribute ref="mail:EmailAddress/accounts" />
</Attribute>
-
</Kind>
<Kind itsName="SMTPAccount">
@@ -176,12 +175,6 @@
<initialValue type="Integer" value="3" />
</Attribute>
- <Attribute itsName="fullName">
- <displayName value="Full Name" />
- <description value="A first and last name which will get included in the From: header of outgoing mail" />
- <type ref="String" />
- <initialValue ref="None" />
- </Attribute>
<Attribute itsName="accounts">
<displayName value="Accounts" />
@@ -471,6 +464,12 @@
<initialValue type="String" value="" />
</Attribute>
+ <Attribute itsName="inReplyTo">
+ <type ref="String" />
+ <initialValue type="String" value="" />
+ </Attribute>
+
+
<Attribute itsName="toAddress">
<type ref="mail:EmailAddress" />
<cardinality value="list" />
@@ -658,6 +657,13 @@
<initialValue ref="None" />
</Attribute>
+ <Attribute itsName="fullName">
+ <displayName value="Full Name" />
+ <description value="A first and last name associated with this email address" />
+ <type ref="String" />
+ <initialValue type="String" value="" />
+ </Attribute>
+
<Attribute itsName="vcardType">
<displayName value="vCard type" />
<description>Typical vCard types are values like 'internet', 'x400', and 'pref'. Chandler will use this attribute when doing import/export of Contact records in vCard format.</description>
More information about the Commits
mailing list