--- layout: default title: N1 - An extensible, open-source mail client built on the modern web. overview: true ---
Meticulous design that supports your actual handling of email. With a subdued visual style and highly refined typography, N1 is easily the most uniquely designed and beautiful mail client available.
N1 is a proper desktop client that runs on all major operating systems. It isn't bound to live in a web browser, gets proper desktop notifications and integrates well with your system. Email shouldn't simply live in one of your browser tabs.
In N1, plugins are first-class citizens - many of them make up core parts of the experience. We've exposed rich, powerful APIs that let you build everything from the simplest workflow enhancements to entirely new views of your personal data.
render: =>
<Popover ref="popover"
className="translate-language-picker pull-right"
buttonComponent={@_renderButton()}>
<Menu items={ Object.keys(YandexLanguages) }
itemKey={ (item) -> item }
itemContent={ (item) -> item }
onSelect={@_onTranslate}
/>
</Popover>