On 9/24/07, Jeffrey Harris <[EMAIL PROTECTED]> wrote: > We store these attributes separately in Chandler's data model, but when > we construct the ModifiedByRecord for sharing to Cosmo, we only use the > email address portion.
cosmo stores a single "lastModifiedBy" attribute for an item. rather than using two attributes for name and email address, i think we'll just define this attribute to be an RFC2822 address. > I was suggesting we use a separate attribute for full name, but you're > right, it'd be better to just use the existing field and use RC2822 > syntax for display name + email address > (http://tools.ietf.org/html/rfc2822#section-3.4). > > Desktop import handles a display name + email address now, so if Cosmo > worked with this, that'd be great, we'd just need to tweak the way we > export ModifiedByRecords. should be fine. the web ui will simply need to include an RFC2822 parser and make a decision about which part of the address to display. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
