roggenbrot / owatron

A Electron based Linux desktop app for Microsoft Outlook and Office 365 with desktop notifications (email/reminder), spellchecker, context menu and system tray integration
GNU General Public License v3.0
14 stars 0 forks source link
electron linux office365 outlook owa

Owatron

A alternative Electron-based Linux desktop app for Microsoft Outlook and Office 365

Based on Freelook developed by eNkru

Features

Roadmap

Troubleshooting

Loading hangs on spinner

This is most of the time caused by a invalid/invalidated authentication token. Open the settings dialog and press Reset cookies

Q&A

Installation

Important

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.

Development

Clone the repository and run in development mode.

git clone https://github.com/roggenbrot/owatron.git
cd owatron
yarn
yarn dev

Known Issues

Electron process will not be killed if you end dev mode by ctrl-c.

Please stop electron first (Tray->Quiet) and the stop dev mode.

i18n

i18n in the project is based on i18next. To add a new language open i18next-parser.config.js and add the new language to

locales: ['en','de'],

Then run

yarn i18n

to generate the translation file in resources/locales/....

Release

Build the application

yarn package

This will build AppImage and additional Linux pecific packages in the out folder.