Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Web mail
Date: Wed, 03 May 2006 05:05:13
Message-Id: 20060503165259.FB68.NICK@rout.co.nz
In Reply to: [gentoo-user] Web mail by Jim
1 you could take a look at roundcube.net
2
3 There is an ebuild referred to in bugzilla (which actually points to an
4 svn server somewhere else).
5
6 I installed it a day or so ago. the postinstall instructions needed some
7 tweaking (mainly quoting on the mysql commands) but sorry i didn't make
8 notes.
9
10 The performance sucks a bit compared to squirrel - it is more cpu
11 intensive.
12
13 I am connecting to courier imap on the same box with some very large
14 (read: owned by a lazy b'stard) mailboxes. The performance hit seems to
15 be equally divided between courier and apache (which will be the php
16 stuff no doubt). I may try dovecot which is held out by some as a better
17 performer.
18
19 It is a nice looker, although lacking some stuff I thought. But its
20 still in beta, so no doubt more will come.
21
22
23 On Tue, 2 May 2006 23:14:35 -0400 (EDT)
24 Jim wrote:
25
26 > Can anyone recommend a webmail client? I am looking for something more modern than
27 > SquuirrelMal. I have been using SquuirrelMal, however I find it the interface too old
28 > and outdated.
29 >
30 > I also looking into the code to see if I could freshen it up. From a quick look, the
31 > code is based on really outdated procedural-style PHP where the code and HMTL is all
32 > mushed together resulting in a mess like this in compose.php:
33 >
34 >
35 > if ($compose_new_win == '1') {
36 > echo '<table align="center" bgcolor="'.$color[0].'" width="100%"
37 > border="0">'."\n" .
38 > ' <tr><td></td>'.html_tag( 'td', '', 'right' ).
39 > '<input type="button" name="Close" onclick="return self.close()" value="'.
40 > _("Close").'" /></td></tr>'."\n";
41 > } else {
42 > echo '<table align="center" cellspacing="0" border="0">' . "\n";
43 > }
44 > if ($location_of_buttons == 'top') {
45 > showComposeButtonRow();
46 >
47 > Does anyone know of a good *modern* webmail app?
48 >
49 > Jim
50 > --
51 > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
52 > There's no place like 127.0.0.1
53 > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
54 > JimD
55 > Central FL, USA, Earth, Sol
56 >
57 > --
58 > gentoo-user@g.o mailing list
59
60 --
61 Nick Rout <nick@×××××××.nz>
62
63 --
64 gentoo-user@g.o mailing list

Replies

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