aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/MCTMsgViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/MCTMsgViewController.m')
-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];
}