CiviCERT / suspicious-email-submitter

The Suspicious Email Submitter is a discontinued browser extension (Chrome, Chromium, Firefox) for the easy submission of suspicious emails to a MISP instance for further analysis
GNU General Public License v3.0
13 stars 0 forks source link

Adding support for Outlook.com #4

Open liliakai opened 6 years ago

liliakai commented 6 years ago

Unlike other supported clients, outlook.com doesn't seem to have a clear url endpoint for downloading a raw .eml for a given message. Rather, it appears to have some websocket-based protocol for fetching the data from the server. Reverse engineering such a protocol is out of scope for this project, so if we want to support outlook.com, we'll need to ask the user to open the raw email onscreen, and then scrape that content from the DOM.

mfc commented 5 years ago

I found this project: https://github.com/OfficeDev/office-js/

may be similar to gmail.js in providing API to make this integration easier.

liliakai commented 5 years ago

That's an API for interacting with a local MS Office desktop installation. It doesn't apply to Outlook.com, unfortunately.

mfc commented 5 years ago

darn :(

thanks for checking it out.