PHP:or:Ruby Webmail program I can hack?
February 7, 2006 8:57 AM
Subscribe
I'm looking for some sort of Web-Based-Mail system that I can install on my server that I would be able to interface through PHP or Ruby.
Specifically, I'd like to build a little web-based application that I can use to catalog my day-to-day business communications. I'd record phone calls and faxes by hand, but have all of my email automagically loaded into the system by interfacing with this webmail program.
I am NOT looking for "just do it in outlook" responses, First, I don't trust MS Products' stability with my business data, Second, I'm planning on building on tools such as billing, budget, etc...
TIA!
posted by hatsix to technology (7 comments total)
But if you're looking for something really basic, just use the standard UNIX mailboxes with an IMAP server (Cyrus) and a webmail program that uses IMAP (like Squirrel or Hoard). That way, your mail stays in the standard ~/mail folder, can be accessed by your Ruby script, and you can still use Imap and webmail to manage it.
posted by gus at 9:16 AM on February 7, 2006