From owner-freebsd-ports@FreeBSD.ORG Wed Jun 28 10:41:25 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0C416A40B; Wed, 28 Jun 2006 10:41:25 +0000 (UTC) (envelope-from mb@imp.ch) Received: from pop.imp.ch (mx2.imp.ch [157.161.9.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C53A43DA1; Wed, 28 Jun 2006 10:41:23 +0000 (GMT) (envelope-from mb@imp.ch) Received: from godot.imp.ch (godot.imp.ch [157.161.4.8]) by pop.imp.ch (8.13.7/8.13.7/Submit) with ESMTP id k5SAfIHX039125; Wed, 28 Jun 2006 12:41:20 +0200 (CEST) (envelope-from mb@imp.ch) Date: Wed, 28 Jun 2006 12:41:18 +0200 (CEST) From: Martin Blapp To: Stefan Bletsch In-Reply-To: <931BD7BE8B149645B969E746153CFB5D041F2D@JABBA.int.secion.de> Message-ID: <20060628124000.G14714@godot.imp.ch> References: <931BD7BE8B149645B969E746153CFB5D041F2D@JABBA.int.secion.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.57 on 157.161.9.65 Cc: ports@FreeBSD.org, mbr@FreeBSD.org Subject: Re: FreeBSD Port: pop3proxy-1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2006 10:41:25 -0000 Hi, > We've got a problem with the pop3proxy. We receive the emails via > Outlook from a pop3-account at 1&1.de. But the Outlook-flag which marks There is no such flag with POP3. There is only such a in the IMAP protocol. With POP3, the read/unread status is always done at the client side. Martin