Django Webmail
Project description
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.