Gentoo Archives: gentoo-user

From: Jim <Jim@×××××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Web mail
Date: Wed, 03 May 2006 03:25:12
Message-Id: 50681.72.155.40.3.1146626075.squirrel@keeliegirl.dyndns.org
1 Can anyone recommend a webmail client? I am looking for something more modern than
2 SquuirrelMal. I have been using SquuirrelMal, however I find it the interface too old
3 and outdated.
4
5 I also looking into the code to see if I could freshen it up. From a quick look, the
6 code is based on really outdated procedural-style PHP where the code and HMTL is all
7 mushed together resulting in a mess like this in compose.php:
8
9
10 if ($compose_new_win == '1') {
11 echo '<table align="center" bgcolor="'.$color[0].'" width="100%"
12 border="0">'."\n" .
13 ' <tr><td></td>'.html_tag( 'td', '', 'right' ).
14 '<input type="button" name="Close" onclick="return self.close()" value="'.
15 _("Close").'" /></td></tr>'."\n";
16 } else {
17 echo '<table align="center" cellspacing="0" border="0">' . "\n";
18 }
19 if ($location_of_buttons == 'top') {
20 showComposeButtonRow();
21
22 Does anyone know of a good *modern* webmail app?
23
24 Jim
25 --
26 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
27 There's no place like 127.0.0.1
28 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29 JimD
30 Central FL, USA, Earth, Sol
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Web mail Michael Sullivan <michael@××××××××××××.com>
Re: [gentoo-user] Web mail Nick Rout <nick@×××××××.nz>
Re: [gentoo-user] Web mail Martin Richardson <spak1_cat@×××××.com>