What is the simplest, open-source webmail frontend available?
Posted
by josePhoenix
on Server Fault
See other posts from Server Fault
or by josePhoenix
Published on 2010-06-06T03:54:56Z
Indexed on
2010/06/06
4:02 UTC
Read the original article
Hit count: 340
I am working on a project to create a few extremely stripped down interfaces for common Web/Internet tasks in order to make computers accessible to my visually impaired grandmother. Currently she uses Mac OS X Mail.app, but I had the idea that I could re-skin a webmail interface running on my own server to make it easier for her to use.
The ideal webmail interface to use as a starting point would be without frames or AJAX and written in Python, Perl, or PHP5+, though any setup could work as long as the template and stylesheet files were separate from the application itself.
This frontend must also connect to a remote IMAP server, since her email account is with her ISP and not on my server.
Can anyone recommend a bare-bones, no-nonsense webmail interface that would work for this?
© Server Fault or respective owner