Re: Sending email with attachments

2011-02-01 Thread Lorenzo Thurman
Thanks for the reply. I'll likely go this route for now and just exclude support for all non-Mail.app clients. On Tue, Feb 1, 2011 at 4:33 PM, Tim Schröder wrote: > Lorenzo, > > at least with Thunderbird I have found it impossible to communicate with > from a Cocoa app. Mail.app, Entourage, Outl

Re: Sending email with attachments

2011-02-01 Thread Lorenzo Thurman
Thanks for the reply. Yep, I know there are a variety of mail clients out there, so not everyone uses Mail. And that sucks. This program is actually a port of an iPhone application for which, different mail clients are not a problem. But at least to start, I'm only going to support Mail. I'll likel

Re: Sending email with attachments

2011-02-01 Thread Tim Schröder
Lorenzo, at least with Thunderbird I have found it impossible to communicate with from a Cocoa app. Mail.app, Entourage, Outlook 2011 and Postbox should work with AppleScript which you can address from within your app with the NSAppleScript class. In principle, you just need to give an instance

Re: Sending email with attachments

2011-02-01 Thread John Joyce
On Feb 2, 2011, at 7:13 AM, lorenzo7...@gmail.com wrote: > How can one go about doing this and support 10.4-10.6? There are links all > over the place pointing to deprecated API's (NSMailDelivery) or frameworks > that are 10.5+ (EDMessage, Scripting Bridge), but nothing I can use. All I > want