Hi, In my application using c-client 2002.RC5, I call mail_open() with the OP_HALFOPEN flag then call mail_status() to get the unseen message count which I store. Then I open the mailbox fully. I invalidate my stored unseen variable if mm_exists(), or mm_flags() occurs. If at some time later I need to query the unseen count and my stored variable is invalid I call mail_status() again, but I see the following via the mm_log() callback:
mm_log(): CLIENT BUG DETECTED: STATUS on selected mailbox: faxes It does work and returns the new unseen value. I could search the mailbox for unseen messages but that seems a lot of work to get the unseen count! Any suggestions? Thanks Mark -- ------------------------------------------------------------------ For information about this mailing list, and its archives, see: http://www.washington.edu/imap/c-client-list.html ------------------------------------------------------------------
