You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: