Publisher's Description
From Dante Palacios:
MailDelivery is a framework, originally created for one of my applications Massive Mail. It was designed using the MailDelivery class (part of the Message framework) as model and to cover the following needs.
- I want to import accounts from Mail.app (if I need to create a "Accounts Preference Pane" most of the job is already done).
- I want to send messages from different places of my application, so, I want to send messages without having to write dozens or hundreds of lines of extra code.
- I don't want to deal with Keychain to send emails, but I want Keychain support to store my passwords (including MobileMe accounts).
- If a message could not be sent, I want to know the reason.
- I want to include custom message headers.
- I want SSL and TLS support.
- I want to be able to send multipart, HMTL and plain text messages, but I do not want to read dozens of RFC's in order to do that.
- Sometimes I want to provide my own source
- If something went wrong, I want my application be able to send emails through Mail.
What's new in this version:
- MailDelivery now uses the primary mailbox account instead of the first SMTP server it can find.
- Mail accounts will no longer be saved to the application's preferences. This fixes a problem where, if the user added a new mail account or SMTP server in Mail, then MailDelivery would continue to use the old accounts and the user would never know. Now +deliveryAccounts will load in persistent accounts (in case the user doesn't use Mail at all and developers want to add their own acc... See all new features
More Popular Source Code Tools downloads
- SmartGit
7 downloads
- Mou
6 downloads
- AppPrep
4 downloads
- CrossVC-XXL
3 downloads
- GitHub
3 downloads
Add Your Review
Submit your reply
E-mail this review
Report offensive content
Previous Versions: