[Design] Custom IMAP Folder logic
Brian Kirsch
bkirsch at osafoundation.org
Fri Dec 15 16:02:17 PST 2006
Hi Mimi,
In implementing the Chandler custom IMAP folder solution (https://
bugzilla.osafoundation.org/show_bug.cgi?id=6717) I wanted to clarify
some details.
With this solution there will be three folders under the IMAP Inbox:
'Chandler Mail', 'Chandler Tasks', and 'Chandler Events'.
If someone drags a message in to the 'Chandler Mail folder' (implying
only convert the message to an Item with a MailStamp), but that
message contains an .ics attachment we would still parse the .ics and
add an EventStamp to the Item.
Or to put it more generically if a message contains attachments (EIM,
ICS) that Chandler can process. The stamping info in the attachments
takes precedence
over the users choice of which custom Chandler folder is selected.
Is this correct?
When a user drags a message in to the 'Chandler Events' folder the
item would be stamped as both a MailStamp and a EventStamp.
When a user drags a message in to the 'Chandler Tasks' folder the
item would be stamped as both a MailStamp and a TaskStamp.
Is this correct?
Thanks,
-Brian
More information about the Design
mailing list