mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-30 09:19:28 +00:00
Monotone-Parent: 3dcf94352c5cd46c85e96c73b1a937bc01cd0f16
Monotone-Revision: dfd1432deb15d83cbdbaf1744401c991a8101e4f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-22T16:03:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
#import "MAPIApplication.h"
|
||||
#import "MAPIStoreAuthenticator.h"
|
||||
#import "MAPIStoreMapping.h"
|
||||
#import "NSData+MAPIStore.h"
|
||||
#import "NSCalendarDate+MAPIStore.h"
|
||||
#import "NSString+MAPIStore.h"
|
||||
@@ -48,6 +49,14 @@
|
||||
|
||||
@implementation MAPIStoreMailContext
|
||||
|
||||
+ (void) registerFixedMappings: (MAPIStoreMapping *) mapping
|
||||
{
|
||||
[mapping registerURL: @"sogo://openchange:openchange@mail/folderINBOX"
|
||||
withID: 0x160001];
|
||||
[mapping registerURL: @"sogo://openchange:openchange@mail/folderxxxc0001"
|
||||
withID: 0x0c0001];
|
||||
}
|
||||
|
||||
- (void) setupModuleFolder
|
||||
{
|
||||
id userFolder, accountsFolder;
|
||||
|
||||
Reference in New Issue
Block a user