From owner-freebsd-questions@FreeBSD.ORG Sun Oct 3 19:01:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BFC16A4CE for ; Sun, 3 Oct 2004 19:01:35 +0000 (GMT) Received: from biggie.spekt.net (biggie.spekt.net [67.18.79.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D67EC43D3F for ; Sun, 3 Oct 2004 19:01:34 +0000 (GMT) (envelope-from radek@raadradd.com) Received: from raadradd.homeunix.org (bwd50.neoplus.adsl.tpnet.pl [83.29.227.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by biggie.spekt.net (Postfix) with ESMTP id ED6854010; Sun, 3 Oct 2004 21:01:29 +0200 (CEST) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id B64A0A558; Sun, 3 Oct 2004 21:01:29 +0200 (CEST) Date: Sun, 3 Oct 2004 21:01:29 +0200 From: Radek Kozlowski To: Benjamin Walkenhorst Message-ID: <20041003190129.GC77129@werd> References: <4160485D.9010604@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <4160485D.9010604@gmx.net> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Thunderbird not displaying mails in IMAP-folder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 19:01:35 -0000 On Sun, Oct 03, 2004 at 08:43:41PM +0200, Benjamin Walkenhorst wrote: > Hello everyone, > > I recently set up a Courier-IMAP server (version 3.0.5) in my local > network. I want to use Thunderbird 0.7.3 running on FreeBSD 5.2.1 to > connect to the server. > Basically, this works. But when new mails arrive in the mailbox, > Thunderbird only indicates them in the folder tree, when I click on the > folder, I sometimes see the new messages, sometimes they remain invisible. > Sometimes switching to another folder in my mailbox and then back will > help - sometimes not. Sometimes I can see the messages after some time, > sometimes I have to restart Thunderbird. > > Is this rather a Thunderbird-problem or an IMAP-problem? (Courier is > running on NetBSD 1.6.2, if that matters - Courier's log files did not > show any helpful messages) > Sylpheed 0.9.12 did not show this behaviour. However, I'd prefer > Thunderbird for its ability to read both email and news. You'll need to configure courier-imap with: --enable-workarounds-for-imap-client-bugs to make Mozilla/Thunderbird work. -Radek