Git Product home page Git Product logo

mailur's Introduction

Mailur

Mailur is an Open Source webmail client with Gmail-like conversations.

The first name was Mailr, but it was taken for similar project on Ruby.

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.

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

Screenshot

http://pusto.org/en/mailr/screenshot-one.png

http://pusto.org/en/mailr/screenshot-s.png

Installation

Requires Python>=3.3 and PostgreSQL.

# Create database with hstore extension
CREATE DATABASE mailur WITH OWNER mailur;
CREATE EXTENSION hstore;
$ pip install -r requiremets.txt

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

$ ./manage.py db-init

Then you have two way for gmail authorization

Via OAuth (preferred):
Go to https://console.developers.google.com/ and create new client id

Fill "google_id", "google_secret" fields in config file

$ ./manage.py run -w

Go to http://localhost:5000/auth/ to get an auth token from Google

Or just fill a "password" field in config file (more simple for trying)

Synchronize emails

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

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

mailur's People

Contributors

naspeh avatar joliv avatar

Watchers

Viruthagiri Thirumavalavan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.