coins-demo/todo
multun c7ad961ef3 Implement mail tracker system
* Implement mail tracking

Signed-off-by: Victor "multun" Collod <victor.collod@prologin.org>

* Implement task merging

* Add a mail tracker title format pattern

* Autocomplete task names

* Fix comment display

* Track notification answers

* Add a socket timeout for the mail worker

A mail worker is a long running application. And sometimes, the IMAP server
just hangs for hours for no apparent reason. imaplib doesn't enable setting
a timeout, and setting it globally seems fine.

* Only validate the merge form when submitted

* Redirect to the new form when merging

* Prettier task edit UI

* Make task merging optional

* Test mail tracking

* Update documentation for mail tracking

* Update dependencies

* Add the TODO_COMMENT_CLASSES setting

* Fix dependencies install order

* Remove debug leftovers, improve documentation

* Fail on missing from_address
2019-03-11 00:04:19 -07:00
..
mail Implement mail tracker system 2019-03-11 00:04:19 -07:00
management Implement mail tracker system 2019-03-11 00:04:19 -07:00
migrations Implement mail tracker system 2019-03-11 00:04:19 -07:00
static/todo Implement mail tracker system 2019-03-11 00:04:19 -07:00
templates Implement mail tracker system 2019-03-11 00:04:19 -07:00
tests Implement mail tracker system 2019-03-11 00:04:19 -07:00
views Implement mail tracker system 2019-03-11 00:04:19 -07:00
__init__.py Implement mail tracker system 2019-03-11 00:04:19 -07:00
admin.py Black formatting 2018-12-21 00:38:44 -08:00
check.py Implement mail tracker system 2019-03-11 00:04:19 -07:00
features.py Implement mail tracker system 2019-03-11 00:04:19 -07:00
forms.py Black formatting 2018-12-21 00:38:44 -08:00
models.py Implement mail tracker system 2019-03-11 00:04:19 -07:00
urls.py Implement mail tracker system 2019-03-11 00:04:19 -07:00
utils.py Implement mail tracker system 2019-03-11 00:04:19 -07:00