This particular problem has nothing to do with tmail.  I believe that the 
underlying cause is that the IDLE code neither burps itself nor allows others 
to burp.  This patch will make the IDLE code start burping.

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.



> Date: Sat, 13 Sep 2008 17:23:20 -0500
> From: [EMAIL PROTECTED]
> To: [email protected]
> Subject: Re: [Imap-uw] RIM Blackberry BIS service and inability to reclaim 
> space (burping) following delete/expunge
>
> 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

_________________________________________________________________
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman2.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to