Re: Plugging into the imap system

2007-12-27 Thread Gabriele Bulfon
-- Da: Dale Ghent <[EMAIL PROTECTED]> A: Mike Eggleston <[EMAIL PROTECTED]> Cc: Cyrus Mailing List Data: 22 dicembre 2007 6.17.17 CET Oggetto: Re: Plugging into the imap system On Dec 21, 2007, at 12

Re: Plugging into the imap system

2007-12-26 Thread Adam Tauno Williams
> > If you are using linux, maybe you can use inotify-tools to notify you of > > any change in cyrus' spool. > Be aware that the files on disk are created _before_ the index record, > so you need to wait or poll until the index record has had a chance to > be created. > Even if you capture the "a

Re: Plugging into the imap system

2007-12-22 Thread Dan White
Gabriele Bulfon wrote: > Hello, > I would like to know if there is some way of plugging into the system with > custom agents to be notified of any event happening on the imap server. > For example, I would like some code of mine to be called when new messages > are: written into mailboxes, delete

Re: Plugging into the imap system

2007-12-22 Thread Bron Gondwana
On Sat, Dec 22, 2007 at 04:51:46PM -0300, Diego M. Vadell wrote: > Hi Gabriele, >If you are using linux, maybe you can use inotify-tools to notify you of > any change in cyrus' spool. Be aware that the files on disk are created _before_ the index record, so you need to wait or poll until the

Re: Plugging into the imap system

2007-12-22 Thread Diego M. Vadell
Hi Gabriele, If you are using linux, maybe you can use inotify-tools to notify you of any change in cyrus' spool. -- Diego. On Thursday 20 December 2007 07:24:55 Gabriele Bulfon wrote: > Hello, > I would like to know if there is some way of plugging into the system with > custom agents to b

Re: Plugging into the imap system

2007-12-22 Thread Chris Stromsoe
On Sat, 22 Dec 2007, Dale Ghent wrote: > On Dec 21, 2007, at 12:03 PM, Mike Eggleston wrote: > >> There is some system (on freshmeat?) that has a special folder in IMAP >> for storing calendar events. The program uses the IMAP defined protocol >> though. > > FWIW, Exchange also exposes all calen

Re: Plugging into the imap system

2007-12-21 Thread Dale Ghent
On Dec 21, 2007, at 12:03 PM, Mike Eggleston wrote: > There is some system (on freshmeat?) that has a special folder in IMAP > for storing calendar events. The program uses the IMAP defined > protocol > though. FWIW, Exchange also exposes all calendar entries (with .ics files), journals, to-d

Re: Plugging into the imap system

2007-12-21 Thread Rob Mueller
> There is some system (on freshmeat?) that has a special folder in IMAP > for storing calendar events. The program uses the IMAP defined protocol > though. http://www.kolab.org/documentation.html It's a reasonably interesting idea. Basically use a sort of folder=table and email=row database map

Re: Plugging into the imap system

2007-12-21 Thread Mike Eggleston
On Fri, 21 Dec 2007, Rob Banz might have said: > > On Dec 20, 2007, at 02:24, Gabriele Bulfon wrote: > > > Hello, > > I would like to know if there is some way of plugging into the > > system with custom agents to be notified of any event happening on > > the imap server. > > For example, I

Re: Plugging into the imap system

2007-12-21 Thread Rob Banz
On Dec 20, 2007, at 02:24, Gabriele Bulfon wrote: > Hello, > I would like to know if there is some way of plugging into the > system with custom agents to be notified of any event happening on > the imap server. > For example, I would like some code of mine to be called when new > messages

Re: Plugging into the imap system

2007-12-20 Thread Alain Spineux
On Dec 20, 2007 11:24 AM, Gabriele Bulfon <[EMAIL PROTECTED]> wrote: > > > Hello, > I would like to know if there is some way of plugging into the system with > custom agents to be notified of any event happening on the imap server. > For example, I would like some code of mine to be called when ne