ghuntley / send-from-outlook-dot-com

A Google Chrome plugin that makes Outlook.com your default email application and provides a button to compose a message to quickly share a link via email
https://chrome.google.com/webstore/detail/send-from-outlookcom-by-g/jgjbncjbianlocbolfhpanbbpaobldod
0 stars 0 forks source link

office 365 support #1

Open ghuntley opened 10 years ago

ghuntley commented 10 years ago

I don't use 365 but can add support if someone can help me out with this question:

For Outlook.com "https://mail.live.com/default.aspx?rru=compose" redirects the user when viewed to their "https://instanceXXX.outlook.com/default.aspx?rru=compose".

Does anyone know what the bounce url for office 365 is that behaves like above?

Comment on the issue with the answer or any insight/possibilities please.

ghuntley commented 10 years ago

https://github.com/tombb/chrome-outlook365-notifier/blob/master/options.js#L17

Alludes to https://outlook.com/owa/ which when visited redirects to https://instancenumber.outlook.com/owa/

@redth points out that the compose page and page parms is "?ae=Item&a=New&t=IPM.Note"

Unfortunately during the redirection the page parms are lost and instead of the compose window showing the inbox is displayed.