From owner-freebsd-ports@FreeBSD.ORG Wed Jun 28 10:48:28 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 0B44216A416; Wed, 28 Jun 2006 10:48:28 +0000 (UTC) (envelope-from SB@secion.de) Received: from mailc0927.dte2k.de (mail2.t-intra.de [62.156.147.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 257AD43D8B; Wed, 28 Jun 2006 10:48:23 +0000 (GMT) (envelope-from SB@secion.de) Received: from mailc0914.dte2k.de ([10.50.185.14]) by mailc0927.dte2k.de with Microsoft SMTPSVC(5.0.2195.6713); Wed, 28 Jun 2006 12:48:22 +0200 Received: from SMTPGateway ([62.157.139.251]) by mailc0914.dte2k.de with Microsoft SMTPSVC(5.0.2195.6713); Wed, 28 Jun 2006 12:48:12 +0200 Received: from localhost (unknown [127.0.0.1]) by yxor.dmz.secion.de (Postfix) with ESMTP id 5289522C72; Wed, 28 Jun 2006 12:48:11 +0200 (CEST) Received: from dead.int.secion.de (gate.dmz.secion.de [192.168.13.254]) by yxor.dmz.secion.de (Postfix) with ESMTP id BFB9122B73; Wed, 28 Jun 2006 12:48:08 +0200 (CEST) Received: from JABBA.int.secion.de (jabba.int.secion.de [172.29.92.16]) by dead.int.secion.de (Postfix) with ESMTP id B3611129AF6; Wed, 28 Jun 2006 12:48:08 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 28 Jun 2006 12:42:15 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <931BD7BE8B149645B969E746153CFB5D041F2F@JABBA.int.secion.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: pop3proxy-1.2 Thread-Index: AcaanqauKnc6jJpPQDGT1aKEZZew7AAAH1xw From: "Stefan Bletsch" To: "Martin Blapp" X-Virus-Scanned-SECION: by amavisd-new at dmz.secion.de X-OriginalArrivalTime: 28 Jun 2006 10:48:12.0421 (UTC) FILETIME=[5A213B50:01C69AA0] 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:48:28 -0000 Hi, Our Outlook connects over a pop3proxy to the pop3-account at 1&1.de. When it receives the emails it should delete them on the server, but that didn't happen. We have to delete the emails manually. Thats our problem. stefan -- Stefan Bletsch Tel +49 40 389071-22 IT-Systeme Mobil +49 175 267 55 34 secion GmbH Fax +49 40 389071-19 Buelowstrasse 20 Mail sb [at] secion.de D-22763 Hamburg WWW http://www.secion.de -----Original Message----- From: Martin Blapp [mailto:mb@imp.ch]=20 Sent: Wednesday, June 28, 2006 12:41 PM To: Stefan Bletsch Cc: mbr@FreeBSD.org; ports@FreeBSD.org Subject: Re: FreeBSD Port: pop3proxy-1.2 Hi, > We've got a problem with the pop3proxy. We receive the emails via=20 > Outlook from a pop3-account at 1&1.de. But the Outlook-flag which=20 > 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