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: Daniel Tiefnig
Subject: Re: [tpop3d-discuss]Outlook duplicate messages
Date: Fri, 29 Sep 2006 12:31:51 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060915)

Arkadiusz Miskiewicz wrote:
> On Thursday 28 September 2006 19:25, Daniel Tiefnig wrote:
>> 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.

Ah, yes. Now I remember. And the problem we had was with 1.5.3, so this
may very well fix it.

lg,
daniel


reply via email to

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