Skip to content

aaeds/mailr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Mailr

Mailr is an Open Source webmail client with gmail like conversations.

More information: http://pusto.org/en/mailr/

Public demo: http://mail.pusto.org

You can send emails to mailr[at]pusto.org for them to appear in the Inbox.

Mailr is early in development. Lots of work still has to be done.

###Screenshot

Mailr Screenshot

###Installation

Requires Python>=3.3 and PostgreSQL.

$ pip install -r requiremets.txt
# Create database with hstore extension
> CREATE DATABASE mailr WITH OWNER mailr;
> CREATE EXTENSION hstore;
$ ./manage.py db-init

$ cp conf_test.json conf.json
# Then fix "google_id", "google_secret", "email" and "pg_*" settings

$ ./manage.py run -w
# Go to http://localhost:5000/auth/ to get an auth token from Google

# Then synchronize all emails
$ ./manage.py sync -b

# Then you can see your emails in Mailr
$ ./manage.py run -w

About

Webmail client with gmail like conversations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published