julian-alarcon / prospect-mail

Prospect is an Outlook mail desktop client powered by Electron
MIT License
460 stars 66 forks source link

Alert from Microsoft after login with this client #280

Closed jerome-cui closed 1 year ago

jerome-cui commented 1 year ago

I received an alert mail with content like this after I login with this client:

`

Hello xxx,

Alert - User logged in from an outdated browser which needs to be upgraded.

` The mail is from no-reply@cloudappsecurity.com

Seems we need to upgrade the electron version to latest.

julian-alarcon commented 1 year ago

Can you try with the latest beta version (0.5.0-beta1)? sudo snap install prospect-mail --channel=beta

Also available here in other packages: https://github.com/julian-alarcon/prospect-mail/releases/tag/v0.5.0-beta1

Latest version is using recent Electron / NodeJS that has a supported internal Chromium browser engine, so, the issue should not appear anymore.

Context: This kind of messages are sent when organization enables Microsoft Cloud App Security (MCAS), as mentioned for other services https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/mcas-activity-policy-log-on-from-an-outdated-browser-current/m-p/2731084

mikekoumas commented 1 year ago

After the update to the latest version we face the same issue. Prospect-mail loads Exchange web app in light mode. It seems that it sends outdated browser version for some reason. I tried the beta and still the same. Also installed deb instead of snap, same again.

julian-alarcon commented 1 year ago

@mikekoumas are you able to login and use your email after the message of out dated browser?

mikekoumas commented 1 year ago

@julian-alarcon we did not receive the message for the outdated browser because we use exchange in local environment. I do know that is the same issue as @jerome-cui because when we login to the mailbox then the OWA that loads is the light one which most of the times loads due to outdated browser.

jerome-cui commented 1 year ago

Great works! No alert any more with version 0.5.1. Thanks for your help!