0

I'm working with a Python project where I need to fetch email attachments sent to an Exchange account. I understand win32com.client can do what I need, but I need it to work in a Linux environment. I've tried using Mechanize, but it is giving me errors that I can't resolve. (See Mechanize/OWA user/password error)

I suppose I can just use Selenium, but I was hoping to not have to open a browser - just because that is slower and less stable.

Any suggestions?

4

1 回答 1

0

为什么不使用Exchange Web 服务

于 2014-09-03T17:12:04.670 回答