Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for Outlook.com #4

Open
liliakai opened this issue Jul 2, 2018 · 3 comments
Open

Adding support for Outlook.com #4

liliakai opened this issue Jul 2, 2018 · 3 comments

Comments

@liliakai
Copy link
Collaborator

liliakai commented Jul 2, 2018

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
Copy link
Member

mfc commented May 23, 2019

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
Copy link
Collaborator Author

liliakai commented Jun 4, 2019

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

@mfc
Copy link
Member

mfc commented Jun 4, 2019

darn :(

thanks for checking it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants