An open API service indexing awesome lists of open source software.

https://github.com/stephbu/inbox-crawler

O365 Inbox Crawler
https://github.com/stephbu/inbox-crawler

Last synced: about 1 year ago
JSON representation

O365 Inbox Crawler

Awesome Lists containing this project

README

          

# inbox-crawler
This code uses the Microsoft One API to crawl through an Exchange Inbox.

It uses an enumerable pattern to enable the results of the crawl to be parsed by very simple LINQ statements.
In this instance it groups the mails by source email address to help me identify the largest senders of mail that I can chop
to reduce the size of my inbox.