289
edits
m (uuid goodness) |
(add "date" "junk" and "attachments" attributes to steelIMessage) |
||
| Line 389: | Line 389: | ||
*/ | */ | ||
void removeTag(in steelITag tag); | void removeTag(in steelITag tag); | ||
/** | |||
* Whether or not the message has been marked is junk. | |||
*/ | |||
attribute boolean junk; | |||
/** | |||
* A javascript date object for the date and time the message was transmitted. | |||
*/ | |||
readonly attribute nsIVariant date; | |||
/** | |||
* An array of nsIFile objects for the message's attachments | |||
*/ | |||
readonly attribute nsIVariant attachments; | |||
}; | }; | ||
</pre> | </pre> | ||
<h5>Comments:</h5> | <h5>Comments:</h5> | ||
*jminta: We may want the <code>attachments</code> property to eventually return a steelI object with methods like download(); | |||
=== steelIPerson === | === steelIPerson === | ||
edits