All Projects → julian-alarcon → Prospect Mail

julian-alarcon / Prospect Mail

Licence: mit
Prospect is an Outlook mail desktop client powered by Electron

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Prospect Mail

Exchangelib
Python client for Microsoft Exchange Web Services (EWS)
Stars: ✭ 787 (+602.68%)
Mutual labels:  office365, hacktoberfest, outlook
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+33.93%)
Mutual labels:  office365, hacktoberfest
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (-79.46%)
Mutual labels:  outlook, office365
Davmail
DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
Stars: ✭ 250 (+123.21%)
Mutual labels:  office365, outlook
Office365 Rest Python Client
Office 365 & Microsoft Graph Library for Python
Stars: ✭ 289 (+158.04%)
Mutual labels:  office365, outlook
Pnp Sites Core
Microsoft 365 Dev PnP Core component (.NET) targeted for increasing developer productivity with CSOM based solutions.
Stars: ✭ 411 (+266.96%)
Mutual labels:  office365, hacktoberfest
Cli Microsoft365
Manage Microsoft 365 and SharePoint Framework projects on any platform
Stars: ✭ 420 (+275%)
Mutual labels:  office365, hacktoberfest
Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (+969.64%)
Mutual labels:  office365, outlook
Powershell
PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
Stars: ✭ 1,302 (+1062.5%)
Mutual labels:  office365, hacktoberfest
Nyxo App
The repository for Nyxo React Native app, a personal sleep tracker and sleep coach
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Discordircd
A node.js script that allows you to connect to discord with your irc client.
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Panoramagl
PanoramaGL Android
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Default
The home of the default HACS repositories.
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Lab Workshops
Materials for workshops on text mining, machine learning, and data visualization
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Make Pull Request
Use this as learning repo on how to create successful pull requests. Very basic tasks on Python, HTML, CSS, JavaScript, JAVA.
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Git Client Plugin
Jenkins git client plugin
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest
Vscode Mermaid Preview
Previews Mermaid diagrams
Stars: ✭ 111 (-0.89%)
Mutual labels:  hacktoberfest
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+1465.18%)
Mutual labels:  hacktoberfest
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-1.79%)
Mutual labels:  hacktoberfest
Inkscape Applytransforms
An Inkscape extension which removes all matrix transforms by applying them recursively to shapes
Stars: ✭ 112 (+0%)
Mutual labels:  hacktoberfest

Prospect Mail client

logo

dependencies Status devDependencies Status

The Outlook desktop client for the new Outlook Interface from Microsoft 365.

screenshot-linux

screenshot-calendar-view

Needed configuration in your Outlook Web configuration

It's recommended to enable the new design to be able to use this client

Feature

  • Receive your Outlook Microsoft 365 online from the desktop app
  • Close to minimise
  • Dock tray support
  • System notification

Architecture components

The main software architecture components and their versions are this:

Build

Clone the repository and run in development mode. (You need to have git , node and yarn) installed)

git clone https://github.com/julian-alarcon/prospect-mail.git
cd prospect-mail
yarn
yarn start

Build the application for linux

yarn run dist:linux

This will build an AppImage, deb and snap files in the dist folder. This files can be run in most popular linux distributions.

Is possible to specify the snap or AppImage build type using running this:

yarn run dist:linux:snap

Build the application for Mac (It works in versions 10.14 and 10.15)

yarn run dist:macOS

Download

The released application can be downloaded here.

Installation

Snap build are available in the Snapcraft Store. You can search prospect-mail from the Software Store in Ubuntu and linux distributions or use sudo snap install prospect-mail from the terminal.

Once it was builded, or using the release files available, you can install the files using AppImage process, using .deb sudo dpkg -i prospect-mail_x.y.z_arch.deb or using the snap file sudo snap install prospect-mail_x.y.z_arch.snap --dangerous.

Release

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

License

MIT by Julian Alarcon based on work on electron-outlook by Howard J

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].