[tpop3d-discuss]Outlook duplicate messages

Daniel Tiefnig tpop3d at inode.at
Fri, 29 Sep 2006 12:31:51 +0200


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