Re: [Dovecot] Plugin development question

2007-09-03 Thread Gary Smith
> But the Maildir list functions seem a little more complicated. I'm > walking through them right now. From looking into it, it seems there > are several functions that I will need to define in my own class to > handle/override the existing core functions. Where can I get a list of > all of the

Re: [Dovecot] Plugin development question

2007-09-03 Thread Gary Smith
> I think you should begin with Dovecot v1.1 code which makes it a lot > easier. It has Cydir format that is really simple and serves as a > pretty good example of how to implement a new backend. I've been digging though the cydir format. It looks fairly simple. Basically, the short gist of it i

Re: [Dovecot] Plugin development question

2007-08-24 Thread Gary Smith
> I think you should begin with Dovecot v1.1 code which makes it a lot > easier. It has Cydir format that is really simple and serves as a > pretty good example of how to implement a new backend. > > Cydir is a mail_storage backend, but you'll probably need to also > implement mailbox_list backend

Re: [Dovecot] Plugin development question

2007-08-24 Thread Timo Sirainen
On Fri, 2007-08-24 at 12:57 -0700, Gary Smith wrote: > Hello, > > >From what I have read on the dovecot site, it's possible to create a > plugin for a custom data store format. We have emails in a custom > format in a database and would like to create a plugin for accessing > these emails throug