mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
Update Nylas N1 to Nylas Mail
Test Plan: Tested locally. Reviewers: juan, evan Reviewed By: juan, evan Differential Revision: https://phab.nylas.com/D3644
This commit is contained in:
parent
ab7f994fef
commit
21049b2a1f
8 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# K2 - Local Sync Engine & Cloud Services for Nylas N1
|
||||
# K2 - Local Sync Engine & Cloud Services for Nylas Mail
|
||||
|
||||
This is a collection of all sync and cloud components required to run N1.
|
||||
|
||||
|
@ -6,7 +6,7 @@ This is a collection of all sync and cloud components required to run N1.
|
|||
1. [**Cloud Core**](https://github.com/nylas/K2/tree/master/packages/cloud-core): Shared code used in all remote cloud services
|
||||
1. [**Cloud Workers**](https://github.com/nylas/K2/tree/master/packages/cloud-workers): Cloud workers for services like send later
|
||||
1. [**Isomorphic Core**](https://github.com/nylas/K2/tree/master/packages/isomorphic-core): Shared code across local client and cloud servers
|
||||
1. [**Local Sync**](https://github.com/nylas/K2/tree/master/packages/local-sync): The local mailsync engine integreated in Nylas N1
|
||||
1. [**Local Sync**](https://github.com/nylas/K2/tree/master/packages/local-sync): The local mailsync engine integreated in Nylas Mail
|
||||
|
||||
See `/packages` for the separate pieces. Each folder in `/packages` is
|
||||
designed to be its own stand-alone repositoriy. They are all bundled here
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "k2",
|
||||
"version": "0.0.2",
|
||||
"description": "The local sync engine for Nylas N1",
|
||||
"description": "The local sync engine for Nylas Mail",
|
||||
"main": "",
|
||||
"dependencies": {
|
||||
"babel-cli": "6.18.0",
|
||||
|
|
|
@ -10,7 +10,7 @@ import LinkTrackingMessageExtension from './link-tracking-message-extension';
|
|||
|
||||
const LinkTrackingButtonWithTutorialTip = HasTutorialTip(LinkTrackingButton, {
|
||||
title: "Track links in this email",
|
||||
instructions: "When link tracking is turned on, N1 will notify you when recipients click links in this email.",
|
||||
instructions: "When link tracking is turned on, Nylas Mail will notify you when recipients click links in this email.",
|
||||
});
|
||||
|
||||
export function activate() {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Nylas N1 Salesforce Integration
|
||||
# Nylas Mail Salesforce Integration
|
||||
|
||||
See [+N1 Salesforce](https://paper.dropbox.com/doc/N1-Salesforce-tIXHxx0fSDJSnxdxAx1rS) on Paper
|
||||
|
|
|
@ -95,7 +95,7 @@ class SalesforceOAuth {
|
|||
Actions.openModal({
|
||||
component: (
|
||||
<div className="salesforce-welcome" tabIndex="0">
|
||||
<h2>Success! Nylas N1 and Salesforce are now connected.</h2>
|
||||
<h2>Success! Nylas Mail and Salesforce are now connected.</h2>
|
||||
<p>Select a message to create or edit contact and lead records or to sync the thread with an opportunity. Here’s how it works!</p>
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/5ziK7lCdTjA" />
|
||||
</div>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "salesforce",
|
||||
"title": "Salesforce",
|
||||
"description": "Nylas N1 and Salesforce integration",
|
||||
"description": "Nylas Mail and Salesforce integration",
|
||||
"isHiddenOnPluginsPage": true,
|
||||
"isOptional": true,
|
||||
"icon": "./icon.png",
|
||||
|
|
|
@ -10,7 +10,7 @@ import OpenTrackingComposerExtension from './open-tracking-composer-extension';
|
|||
|
||||
const OpenTrackingButtonWithTutorialTip = HasTutorialTip(OpenTrackingButton, {
|
||||
title: "See when recipients open this email",
|
||||
instructions: "When enabled, N1 will notify you as soon as someone reads this message. Sending to a group? N1 shows you which recipients opened your email so you can follow up with precision.",
|
||||
instructions: "When enabled, Nylas Mail will notify you as soon as someone reads this message. Sending to a group? Nylas Mail shows you which recipients opened your email so you can follow up with precision.",
|
||||
});
|
||||
|
||||
export function activate() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "local-sync",
|
||||
"version": "0.0.1",
|
||||
"description": "The local sync engine for Nylas N1",
|
||||
"description": "The local sync engine for Nylas Mail",
|
||||
"main": "./main",
|
||||
"dependencies": {
|
||||
"base64-stream": "0.1.3",
|
||||
|
|
Loading…
Reference in a new issue