On Mar 4, 1:20 pm, Yusniel <[EMAIL PROTECTED]> wrote:
> Hi friends. Someone know how to work with python and exchange
> server?.
If you do go the COM route, you'll probably want to ask questions of
the PyWin32 user's group, which can be found here:
http://mail.python.org/mailman/listinfo/python-w
On 2008-03-04, Tim Chase <[EMAIL PROTECTED]> wrote:
> Exchange offers other proprietary functionality, exposed
> through the MAPI. You might be able to use some of the Win32
> functionality in one of the add-on modules for talking with
> COM objects.
I spent a while looking into this a few year
> Hi friends. Someone know how to work with python and exchange
> server?.
I've used both imaplib[1] and smtplib[2] (in the standard
library) for talking successfully with an Exchange server. I
don't do much with POP3, but there's also a poplib module[3] in
the standard library. I just wrote