Electron wrapper around Yandex.Mail.
This repository has been archived on 2022-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Stanislav Nikitin f2ef13dafa Merge branch 'license-fix' into 'master'
Fix license name in package.json

See merge request pztrn/yandexmail-desktop!1
2019-01-22 13:00:28 +00:00
assets/icons Initial commit, works on Linux. 2019-01-20 07:22:17 +05:00
.gitignore Initial commit, works on Linux. 2019-01-20 07:22:17 +05:00
README.md README updates. 2019-01-20 08:02:55 +05:00
index.html Initial commit, works on Linux. 2019-01-20 07:22:17 +05:00
main.js Own handler for links. 2019-01-21 12:56:29 +05:00
package.json Fix license name in package.json 2019-01-22 13:00:28 +00:00
renderer.js More proper unread messages detection. 2019-01-21 13:39:59 +05:00
yandex-mail-icon-unread.svg Initial commit, works on Linux. 2019-01-20 07:22:17 +05:00
yandex-mail-icon.svg Initial commit, works on Linux. 2019-01-20 07:22:17 +05:00
yarn.lock Initial commit, works on Linux. 2019-01-20 07:22:17 +05:00

README.md

Yandex Mail @ Desktop

This is unofficial and in any case unaffiliated electron wrapper around Yandex.Mail.

Rationale

After using Yandex.Mail for almost a year I realized that there is absolutely no mail clients that can replace Yandex.Mail interface as it is pretty fast and nice. And sadly I failed to google already existing wrapper.

Disclaimer

This wrapper isn't affiliated or connected or whatever with Yandex LLC. I'm not their employee. This wrapper was initially created for me and my wife.

Installation

yarn must be installed.

Install dependencies:

yarn install

To "just start" the wrapper:

yarn start

To build package:

yarn build