tpop3d-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tpop3d-discuss]Outlook duplicate messages


From: Arkadiusz Miskiewicz
Subject: Re: [tpop3d-discuss]Outlook duplicate messages
Date: Thu, 28 Sep 2006 19:45:23 +0200
User-agent: KMail/1.9.4

On Thursday 28 September 2006 19:25, Daniel Tiefnig wrote:
> Nate wrote:
> > Related to the thread referenced in the subject from May, 2004.  It
> > appears the patch written by 'Dragos Nitu
> > <mailto:dragos.nitu%20at%20idilis.net>dragos.nitu at idilis.net '
> > solved the duplicate message problem.   Has this patch been committed
> > to CVS to appear in the next version?
>
> No. Allthough I don't know whether Chris or someone has done something
> else to fix that. 

                /* Microsoft Outlook closes connections immediately after
                 * issuing QUIT. By default we'd lose any message deletions
                 * that were pending, so add an option to apply them even
                 * so. */
                if (!config_get_bool("no-commit-on-early-close")) {
                    pop3command p;
                    if ((p = connection_parsecommand(c)) && p->cmd == QUIT)
                        c->m->apply_changes(c->m);
                }

It should be handled properly in cvs tpop3d.

> lg,
> daniel

-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]