Cocoa provides the NSMailDelivery class to support sending email
 from a Cocoa application.  Is there an analog for receiving email?
 what is the best way for the application to receive emails?

Look at EDMessage - for historical information look at this page:

  http://www.cocoadev.com/index.pl?MessageFramework

EDMessage had fallen into disrepair and would not build when I looked at it last year. I updated the source and merged in SSL and authentication from OPMessageServices, and turned it over to the original EDMessage team. The updated source is now on the web at:

http://www.mulle-kybernetik.com/software/EDFrameworks/

You need both EDMessage and EDCommon. The EDMessage framework has an example app included. Both frameworks build 4-way Universal.

I have successfully used these frameworks to send mail to both gmail and .mac as well as other ISPs.

Enjoy!

David

PS: original question posted to Xcode-users, moved it to its proper place on cocoa-dev
_______________________________________________

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 cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to