(feat) "Materialization" of the IMIP handling template

This commit is contained in:
Ludovic Marcotte
2015-06-03 19:42:30 -04:00
committed by Francis Lachapelle
parent fb992db5ad
commit 8124faa6d4
13 changed files with 453 additions and 220 deletions
+9
View File
@@ -328,6 +328,15 @@
return url;
}
- (NSString *) pathToAttachmentFromMessage
{
SOGoMailBodyPart *bodyPart;
bodyPart = [self clientPart];
return [NSString stringWithFormat: @"%@/%@", [bodyPart nameInContainer], [self _filenameForAttachment: bodyPart]];
}
- (NSString *) pathToAttachment
{
return [self _pathForAttachmentOrDownload: NO];