Page 1 of 1

Web mail...

Posted: Thu Aug 06, 2009 7:15 am
by tekknoir
Hello,
So I'm not sure this is the place to ask, but I'm currently trying to find a suitable webmail solution. The main site runs on Joomla; when a user signs up and activates their account, a script puts some values into a file, and a cron job then adds a new unix user and sets their virtual email address mapping, essentially creating an email account for everyone who signs up to the Joomla site.

Ideally I need a web mail system that's integrated with Joomla, I've tried developing one but the MIME decoding is messy, and it's just not really ideal. I'd like to convert an existing web mail system to a Joomla component, but it's looking like an epic project. What I really need is a web mail system with a specific feature:

While some web mail systems will send you to a different php file depending on the action you're taking (ie /send.php /mailbox.php /delete.php etc), what I'm looking for is something where the whole thing is called through the index.php file, this will make it significantly easier to convert it to a Joomla component.

If anyone knows of such a thing, or some other kind of easily-integrated IMAP client, please let me know, thank you :D