Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zadr/smtpkit
A framework that interacts with SMTP, for Mac or iPhone.
https://github.com/zadr/smtpkit
Last synced: about 1 month ago
JSON representation
A framework that interacts with SMTP, for Mac or iPhone.
- Host: GitHub
- URL: https://github.com/zadr/smtpkit
- Owner: zadr
- License: mit
- Created: 2010-01-18T07:16:33.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-21T04:55:45.000Z (almost 15 years ago)
- Last Synced: 2024-10-16T02:56:16.820Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 134 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: License.txt
Awesome Lists containing this project
README
SMTPKit
=======Why?
----
Because I started working on this before realizing that there were other frameworks to do this already. But, MailCore apparently doesn't build, and others are under more restrictive licenses (such as the GPL). Also, I just wanted something to do.How far along is it?
--------------------Not very. We've got some initial calls made, but there's not really any error handling, and it's not very extensive. There's also no HTML or attachment support. It also doesn't work with SSL mail servers. But it sends text mail to unencrypted servers **really well**. :P