On 23:14 Tue 02 May     , Jim wrote:
> Can anyone recommend a webmail client?  I am looking for something more 
> modern than
> SquuirrelMal.  I have been using SquuirrelMal, however I find it the 
> interface too old
> and outdated.
> 
> I also looking into the code to see if I could freshen it up.  From a quick 
> look, the
> code is based on really outdated procedural-style PHP where the code and HMTL 
> is all
> mushed together resulting in a mess like this in compose.php:
> 
> 
> if ($compose_new_win == '1') {
>         echo '<table align="center" bgcolor="'.$color[0].'" width="100%"
> border="0">'."\n" .
>             '   <tr><td></td>'.html_tag( 'td', '', 'right' ).
>             '<input type="button" name="Close" onclick="return self.close()" 
> value="'.
>             _("Close").'" /></td></tr>'."\n";
>     } else {
>         echo '<table align="center" cellspacing="0" border="0">' . "\n";
>     }
>     if ($location_of_buttons == 'top') {
>         showComposeButtonRow();
> 
> Does anyone know of a good *modern* webmail app?
> 
> Jim
> -- 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> There's no place like 127.0.0.1
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> JimD
> Central FL, USA, Earth, Sol
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

Hi Jim,
        I have not actually installed a web mail client, so I can't talk
from experience, but I was considering doing so a while back. Have You 
had a look at horde or more specifically horde-imp? Looked good for me 
at the time.

Good luck.
-- 
Cheers, Martin
-- 
gentoo-user@gentoo.org mailing list

Reply via email to