/freelook

Freelook, an Electron-based client for Microsoft Outlook.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Freelook

Freelook, an alternative Electron-based desktop app to help you manage Outlook and Office 365.

This app helps some people like me who couldn't (or don't wish to) install an POP or SMPT mail client to manage their outlook & hotmail emails. Please raise any concern to me if any of the code or resource voilate your copyright or trademark.

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

Download

The released application can be downloaded here.

Troubleshot

Some Linux distributions has the issue to display the reciptons in the To and CC fields.

The workaround is set some invalid values in the Ads Blocker settings. The settings come with the default value, you need to input some random numbers to overwrite them.

Desktop Integration not updated/created when using AppImage

Since electron-builder 21 desktop integration is not a part of produced AppImage file anymore. Electron builder recommends AppImageLauncher to install AppImages and create Desktop Integration or to create the desktop files manually.

Build Pre-Request

Build & Install

Clone the repository and run in development mode.

git clone https://github.com/eNkru/freelook.git
cd freelook
npm i
npm run start

Build the application

npm run dist:linux

This will build a predefined AppImage & deb packages in the dist folder. AppImage can be run in most popular linux distributions with the support. Deb is only for debian & ubuntu distributions.

Release

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

License

This app helps some people like me who couldn't (or don't wish to) install an POP or SMPT mail client to manage their outlook & hotmail emails. Please raise any concern to me if any of the code or resource voilate your copyright or trademark.

MIT @ Howard Ju