On Tue, 10 Sep 2002 20:46:07 +0200 Xavier Nodet <[EMAIL PROTECTED]> wrote:

XN> On Tue, 10 Sep 2002 19:48:34 +0200 (CET) Vadim Zeitlin 
<[EMAIL PROTECTED]> wrote:
XN> 
XN> VZ>  You can try to simulate the connection by replacing netmsg_slurp() call
XN> VZ> with pop3_fake() call. Can you reproduce the problem in this way?
XN> 
XN> I tried that:
XN>       LOCAL->txt = NIL;
XN>       (void)pop3_fake(stream, NULL);
XN> but this did not reproduce the problem, as txt==NIL is correctly
XN> recognised as an error case.
XN> 
XN> But maybe this is not what you meant...

 No, not quite. I meant to open LOCAL->txt just as netmsg_slurp() does,
i.e.:

        LOCAL->txt = tmpfile();
        pop3_fake(stream, "fake disconnect");

This should emulate what happens quite closely, if your theory is correct.

 Thanks,
VZ



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to