| 477 | } |
| 478 | |
| 479 | static void testAttachments() |
| 480 | { |
| 481 | mailcore::Attachment *attachment = mailcore::Attachment::attachmentWithText(MCSTR("Hello World")); |
| 482 | attachment->setCharset(NULL); |
| 483 | mailcore::String * str = attachment->decodedString(); |
| 484 | MCLog("%s", MCUTF8DESC(str)); |
| 485 | } |
| 486 | |
| 487 | void testAll() |
| 488 | { |
nothing calls this directly
no test coverage detected