2010

2009

2007

2006

2005

MailCore Framework

Entry published mar 19 2006

Today I uploaded an alpha version of a framework I am building known as MailCore. It’s very alpha, so be careful. I am putting it up because, well…release early and release often No really, my hope is that other developers can take a look and give me feedback. The framework in it’s current form is distributed just as source, but you can find out more here and you can read the unfinished documentation.

By writing this framework, I’ve written a Cocoa layer on top of the Libetpan framework, and I’ve made it easy for other developers to integrate this framework into their projects. Up until this point it’s been hard for Cocoa developers to work with IMAP and SMTP, this framework should make it much easier. This framework is somewhat low level though, it’s designed to be fast and it is not multithreaded so any calls could potentially block waiting for network activity. I’m working on another framework known as KiwiKit which is built on top of this framework and will be providing a more high level abstraction and internal threading. So stay tuned as I finish MailCore and I lay the foundation for KiwiKit.

← Previous: MailCore 0.2 is out! And it's universal!  //  Next: Programming in Lua

comments