Mark Crispin wrote:

> Try sticking in a call to mail_check() in the IDLE loop. I would do
> it immediately after the ping_mailbox() call, then add an 
> fs_give((void **) &lsterr); to reduce the resulting babble, e.g.
> 
>               if (!donefake) {  /* don't ping mailbox if faking */
>                 mail_parameters (stream,SET_ONETIMEEXPUNGEATPING,
>                                  (void *) stream);
>                 ping_mailbox (uid);
>                 mail_check(stream);
>                 fs_give((void **) &lsterr);
>               }
[snip]

Wouldn't this problem be avoided if they use tmail?
-- 
René Berber

_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to