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

Jarek Woloszyn yossa at akra.net
Tue, 3 Feb 2004 21:54:59 +0100


> > 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