Re: Detecting changes to a folder

2007-03-17 Thread Florian G. Pflug
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

Re: Detecting changes to a folder

2007-03-17 Thread Florian G. Pflug
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

Re: Detecting changes to a folder

2007-03-17 Thread Rob Mueller
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

Detecting changes to a folder

2007-03-16 Thread Florian G. Pflug
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