From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 09:41:04 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7D3A1065675 for ; Mon, 4 Apr 2011 09:41:04 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from fileserver.home.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id 39ECF8FC19 for ; Mon, 4 Apr 2011 09:41:03 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.4/8.14.4) with ESMTP id p349f244089339 for ; Mon, 4 Apr 2011 10:41:02 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <4D99922E.2070301@qeng-ho.org> Date: Mon, 04 Apr 2011 10:41:02 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.14) Gecko/20110303 Thunderbird/3.1.8 MIME-Version: 1.0 To: FreeBSD Mailing List References: <20110402201441.GA2996@thought.org> <20110402234643.GD4792@thought.org> <7C870049-A789-4AD0-97FF-9BBC581CCBD0@d3photography.com> <20110403013059.GB18031@thought.org> <20110403034359.7ac8d116.freebsd@edvax.de> <20110403154626.GD92121@guilt.hydra> <20110404013750.a3bcee50.freebsd@edvax.de> <20110404001548.GA96327@guilt.hydra> In-Reply-To: <20110404001548.GA96327@guilt.hydra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: am i back up....??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2011 09:41:04 -0000 On 04/04/11 01:15, Chad Perrin wrote: > On Mon, Apr 04, 2011 at 01:37:50AM +0200, Polytropon wrote: >> On Sun, 3 Apr 2011 09:46:26 -0600, Chad Perrin wrote: >>> On Sun, Apr 03, 2011 at 03:43:59AM +0200, Polytropon wrote: >>>> >>>> For example, you could install an IMAP interface for mail stored on >>>> the server, so you can access it by any IMAP capable client you >>>> want, and you could even install a web mail client (e. g. >>>> roundcube) to bind to that IMAP inter- face. In my opinion, this is >>>> way better than the POP/no-SMTP thing I'm currently doing. >>> >>> Why Roundcube? From what I've seen, it doesn't handle quote >>> indentation and marking properly. >> >> Why not? :-) > > Please tell me why you would want to inflict this kind of behavior on > others: > > > > > > > > > For example, you could install an IMAP interface for mail > stored on > > > > the server, so you can access it by any IMAP capable client you > > > > want, and you could even install a web mail client (e. g. > > > > roundcube) to bind to that IMAP inter- face. In my opinion, > this is > > > > way better than the POP/no-SMTP thing I'm currently doing. > > I've seen Roundcube do this crap. It does *not* make me happy when > trying to skim through emails quickly -- and it can be bad when reading > more closely, too. In the near future I'm probably going to have to implement a web mail system for times when my clients are travelling and don't have access to an IMAP capable client. If Roundcube isn't a decent solution, what is?