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

There are some test accounts setup to get you going quicker. Use the example account to login and setup you email servers. The admin account is there for emergencies and development.

example:BiggerOnTheInside admin:WeepingAngels

Features

  • Reads email... not much else

Requirements

  • Python 3.x (I think 3.3+ should work, but only tested on 3.5)
  • Django 1.9

Running Tests

Does the code actually work?

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

Contact

Questions? Answers? General thoughts?

IRC: #fast-food @ irc.oftc.net Email: iggy(at)theiggy.com