Skip to main content

Django Webmail

Project description

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

Credits

Tools used in this package:

History

0.1.0 (2016-08-27)

  • First release on PyPI.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page