mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
4e85993957
Summary: Now that we don't run Send tasks outside the sync loop, we don't need that awful hack wich required passing a `runTask` callback to `runSyncbackTask` in order to customize how to run the task. Instead, runSyncbackTask now knows 2 ways to run a task, either via imap, or via smtp, depending on the resource declared by task to run. So now SyncbackTasks declare a resource type they need to run, and that will be passed as their second argument when running. Depends D3894 Test Plan: manual Reviewers: mark, halla, spang, evan Reviewed By: halla, spang, evan Differential Revision: https://phab.nylas.com/D3896 |
||
---|---|---|
.. | ||
images | ||
spec | ||
src | ||
stylesheets | ||
main.es6 | ||
package.json |