Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Web mail JimD <Jim@×××××××××××××××××.org>
Re: [gentoo-user] Web mail kashani <kashani-list@××××××××.net>