winget install --id=tomlm.electron-outlook-365 -e
Outlook Web Application as a dedicated application. This hosts mail.office365.com and is suitable for using with enterprise work or school environments
This provides installers for Windows/Mac/Linux that install a dedicated application which hosts outlook's web application.
I have found that the Outlook Web application a great email client for a number of reasons.
The one thing that has prevented me from adopting it is the fact that it runs as a browser tab.
To solve this I have created (well forked eNkrus version and tweaked) an Electron app which simply runs the Outlook Web app in a dedicated application frame:
This hosts http://mail.office365.com and is suitable for using with enterprise work/school environments
This hosts http://outlook.com and is suitable for using for personal email.
Go to https://github.com/tomlm/electron-outlook/releases
Install prerequistites
yarn
Go to Outlook.com folder and run
yarn dist:win
yarn dist:macOS
yarn dist:linux
To build each distribution for outlook.com. The installers will be built into the dist folder.
Go to Office365 folder and run
yarn dist:win
yarn dist:macOS
yarn dist:linux
To build each distribution for office365. The installers will be built into the dist folder.
This project is a fork of eNcru/electron-outlook.