https://github.com/moba1/proton-mail-viewer
Unofficial Proton Mail™ viewer
https://github.com/moba1/proton-mail-viewer
electron proton-mail
Last synced: 2 months ago
JSON representation
Unofficial Proton Mail™ viewer
- Host: GitHub
- URL: https://github.com/moba1/proton-mail-viewer
- Owner: moba1
- License: mit
- Created: 2023-08-23T16:32:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T15:19:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T21:58:07.118Z (4 months ago)
- Topics: electron, proton-mail
- Language: TypeScript
- Homepage:
- Size: 311 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unofficial Proton Mail viewer
[Proton Mail](https://proton.me/mail)™ is secure email service.
Proton Mail™ focuses on private & privacy, and etc.This client is unofficial & open source Proton Mail™ client.
## Quick Start
First, install npm package,
```bash
npm i --frozen-lockfile
```and run client.
```bash
npm run start
```## build
Run followin command.
```bash
npm run make
```command outputs artifact to `out/make`.