Monotone-Parent: 0a2c134a89861c564e6bc97bf789ca4a39adcf4a

Monotone-Revision: 3a6e0507a35f90e7be4467763bd26ef4fb15cf80

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-20T15:26:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-07-20 15:26:15 +00:00
parent 649b6fb90f
commit 3b745879eb
5 changed files with 11 additions and 11 deletions
+7
View File
@@ -168,6 +168,13 @@ MAPIStoreTallocWrapperDestroy (void *data)
return MAPISTORE_SUCCESS;
}
- (int) getSMTPAddrType: (void **) data inMemCtx: (TALLOC_CTX *) memCtx
{
*data = [@"SMTP" asUnicodeInMemCtx: memCtx];
return MAPISTORE_SUCCESS;
}
@end
@implementation NSObject (MAPIStoreProperties)