Mail API
Posted by preventingchaos on February 16, 2008 at 7:03am
I just wanted to let you guys know about a few new projects I'm working on. Mail API, IMAP API, and Webmail.
Mail API will provide both an abstraction layer for front-end webmail user interface modules, or whatever else people come up with that could use the API, and a hooking system for back-end modules that will communicate with mail servers.
IMAP API is a back-end module (obviously for communication with IMAP servers), which will implement the Mail API hooks.
Webmail is a front-end module that will provide a webmail interface for users to access their email accounts, and will use API from Mail API to access the mail server.