On Thu, 17 Mar 2011 05:47:24 pm feriely wrote: > What I want to do is replace SOGo with my own IMAP server, is it possible? Yes. The whole concept of the mapistore abstraction is that you can use different stores for different things. For example, IMAP is usually only for mail, and you'd need to provide an address book, and a calendar, and maybe some notes / to-do items. So you can use SoGo for part of it, and your imap server for other parts.
> If so, how much work should I do? Could anyone give some hints? The "how much work" is not possible to estimate. You need to provide a backend for mapistore that does what you need. We are currently reworking this API, but you can see the current state in mapiproxy/libmapistore/mapistore_backend.h Example backends are present in mapiproxy/libmapistore/backends/ > At least some basic staff I can start with. Of course you can do whatever you wish, but I warn you now that there will be quite some API changes to come. Good luck. Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
