💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
2016-07-07 11:37:55 -07:00
packages Allow usage with mysql in addition to SQLite 2016-07-07 11:37:55 -07:00
.env
.eslintrc
.gitignore Upgrade lerna 2016-07-06 13:51:17 -07:00
Dockerfile Add dockerfile 2016-07-06 15:30:35 -07:00
lerna.json Upgrade lerna 2016-07-06 13:51:17 -07:00
package.json Allow usage with mysql in addition to SQLite 2016-07-07 11:37:55 -07:00
Procfile
Procfile.dev Remove comments 2016-06-29 14:25:42 -07:00
README.md
start-aws.js Add dockerfile 2016-07-06 15:30:35 -07:00

K2 - Sync Engine Experiment

Initial Setup

  1. Download https://toolbelt.heroku.com/
brew install redis
nvm install 6
npm install

Running locally

npm start

Auth an account

curl -X POST -H "Content-Type: application/json" -d '{"email":"inboxapptest2@fastmail.fm", "name":"Ben Gotow", "provider":"imap", "settings":{"imap_username":"inboxapptest1@fastmail.fm","imap_host":"mail.messagingengine.com","imap_port":993,"smtp_host":"mail.messagingengine.com","smtp_port":0,"smtp_username":"inboxapptest1@fastmail.fm", "smtp_password":"trar2e","imap_password":"trar2e","ssl_required":true}}' "http://localhost:5100/auth?client_id=123"