Re: NSMailDelivery now in deprecation w/Leopard
Re: NSMailDelivery now in deprecation w/Leopard
- Subject: Re: NSMailDelivery now in deprecation w/Leopard
- From: Chris Heimark <email@hidden>
- Date: Sat, 3 Nov 2007 09:37:13 -0400
- Resent-date: Sat, 3 Nov 2007 19:40:05 -0400
- Resent-from: Chris Heimark <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: cocoadev <email@hidden>
Excellent - thanks for the great tip. Now I just need to figure out
how to add
a 3rd part framework to my dev environment ;-)
I am successfully using NSMailDelivery API under Tiger.
But I have noticed its' deprecation under Leopard. The doc's are
very thin on NSMailDelivery and do not mention the alternatives, if
any.
Has Apple taken away my (Cocoa) ability to programmatically email
with attachments, in the background, with no alternative provided?
Thanks for your answers in advance.
Chris
If I remember correctly, NSMailDelivery was never really intended to
be used by 3rd parties, people just started to use it because it was
there.
You might want to check out EDMessage in http://www.mulle-
kybernetik.com/software/EDFrameworks/ instead.
ALSO, I will look into this, though my application doesn't want to
involve Mail
or any other email client on the sending side. It just expects to
talk to an SMTP
server in the background. Recipients of email attachment will be
expected to
receive (using any mail client), detach and double click attachment,
to run
my application which will decode attachment.
I thought the new Apple Scripting Bridge was intended to make it
easier to do things like send mail through the Apple Mail Application.
http://developer.apple.com/documentation/Cocoa/Conceptual/
ScriptingBridgeConcepts/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden