All Projects → eNkru → Freelook

eNkru / Freelook

Licence: mit
Freelook, an Electron-based client for Microsoft Outlook.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Freelook

Ao
Elegant Microsoft To-Do desktop app
Stars: ✭ 1,923 (+1109.43%)
Mutual labels:  microsoft, desktop
Directxmesh
DirectXMesh geometry processing library
Stars: ✭ 447 (+181.13%)
Mutual labels:  microsoft, desktop
FritzBoxTelefon-dingsbums
Das Fritz!Box Telefon-dingsbums ist ein Outlook-Addin, welches ein direktes Wählen der Kontakte aus Outlook ermöglicht. Zusätzlich bietet es nützliche Funktionen, wie einen Anrufmonitor oder eine Rückwärtssuche.
Stars: ✭ 16 (-89.94%)
Mutual labels:  microsoft, outlook
Mfcmapi
MFCMAPI
Stars: ✭ 501 (+215.09%)
Mutual labels:  microsoft, outlook
Exchangelib
Python client for Microsoft Exchange Web Services (EWS)
Stars: ✭ 787 (+394.97%)
Mutual labels:  microsoft, outlook
Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (+653.46%)
Mutual labels:  outlook, desktop
add-to-calendar-button
A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.
Stars: ✭ 697 (+338.36%)
Mutual labels:  microsoft, outlook
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+366.67%)
Mutual labels:  microsoft, outlook
Directxtk12
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
Stars: ✭ 765 (+381.13%)
Mutual labels:  microsoft, desktop
Directxmath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Stars: ✭ 859 (+440.25%)
Mutual labels:  microsoft, desktop
Directxtk
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
Stars: ✭ 1,918 (+1106.29%)
Mutual labels:  microsoft, desktop
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (+1541.51%)
Mutual labels:  desktop
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-5.66%)
Mutual labels:  microsoft
Alephnote
Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)
Stars: ✭ 149 (-6.29%)
Mutual labels:  desktop
Magazine Website
🐭 A magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied...
Stars: ✭ 155 (-2.52%)
Mutual labels:  microsoft
Xstreader
Xst Reader is an open source viewer for Microsoft Outlook’s .ost and .pst files, written entirely in C#. To download an executable of the current version, go to the releases tab.
Stars: ✭ 149 (-6.29%)
Mutual labels:  outlook
Qtpdfium
Pdf Redening on Qt
Stars: ✭ 148 (-6.92%)
Mutual labels:  desktop
Vue Fullpage
a single page scroll plugin for [email protected] https://river-lee.github.io/vue-fullpage/examples/
Stars: ✭ 148 (-6.92%)
Mutual labels:  desktop
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (-6.92%)
Mutual labels:  desktop
Azure Sdk For Python
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Stars: ✭ 2,321 (+1359.75%)
Mutual labels:  microsoft
logo

Freelook

Freelook, an Electron-based desktop app for Microsoft Outlook and Office 365.

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

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

MIT @ Howard Ju

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].