From 0bd999438fdae6944b3d520066a530c9eb63d909 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sun, 5 May 2013 12:55:13 -0700 Subject: Implemented collection of attachments --- example/mac/macExample/macExample/MCTMsgViewController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'example') 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]; } -- cgit v1.2.3