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
- Host: GitHub
- URL: https://github.com/stephbu/inbox-crawler
- Owner: stephbu
- License: mit
- Created: 2015-10-06T16:53:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T01:27:02.000Z (almost 11 years ago)
- Last Synced: 2025-06-09T11:52:36.071Z (about 1 year ago)
- Language: JavaScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.