simone

https://badge.fury.io/py/simone.png https://travis-ci.org/iggy/simone.png?branch=master

Simone :: Django Webmail

Documentation

The full documentation is at https://simone.readthedocs.org.

Quickstart

Install simone:

pip install simone

Then use it in a django project:

INSTALLED_APPS = [
    ...
    'simone',
    ...
]

There is also a working minimal example that can be used via docker:

make docker

Then point your browser at http://localhost:8000

Features

  • Reads email... not much else

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py