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:
Jackie Luo 2017-01-11 17:39:49 -08:00
parent ab7f994fef
commit 21049b2a1f
8 changed files with 9 additions and 9 deletions

View file

@ -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. 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 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. [**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. [**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 See `/packages` for the separate pieces. Each folder in `/packages` is
designed to be its own stand-alone repositoriy. They are all bundled here designed to be its own stand-alone repositoriy. They are all bundled here

View file

@ -1,7 +1,7 @@
{ {
"name": "k2", "name": "k2",
"version": "0.0.2", "version": "0.0.2",
"description": "The local sync engine for Nylas N1", "description": "The local sync engine for Nylas Mail",
"main": "", "main": "",
"dependencies": { "dependencies": {
"babel-cli": "6.18.0", "babel-cli": "6.18.0",

View file

@ -10,7 +10,7 @@ import LinkTrackingMessageExtension from './link-tracking-message-extension';
const LinkTrackingButtonWithTutorialTip = HasTutorialTip(LinkTrackingButton, { const LinkTrackingButtonWithTutorialTip = HasTutorialTip(LinkTrackingButton, {
title: "Track links in this email", 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() { export function activate() {

View file

@ -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 See [+N1 Salesforce](https://paper.dropbox.com/doc/N1-Salesforce-tIXHxx0fSDJSnxdxAx1rS) on Paper

View file

@ -95,7 +95,7 @@ class SalesforceOAuth {
Actions.openModal({ Actions.openModal({
component: ( component: (
<div className="salesforce-welcome" tabIndex="0"> <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&rsquo;s how it works!</p> <p>Select a message to create or edit contact and lead records or to sync the thread with an opportunity. Here&rsquo;s how it works!</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5ziK7lCdTjA" /> <iframe width="560" height="315" src="https://www.youtube.com/embed/5ziK7lCdTjA" />
</div> </div>

View file

@ -1,7 +1,7 @@
{ {
"name": "salesforce", "name": "salesforce",
"title": "Salesforce", "title": "Salesforce",
"description": "Nylas N1 and Salesforce integration", "description": "Nylas Mail and Salesforce integration",
"isHiddenOnPluginsPage": true, "isHiddenOnPluginsPage": true,
"isOptional": true, "isOptional": true,
"icon": "./icon.png", "icon": "./icon.png",

View file

@ -10,7 +10,7 @@ import OpenTrackingComposerExtension from './open-tracking-composer-extension';
const OpenTrackingButtonWithTutorialTip = HasTutorialTip(OpenTrackingButton, { const OpenTrackingButtonWithTutorialTip = HasTutorialTip(OpenTrackingButton, {
title: "See when recipients open this email", 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() { export function activate() {

View file

@ -1,7 +1,7 @@
{ {
"name": "local-sync", "name": "local-sync",
"version": "0.0.1", "version": "0.0.1",
"description": "The local sync engine for Nylas N1", "description": "The local sync engine for Nylas Mail",
"main": "./main", "main": "./main",
"dependencies": { "dependencies": {
"base64-stream": "0.1.3", "base64-stream": "0.1.3",