Comment on Ask HN: What software/app do you wish would exist?Comments−tmaly6yI would love if Python was built into Outlook and would let me write custom rules in Python to process mail.−dbieber6yYou may like Google Apps Script e.g. https://developers.google.com/apps-script/reference/gmail−phodo6yWhat are some custom rules you would like to write in python ?−tmaly6yThe options in Outlook are very limited.Some that I encountered recently were:You cannot use regular expressions.There is not a way to create a rule to delete or move messages after a N days.
Comments
I would love if Python was built into Outlook and would let me write custom rules in Python to process mail.
You may like Google Apps Script e.g. https://developers.google.com/apps-script/reference/gmail
What are some custom rules you would like to write in python ?
The options in Outlook are very limited.
Some that I encountered recently were:
You cannot use regular expressions.
There is not a way to create a rule to delete or move messages after a N days.