Inbox


Angular JS warning: Please, keep in mind that Angular version of Inbox App is currently under development and will be released in the next big update - Sing App v1.1.0.

Backbone version is inserted into Angular version as a temporary solution and only for demo purposes. However, layout of Inbox App will remain the same, so feel free to already use it.

Inbox App is a real js application with CRUD and Search functions built with Backbone JS. It has a simple model structure: Email and Folder. For app to work you need to have a server-side with Backbone compatible API.

App structure is described in inbox.js.

In case you have some problems integrating it please contact us.

<script src="vendor/underscore/underscore-min.js"></script>
<script src="vendor/backbone/backbone.js"></script>

Markup-only


In case you need only the markup of Inbox App checkout email.html (for email template) and compose.html (for send & respond template).