Re: A good Obc-C framework for sending email?

2009-10-16 Thread Jens Alfke
On Oct 15, 2009, at 4:34 PM, Peter Hudson wrote: The ED code looks like interesting and I will give it a try as well. Does anybody know of a good primer on creating / sending email ( possibly in a Cocoa / Objective-C environment ) I don't think there is one, given how hard it is to even

Re: A good Obc-C framework for sending email?

2009-10-16 Thread Torsten Curdt
The ED code looks like interesting and I will give it a try as well. Does anybody know of a good primer on creating / sending  email ( possibly in a Cocoa / Objective-C environment ) I don't think there is one, given how hard it is to even find code for doing it at all. Maybe this could be

Re: A good Obc-C framework for sending email?

2009-10-16 Thread Alastair Houghton
On 16 Oct 2009, at 03:54, Andrew Farmer wrote: On 15 Oct 2009, at 13:34, Ben Haller wrote: Hi all. I need a good Obj-C framework for sending email. I used to use the Message.framework associated with Apple's Mail, but they killed that a long time ago, sadly. Then I used Pantomime; but it

Re: A good Obc-C framework for sending email?

2009-10-16 Thread Jens Alfke
On Oct 16, 2009, at 12:04 PM, Alastair Houghton wrote: Or you could do what we do and ask their mail client to deliver it for us. What if they don't have a mail client configured? As Andrew said in the message you replied to: an increasing number of users use webmail for everything, and

Re: A good Obc-C framework for sending email?

2009-10-16 Thread Ben Haller
On 16-Oct-09, at 3:04 PM, Alastair Houghton wrote: On 16 Oct 2009, at 03:54, Andrew Farmer wrote: On 15 Oct 2009, at 13:34, Ben Haller wrote: Hi all. I need a good Obj-C framework for sending email. I used to use the Message.framework associated with Apple's Mail, but they killed that a

Re: A good Obc-C framework for sending email?

2009-10-16 Thread Alastair Houghton
On 16 Oct 2009, at 20:42, Jens Alfke wrote: On Oct 16, 2009, at 12:04 PM, Alastair Houghton wrote: Or you could do what we do and ask their mail client to deliver it for us. What if they don't have a mail client configured? As Andrew said in the message you replied to: an increasing

A good Obc-C framework for sending email?

2009-10-15 Thread Ben Haller
Hi all. I need a good Obj-C framework for sending email. I used to use the Message.framework associated with Apple's Mail, but they killed that a long time ago, sadly. Then I used Pantomime; but it seems to also be abandoned, now, and it is crashing on 10.5 (and it was never terribly

Re: A good Obc-C framework for sending email?

2009-10-15 Thread Bryan Matteson
Perhaps EDMessage? http://www.mulle-kybernetik.com/software/EDFrameworks/ -B ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Re: A good Obc-C framework for sending email?

2009-10-15 Thread Ben Haller
On 15-Oct-09, at 4:57 PM, Bryan Matteson wrote: Perhaps EDMessage? http://www.mulle-kybernetik.com/software/EDFrameworks/ EDMessage looks good, thanks! Ben Haller Stick Software ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

Re: A good Obc-C framework for sending email?

2009-10-15 Thread Peter Hudson
The ED code looks like interesting and I will give it a try as well. Does anybody know of a good primer on creating / sending email ( possibly in a Cocoa / Objective-C environment ) Peter ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: A good Obc-C framework for sending email?

2009-10-15 Thread Andrew Farmer
On 15 Oct 2009, at 13:34, Ben Haller wrote: Hi all. I need a good Obj-C framework for sending email. I used to use the Message.framework associated with Apple's Mail, but they killed that a long time ago, sadly. Then I used Pantomime; but it seems to also be abandoned, now, and it is