Florian G. Pflug wrote:
Rob Mueller wrote:
Is there a better way to do this? I thought it might
be possible to explout the replication log for this,
but I don't really know where to start...
I think you can use STATUS calls to get enough information you need?
. STATUS INBOX (messages uidnext
Rob Mueller wrote:
Is there a better way to do this? I thought it might
be possible to explout the replication log for this,
but I don't really know where to start...
I think you can use STATUS calls to get enough information you need?
. STATUS INBOX (messages uidnext uidvalidity unseen highes
Is there a better way to do this? I thought it might
be possible to explout the replication log for this,
but I don't really know where to start...
I think you can use STATUS calls to get enough information you need?
. STATUS INBOX (messages uidnext uidvalidity unseen highestmodseq)
Rob
Hi
I'm trying to find all folders of a mailbox that were
changes in any way (using cyrus 2.3). At the moment
I'm using a combination UIDs and MODSEQ. This works
fine, but I still have to at least EXAMINE every
folder of the mailbox, which takes about 0.5 seconds
per folder.
0.5 seconds seems rat