diff options
author | VG <vg@devys.org> | 2016-06-12 14:34:15 +0200 |
---|---|---|
committer | VG <vg@devys.org> | 2016-06-12 14:34:15 +0200 |
commit | ecbb742d46fe982dba256bdc1d150790c887642d (patch) | |
tree | d7cee8be1669627738c276f55560bf41dbaf9fcc /.gitignore | |
parent | 232e7d95f0f2d0b00c6476ac89d3f93691ba7b47 (diff) | |
download | climl-ecbb742d46fe982dba256bdc1d150790c887642d.tar.gz climl-ecbb742d46fe982dba256bdc1d150790c887642d.tar.bz2 climl-ecbb742d46fe982dba256bdc1d150790c887642d.zip |
Make climl work, from receiving to sending to all
- add a todo list (in french) for futur evolutions
- add a hook to modify emails adding a reply-to
- add a traceback trace print for sockets/ssl errors
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ __pycache__ *.pyc *.whl *.egg-info +*-recipients.txt # test suite /.cache |