mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
See ChangeLog
Monotone-Parent: a0f83515485c5754a47ce96dd157fbafe1cdd459 Monotone-Revision: b4cdf2c0fe2ace70d873c007f3fd15f64aa0f91a Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-03-13T19:48:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -388,6 +388,13 @@ static BOOL showTextAttachmentsInline = NO;
|
||||
message = [self mimeMessageAsData];
|
||||
|
||||
client = [[self imap4Connection] client];
|
||||
|
||||
if (![imap4 doesMailboxExistAtURL: [container imap4URL]])
|
||||
{
|
||||
[client create: [container relativeImap4Name]];
|
||||
[imap4 flushFolderHierarchyCache];
|
||||
}
|
||||
|
||||
folder = [imap4 imap4FolderNameForURL: [container imap4URL]];
|
||||
result
|
||||
= [client append: message toFolder: folder
|
||||
|
||||
Reference in New Issue
Block a user