tpop3d-devel
[Top][All Lists]
Advanced

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

Re: [tpop3d-discuss]tpop3d doesn't delete mails [ms outlook 2002]


From: Jarek Woloszyn
Subject: Re: [tpop3d-discuss]tpop3d doesn't delete mails [ms outlook 2002]
Date: Tue, 3 Feb 2004 21:54:59 +0100
User-agent: Mutt/1.4.1i

> > I've tried few configurations of this if( if r, if 1) and it didn't
> > help. I also noticed, that when I turn off the sniffer, failures of tpop 
> > are almost everytime. And solid-pop still works fine.
> 
> sorry, my above email is wrong. you also need to remove
> the test for c->cstate == running. I really think this is
> a bad idea, though.

-        if (r && !connection_isfrozen(c)) {
+        if (1) {
-            while (c->cstate == running && (p = connection_parsecommand(c))) {
+            while ((p = connection_parsecommand(c))) {

That helped. My patch is probably very bad, but we know at least, that it's 
some kind of bug in tpop. 

-- 
Jarek Woloszyn


reply via email to

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