mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
Summary: - Add initial version of snooze and send later plugins - Tests are missing since this will probably heavily change before we are done with them Test Plan: - TODO Reviewers: drew, bengotow, evan Reviewed By: bengotow, evan Differential Revision: https://phab.nylas.com/D2578
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"name": "n1-send-later",
|
|
"version": "1.0.0",
|
|
"description": "send email later",
|
|
"main": "lib/main",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"isOptional": true,
|
|
"license": "GPL-3.0"
|
|
}
|