What this does: Using the win32com module (pip install pywin32), iterates through the inbox of Outlook and loads the data into an Excel workbook. The win32com module is the closest module that I found ...
Save all attachments on emails in a folder Save all email bodies in a folder as csv Move emails from folder to subfolder The below script can be called from the command line or can be embedded in ...