Monotone-Parent: 674dec9c0680a0ce5418d7dc05b15bc69a65f379

Monotone-Revision: 5cdce5bcdd485012bf16a49a2dd5dfddaae270c0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-10-27T16:01:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-10-27 16:01:51 +00:00
parent 14eaf1f7fa
commit e06056d625
5 changed files with 50 additions and 43 deletions
+16
View File
@@ -120,6 +120,22 @@
return (attMessage ? MAPISTORE_SUCCESS : MAPISTORE_ERROR);
}
- (NSDate *) creationTime
{
return [container creationTime];
}
- (NSDate *) lastModificationTime
{
return [container lastModificationTime];
}
- (uint64_t) objectVersion
{
/* attachments have no version number */
return ULLONG_MAX;
}
/* subclasses */
- (MAPIStoreAttachmentMessage *) openEmbeddedMessage
{