views:

200

answers:

6

I'm looking for either an ASP.net or PHP based webmail app I can install on my shared hosting.

I want to set this up on one of my domains for my Gmail address, due to Gmail being blocked at work.

I'd like the interface to be as similar to Gmail as possible, conversation view, labels, starred emails etc if possible well at least allow me to keep with my GTD workflow.

Any suggestions?

+7  A: 

The closest one I know of is Roundcube, but I'd be glad to find anything closer! Roundcube is written in PHP. The only thing about Roundcube which reminds me of Gmail is the simplicity and AJax drag-and-drop.

From their website:

Screen Capture

Roundcube webmail...

...is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking

Josh
Any ASP.Net alternatives?
m3ntat
I don't know of any, but I'm a PHP guy, not an ASP guy. Hopefully someone else will provide an answer for you!
Josh
+1  A: 

For .Net you might try http://mail.afterlogic.com. There is a list of mostly php applications at http://www.noupe.com/ajax/10-ajax-webmail-clients.html. Though nothing close to the interface you get with gmail.

37Stars
+1  A: 

If it's just webmail interfaces (using AJAX) you're looking for, then here are some candidates (RoundCube was already mentioned) :

wimvds
I just removed Zimbra because you want to install it on shared hosting and AFAIK Zimbra is a complete groupware solution :p.
wimvds
A: 

I'd recommend AfterLogic's WebMail Lite (although it's not free, has versions in both PHP and ASP.NET). You can try out a live demo (ASP.NET version) here.

Taken from their site, here are some features:

Screenshot

Screenhot

Functionality

  • Multiple domains
  • Mail folders and nested folders
  • Address Book (Contacts and Groups)
  • Mail filters
  • Mail Search
  • IMAP synchronization
  • IMAP quotas
  • IMAP search
  • Managing IMAP folders
  • Delivery confirmation
  • Auto-responder (vacation message)

Compatibility

  • Supports SMTP/IMAP/POP3/XMail protocols
  • MySQL, MS SQL or MS Access database backend
  • Supports AJAX in all modern browsers: IE6+, Firefox, Chrome, Safari, Opera
  • Static HMTL option if AJAX not available
  • International charsets, including UTF-8
  • Accurate e-mail parser and viewer

Usability

  • Message preview pane
  • Auto-complete of e-mail addresses
  • Keyboard shortcuts
  • Spell-check
  • Compose e-mails in HTML (WYSIWYG) or plain-text modes
  • Right-to-left (RTL) rendering for Arabic and Hebrew
  • Built-in and user-defined skins
  • Personal user settings Web administration panel (manage system settings and domains)

Security

  • Supports SSL connections with mail servers
  • Can block javascript and external images in e-mails
  • Spam filter with self-learning
  • Anti-virus integration

Deployment

  • cPanel integration (how)
  • Web-based installation wizard
  • Basic integration (bypass login screen)
  • Source code provided (modification allowed)
XpiritO
I'm wondering how is that going to work with Gmail labels, I use labels extensively as part of my GTD process...
m3ntat
A: 

Consider using SSH to proxy HTTP. Or, you can try a proxy written in PHP... or simply use someone else's proxy somewhere. Have you tried using Google's Translate feature to access to Gmail (use Google as a proxy to Google)? Sometimes this is enough to break basic web filtering.

The advantage to a proxy is keeping the GMail interface completely intact.

Pestilence
A: 

AfterLogic WebMail Lite is a totally free community edition of full-featured WebMail Pro server application.

AfterLogic