aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-05 12:55:13 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-05-05 12:55:13 -0700
commit0bd999438fdae6944b3d520066a530c9eb63d909 (patch)
treedf97216066e5005cf9080b39c87de770ffc63881 /example
parent1efc3506bf90862ee07662a08cf5d15de8b9495c (diff)
Implemented collection of attachments
Diffstat (limited to 'example')
-rw-r--r--example/mac/macExample/macExample/MCTMsgViewController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/mac/macExample/macExample/MCTMsgViewController.m b/example/mac/macExample/macExample/MCTMsgViewController.m
index 6af399b5..adfa009c 100644
--- a/example/mac/macExample/macExample/MCTMsgViewController.m
+++ b/example/mac/macExample/macExample/MCTMsgViewController.m
@@ -30,6 +30,7 @@
- (void) setMessage:(MCOIMAPMessage *)message
{
NSLog(@"set message : %@", message);
+ NSLog(@"set attachments: %@ %@", [message attachments], [message htmlInlineAttachments]);
for(MCOOperation * op in _ops) {
[op cancel];
}