+2005-03-25 Helge Hess <helge.hess@opengroupware.org>
+
+ * SOGoMailAccount.m: added ability to create mailboxes at the root
+ (account) level (v0.9.78)
+
2005-03-03 Helge Hess <helge.hess@opengroupware.org>
* SOGoMailManager.m: improved compatibility with Cocoa Foundation
return YES;
}
+- (NSException *)davCreateCollection:(NSString *)_name inContext:(id)_ctx {
+ return [[self mailManager] createMailbox:_name atURL:[self imap4URL]
+ password:[self imap4Password]];
+}
+
- (NSString *)shortTitle {
NSString *s, *login, *host;
NSRange r;
# Version file
-SUBMINOR_VERSION:=77
+SUBMINOR_VERSION:=78
# v0.9.69 requires libNGMime v4.5.210
# v0.9.55 requires libNGExtensions v4.5.136
SOGoMailAccount = {
superclass = "SOGoMailBaseObject";
+ defaultRoles = {
+ "Add Folders" = "Owner";
+ };
};
SOGoMailFolder = {