12 ms·
You might want to look into roundcube [1] which is another PHP webmail application that has a very nice UI,, (more) mature codebase, and is on an (arguably) bet
by prg318 12y ago
You might want to look into roundcube [1] which is another PHP webmail application that has a very nice UI,, (more) mature codebase, and is on an (arguably) better license (GPL3). I can't say how it compares to rainloop because the demo servers are slammed right now, but I would recommend roundcube in general.
[1] http://roundcube.net/ http://roundcube.net/
- tbrock 12y agoExcept nobody wants a PHP webmail application.
- johnchristopher 12y agoCould you share alternatives written in another language ?
- daledavies 12y agoCan you explain why?
- pjc50 12y agoTerrible security record of PHP apps, probably.
- brokenparser 12y agoDoesn't make sense because Squirrelmail is also written in PHP and it's pretty solid. The next version will use HTTP-only cookies to further harden against attacks.
- mgkimsal 12y agodo you know of any particular reason that wasn't put in to place years ago? concern for legacy browsers at all costs? it sounds snarky, but it's a genuine question - I think I've set my apps to be http-only cookies for a while now, and am wondering why someone would only get around to it in 2014.