2.4 KiB
Nylas Mail Plugin SDK
The Nylas SDK allows you to create powerful extensions to Nylas Mail, a mail client for Mac OS X, Windows, and Linux. Building on Nylas Mail saves time and allows you to build innovative new experiences fast. Get Started
Installing Nylas Mail
Nylas Mail is available for Mac, Windows, and Linux. Download the latest build for your platform below:
Package Architecture
Packages lie at the heart of Nylas Mail. Each part of the core experience is a separate package that uses the Nylas Package API to add functionality to the client. Learn more about packages and create your first package.
Dive Deeper
- Application Architecture
- React & Component Injection
- Core Interface Concepts
- Accessing the Database
- Draft Store Extensions
Debugging Packages
Nylas Mail is built on top of Electron, which runs the latest version of Chromium. Learn how to access debug tools in Electron and use our Developer Tools Extensions:
Questions?
Need help? Check out the FAQ or post a question in the slack channel.
Building these docs
Until my patch gets merged, docs need to be built manually using my fork.
git clone git@github.com:grinich/gitbook.git
cd nylas-mail
./node_modules/.bin/gitbook alias ../gitbook latest
Then to actually build the docs:
script/grunt docs
./node_modules/.bin/gitbook --gitbook=latest build . ./docs