Re: Different type of message store

2002-12-09 Thread Harrie Hazewinkel
HI, On Monday, December 9, 2002, at 04:58 PM, Rob Siemborski wrote: On Sun, 8 Dec 2002, Rob Mueller wrote: Has there been any thought in spending some time cleaning up the code to try and stop these assumptions all over the place and create some better abstractions? Clearly cyrus has been a

Re: Different type of message store

2002-12-07 Thread Rob Mueller
Depending on how much of the message store API you mean, you're looking at atleast index.c, append.c, and mailbox.c. If you want to worry about the mailbox list, mboxlist.c. If you want seen state as well, seen_db.c. You'll probably want to look at user.c as well. what must be done in

Different type of message store

2002-12-06 Thread Harrie Hazewinkel
HI, I was wondering if some one could point me in the right direction in order to look at the message store API. I would like to see what must be done in order to have a different message store backend that contains the email messages. Thanks by advance, Harrie Software developer, Technical

Re: Different type of message store

2002-12-06 Thread Rob Siemborski
On Fri, 6 Dec 2002, Harrie Hazewinkel wrote: I was wondering if some one could point me in the right direction in order to look at the message store API. I would like to see Depending on how much of the message store API you mean, you're looking at atleast index.c, append.c, and mailbox.c. If