Electron wrapper around Yandex.Mail.
Stanislav N. aka pztrn
f2ef13dafa
Fix license name in package.json See merge request pztrn/yandexmail-desktop!1 |
||
---|---|---|
assets/icons | ||
.gitignore | ||
index.html | ||
main.js | ||
package.json | ||
README.md | ||
renderer.js | ||
yandex-mail-icon-unread.svg | ||
yandex-mail-icon.svg | ||
yarn.lock |
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