Code review comment for lp:~markjtully/zeitgeist-datasources/thunderbird

Revision history for this message
Mark Tully (markjtully) wrote :

Just to make sure I understand:
Using the terminology from http://zeitgeist-project.com/docs/0.7/datamodel.html#event, the Actor parameter should be the inbox address rather than application://thunderbird.desktop, in order to tie the event to the email account rather than to Thunderbird?

So if my account at a@b.c gets an email entitled 'Hello' from X, with email address x@y.z, the event should look like:
  Event interpretation: EVENT_INTERPRETATION.RECEIVE_EVENT
  Event manifestation: EVENT_MANIFESTATION.SYSTEM_NOTIFICATION
  Actor: a@b.c
  Subject:
   Subject interpretation: MESSAGE.EMAIL
   Subject manifestation: MAILBOX_DATA_OBJECT
   url: Message uri
   mimetype: message/rfc822
   origin: x@y.z
   title: X - Hello
   storage: net

« Back to merge proposal