💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
dillon 98e2f5a8c6 fix(NUX): set smaller default window size for users with large monitors
Summary:
fixes T4080

set the maximum default viewport size to 1440x900, the screen resolution for a 15 inch macbook pro.

if the monitor is either wider or taller than the default, then cap the dimension and center it.

Test Plan: added tests

Reviewers: evan, bengotow

Reviewed By: evan, bengotow

Maniphest Tasks: T4080

Differential Revision: https://phab.nylas.com/D2115
2015-10-05 16:24:17 -07:00
apm copy(readme): update readmes 2015-10-02 13:24:39 -07:00
build actually no more gh-pages 2015-10-05 05:08:53 -07:00
docs actually no more gh-pages 2015-10-05 05:08:53 -07:00
dot-nylas fix(onboarding): Invitation code system, just in case 2015-10-04 16:49:41 -07:00
examples fix(phishing-detection): undefined messages no longer throws exception 2015-10-05 14:36:48 -07:00
internal_packages actually no more gh-pages 2015-10-05 05:08:53 -07:00
keymaps
menus feat(dev-mode): Toggle dev mode, sticky through restarts 2015-10-03 19:04:19 -07:00
script Install package repo for autoupdates in Debian packages. 2015-10-04 19:38:16 -07:00
spec fix(NUX): set smaller default window size for users with large monitors 2015-10-05 16:24:17 -07:00
src fix(NUX): set smaller default window size for users with large monitors 2015-10-05 16:24:17 -07:00
static fix(styles): padding fixes 2015-10-05 00:38:48 -07:00
.gitignore ignore gh-pages files 2015-10-02 14:47:33 -07:00
CONTRIBUTING.md copy(contributing): example config 2015-10-05 11:26:33 -07:00
LICENSE.md
N1.sh Properly exit out of N1.sh if script/bootstrap hasn't been run yet. 2015-10-04 12:30:37 -07:00
package.json bump(version): 0.3.14 2015-10-05 03:39:29 -07:00
README.md actually no more gh-pages 2015-10-05 05:08:53 -07:00

N1 Logo

N1 Screenshot

N1 is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email. N1 is built on the Nylas Sync Engine which is also open source free software.

Download N1

You can download compiled versions of N1 for Mac OS X and Linux from https://nylas.com/N1. You can also build and run N1 on Windows. A Windows distribution is coming soon!

Build A Plugin

Plugins lie at the heart of N1 and give it it's powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the Getting Started guide to write your first plugin in 5 minutes.

If you would like to run the N1 source and contribute, check out our contributing guide