Re: sending email with attachement from cocoa

2008-09-27 Thread Torsten Curdt
On Sep 26, 2008, at 20:11, has wrote: Alexander Cohen wrote: Is there a way to use a url request to open mail with all its fields completed but most importantly, contain an image attachement? Nope. If you want to send an email in the background, you'll need to look into a third-party

sending email with attachement from cocoa

2008-09-26 Thread Alexander Cohen
Is there a way to use a url request to open mail with all its fields completed but most importantly, contain an image attachement? thx AC ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: sending email with attachement from cocoa

2008-09-26 Thread j o a r
On Sep 26, 2008, at 10:03 AM, Alexander Cohen wrote: Is there a way to use a url request to open mail with all its fields completed but most importantly, contain an image attachement? Not using the frameworks provided by Apple. Your problem, in particular, is that you can't assume that

Re: sending email with attachement from cocoa

2008-09-26 Thread has
Alexander Cohen wrote: Is there a way to use a url request to open mail with all its fields completed but most importantly, contain an image attachement? Nope. If you want to send an email in the background, you'll need to look into a third-party framework option:

Re: sending email with attachement from cocoa

2008-09-26 Thread Chris Suter
On Sat, Sep 27, 2008 at 4:11 AM, has [EMAIL PROTECTED] wrote: Alexander Cohen wrote: Is there a way to use a url request to open mail with all its fields completed but most importantly, contain an image attachement? Nope. If you want to send an email in the background, you'll need to look