On Wednesday, 15 בJune 2005 10:03, Gabor Szabo wrote: > On 6/14/05, Dov Grobgeld <[EMAIL PROTECTED]> wrote: > > Does anyone know if there is any scripting support (perl, python > > or ruby) for accessing the exchange server protocol? > > I am not sure if this will answer any of your needs > but have you checked Mail::Outlook ? > http://search.cpan.org/dist/Mail-Outlook/
It should be noted that this is for MAPI bindings to perl, MAPI being the library available in Win32 OSs where the above package may be used to access the mail capabilities of an Outlook _client_ installed on the local win32 machine. I assume the original poster wanted to access an exchange server remotely through the native MAPI wire protocol, probably for more then mail access (for which IMAP is perfectly usable). I'm not aware of any scripting libraries that allow access to it, but as the Ximian outlook connector for evolution is GPL, I'm sure it won't be that hard to either librarize it and make some bindings or even port it completly to native perl/python/ruby. -- Oded ::.. "Do you love me because I'm beautiful, or am I beautiful because you love me?" -- Cinderella ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]