On Wednesday 08 April 2009 06:48:55 pm Karl Lattimer wrote:
> On Wed, 2009-04-08 at 07:35 +1000, Brad Hards wrote:
> > On Tuesday 07 April 2009 10:08:59 pm Karl Lattimer wrote:
> > >  - Does libmapi allow a client to connect via an RPC-HTTP proxy?
> >
> > Not yet. This is an area we are planning to work in. The changes to
> > libmapi would be fairly simple, but the underlying transport is not yet
> > supported by Samba libraries that we rely on.
>
> What kind of changes are required in samba/libmapi, could you give me an
> overview?
The change in libmapi would basically just be to replace the binding string 
(in libmapi/IMSProvider) where it uses ncacn_ip_tcp with something that uses 
ncacn_http. I'm not so familiar with samba, but you essentially need to 
implement ncacn_http, somewhere in librpc.

If you are interested in working on this, please coordinate with Jelmer 
Vernooij.

> > >  - Does libmapi support contacts, calendar and tasks download?
> >
> > Yes it does. The library and command line tools both support these.
>
> This sounds great, I hope that uploading data is also supported? I'm
> sure this is the case though :)
Uploading as in "can I create mails, appointments and so on on the server", 
then "yes". There are examples of doing this in the openchangeclient man 
page.

Brad
_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to