Cross posting is really not appropriate (...and I am wondering what
this has to do with XCode 3.0)
Please check out the source code from GNUMail as an example on how to
send multipart messages with Pantomime.
See EditWindowController.m
cheers
--
Torsten
On May 20, 2008, at 13:38, [EMAIL
I'm using pantomime for sending mail without using mail client.I could
use this framework to send attachments by using the following code.
[message setContentType:@"multipart/mixed"];
[message setContentTransferEncoding: PantomimeEncodingBase64];
[message setCharset: @"us-ascii"];
[messa