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

'The new Outlook' doesn't use /owa in path #24

Closed
damienpontifex opened this issue Jan 28, 2019 · 10 comments
Closed

'The new Outlook' doesn't use /owa in path #24

damienpontifex opened this issue Jan 28, 2019 · 10 comments

Comments

@damienpontifex
Copy link

Using Office 365 and enabling the toggle for 'The New Outlook' the inbox now has the path of https://outlook.office365.com/mail/inbox

Is it still possible to use this extension given this change? No idea if this is a permanent URL change or part of some preview, but would be great to support.

@mihai-chezan
Copy link
Owner

Thank you for reporting this.
The extension won't work with this new url, I would need to do a release for this. See:

"matches": ["*://*/owa/*", "https://outlook.live.com/mail/*"],

It is however very possible that they also updated the interface and if that is the case I would also need to update the code for new email detection.
I will take a look when I get some free time.

@alex-pat
Copy link

alex-pat commented Feb 1, 2019

I have same issue, in my case path is https://outlook.office.com/mail/inbox

@cars10w
Copy link

cars10w commented Feb 5, 2019

Same here. :-)

@shanesm
Copy link

shanesm commented Feb 21, 2019

mihai-chezan - we sure hope you find some time to get your wonderful extension working with the new outlook - (https://outlook.office.com/mail/inbox). Thanks in advance!

@mihai-chezan
Copy link
Owner

mihai-chezan commented Feb 21, 2019

Added outlook.office365.com and outlook.office.com urls to trigger the extension to load with commit 411cbb7
This change has been released with new version 1.9.5.
Unfortunately I don't have access any more to office365 so I can't test the css if they work so I hope it works for you guys.

@cars10w
Copy link

cars10w commented Feb 22, 2019

I am afraid that I need to report that it does not work for me.. Using 1.9.5 and https://outlook.office.com/mail/

@kschoelhorn
Copy link

Reminders work for me on https://outlook.office365.com/mail with [data-storybook="reminder"] on Auto. Haven't tested emails.

@cars10w
Copy link

cars10w commented Mar 5, 2019

Works for me for reminders as well, but not for emails.

@bsferrazza-avnera
Copy link

Can you also add :///ecp/*?

My company's owa url uses /ecp/ which is Exchange Control Panel, another common url directory. Thank you.

@jacklovell
Copy link

Emails work for me, after slightly modifying the CSS selector. I used outlook.live.com beta (just Favorites inbox) but modified the CSS selector from [title="Favorites"] to [title="Favourites"] as I'm using British English.

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

No branches or pull requests

8 participants