如何使用 Python 访问 outlook 邮箱
How to access outlook mailbox using Python
我正在做一个项目,当邮箱收到一封电子邮件时发出 post 请求,我唯一需要的是访问邮箱。邮件地址来自 office 365。我已经尝试使用 Microsoft Graph API、exchange library 和 IMAP library 访问,但没有成功。目前,我正在使用 win32com.client 库做这个项目,但要使用我需要在我的机器上安装 outlook。我的想法是从另一台服务器访问我的邮箱。有谁知道我该怎么做?谢谢你的帮助。
Use the Microsoft Graph API. You may find the Getting Started with Microsoft Graph and Mail API YouTube 上的视频很有帮助。
我正在做一个项目,当邮箱收到一封电子邮件时发出 post 请求,我唯一需要的是访问邮箱。邮件地址来自 office 365。我已经尝试使用 Microsoft Graph API、exchange library 和 IMAP library 访问,但没有成功。目前,我正在使用 win32com.client 库做这个项目,但要使用我需要在我的机器上安装 outlook。我的想法是从另一台服务器访问我的邮箱。有谁知道我该怎么做?谢谢你的帮助。
Use the Microsoft Graph API. You may find the Getting Started with Microsoft Graph and Mail API YouTube 上的视频很有帮助。