Electron wrapper around Yandex.Mail.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Stanislav Nikitin f2ef13dafa Merge branch 'license-fix' into 'master'
Fix license name in package.json

See merge request pztrn/yandexmail-desktop!1
4 years ago
assets/icons Initial commit, works on Linux. 4 years ago
.gitignore Initial commit, works on Linux. 4 years ago
README.md README updates. 4 years ago
index.html Initial commit, works on Linux. 4 years ago
main.js Own handler for links. 4 years ago
package.json Fix license name in package.json 4 years ago
renderer.js More proper unread messages detection. 4 years ago
yandex-mail-icon-unread.svg Initial commit, works on Linux. 4 years ago
yandex-mail-icon.svg Initial commit, works on Linux. 4 years ago
yarn.lock Initial commit, works on Linux. 4 years ago

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