[Zope] MS Exchange

Chris Withers chrisw@nipltd.com
Tue, 27 Feb 2001 19:12:23 -0000


> There doesn't seem to be a way to get to it from LDAP (grumble), and
> IMAPv4 is only giving me limited information (Contact Name and
> Notes).

Is that using python's IMAP library, imaplib.py?

> My last ditch will be to write an ASP page running on the Exchange
> server to present that info to Zope for processing.

If you need to do that, serve it out as XML and write a python sax parser to
process it :-)

cheers,

Chris