From 83aa26d94613a7220e55899e763e069715511d69 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Fri, 5 Jul 2013 20:57:41 -0700 Subject: Added simple rendering methods for RFC822 message at C++ API level --- tests/test-all.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-all.mm b/tests/test-all.mm index fdb0888c..c58e5888 100644 --- a/tests/test-all.mm +++ b/tests/test-all.mm @@ -84,6 +84,7 @@ static void testMessageParser(mailcore::Data * data) MCLog("%s", MCUTF8DESC(parser)); MCLog("HTML rendering"); MCLog("%s", MCUTF8(parser->htmlRendering())); + MCLog("%s", MCUTF8(parser->plainTextBodyRendering())); } static void testIMAP() @@ -365,7 +366,7 @@ void testAll() //testAddresses(); //testAttachments(); //testProviders(); - testObjC(); + //testObjC(); MCLog("pool release"); pool->release(); -- cgit v1.2.3