/freelook

Freelook, an Electron-based client for Microsoft Outlook.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Freelook

Freelook, an Electron-based client for Microsoft Outlook.

screenshot_linux

Feature

  • Receive your hotmail / outlook / office 365 online from the desktop app
  • Close to minimise
  • Dock tray support
  • System notification
  • Network connection detection
  • Customized setting
    • Ads block as your control
    • Switch between outlook and office 365

Build Pre-Request

Build & Install

Clone the repository and run in development mode.

git clone https://github.com/eNkru/electron-outlook.git
cd electron-outlook
yarn
yarn start

Build the application

yarn run dist:linux

This will build an AppImage in the dist folder. This file can be run in most popular linux distributions.

Release

npm version (new release version)
git push origin master
git push origin --tags
npm publish

Download

The released application can be downloaded here.

License

MIT @ Howard Ju