| Commit message (Expand) | Author | Age | Files | Lines |
* | add main package climl to setup.py | VG | 2016-06-12 | 1 | -0/+1 |
* | add entry point in setup.py, add license | VG | 2016-06-12 | 4 | -2/+695 |
* | Remove useless requirements.txt file | VG | 2016-06-12 | 1 | -1/+0 |
* | replace manual management by email python class | VG | 2016-06-12 | 2 | -25/+15 |
* | Make climl work, from receiving to sending to all | VG | 2016-06-12 | 5 | -12/+33 |
* | simplify exception display, fix rcpt filename | VG | 2016-06-10 | 3 | -9/+13 |
* | display better messages when catching interface exceptions | VG | 2016-06-10 | 2 | -4/+5 |
* | fix ref to moved content variable and fix arg appening to exception | VG | 2016-06-10 | 3 | -11/+11 |
* | make simpler context, detect listname | VG | 2016-06-09 | 3 | -21/+31 |
* | add protection if hook returns none | VG | 2016-06-08 | 1 | -1/+5 |
* | move conf and start a new hook | VG | 2016-06-08 | 3 | -31/+51 |
* | add first code for sending mails by smtp | VG | 2016-05-31 | 1 | -0/+9 |
* | Implement basic rcpt list and send steps | VG | 2016-05-29 | 2 | -6/+21 |
* | Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be | VG | 2016-05-27 | 2 | -0/+23 |
* | Auto-commit on 807fe7afb37fe2cfcf15c9457d04f64fa11b7511 | VG | 2016-05-21 | 1 | -3/+3 |
* | add a number of steps/hooks | VG | 2016-05-20 | 2 | -0/+24 |
* | Add more explicit prints for mail processing steps | VG | 2016-05-20 | 2 | -1/+3 |
* | Move processing mail code to a dedicated function | VG | 2016-05-19 | 2 | -37/+45 |
* | Add interface: hook can do non-critical exception | VG | 2016-05-19 | 2 | -1/+26 |
* | get email size and content | VG | 2016-05-19 | 1 | -1/+15 |
* | Fix module name in code | VG | 2016-05-19 | 1 | -1/+1 |
* | Remove double connection exception handling | VG | 2016-05-19 | 1 | -12/+4 |
* | Remove catchall rerun connect only if disconnected | VG | 2016-05-19 | 1 | -8/+5 |
* | Use a catch-all for always-on service | VG | 2016-05-18 | 1 | -1/+6 |
* | Add missing files for tox to run | VG | 2016-05-14 | 2 | -1/+19 |
* | Add more ignore relative to pytest/tox | VG | 2016-05-14 | 1 | -0/+10 |
* | Add tox configuration file for test suite | VG | 2016-05-14 | 1 | -0/+12 |
* | Add interupt handler while sleeping between retries | VG | 2016-05-13 | 1 | -1/+6 |
* | Fix mail id by search after idle | VG | 2016-05-12 | 1 | -6/+5 |
* | Change time.time to time.monotonic | VG | 2016-05-12 | 1 | -8/+2 |
* | add timeout for allways in idle servers | VG | 2016-05-12 | 1 | -5/+21 |
* | Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be | VG | 2016-05-11 | 1 | -0/+1 |
* | get unseen mails at start | VG | 2016-05-11 | 1 | -2/+7 |
* | Fix list comprehension syntax error | VG | 2016-05-10 | 1 | -1/+1 |
* | Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be | VG | 2016-05-10 | 1 | -1/+1 |
* | Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be | VG | 2016-05-09 | 1 | -1/+3 |
* | Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be | VG | 2016-05-09 | 1 | -21/+61 |
* | Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be | VG | 2016-05-09 | 2 | -5/+6 |
* | Auto-commit on 807fe7afb37fe2cfcf15c9457d04f64fa11b7511 | VG | 2016-05-09 | 3 | -91/+104 |
* | Auto-commit on 807fe7afb37fe2cfcf15c9457d04f64fa11b7511 | VG | 2016-04-27 | 1 | -0/+0 |
* | Fix imap idle checking with remote servertests | VG | 2015-12-24 | 1 | -8/+15 |
* | fix missing import | VG | 2015-12-24 | 1 | -0/+1 |
* | fix exception handling syntax error | VG | 2015-12-22 | 1 | -2/+3 |
* | makes the imap connection work in a context (with statement) | VG | 2015-12-17 | 1 | -3/+21 |
* | add conf processing (boolean) | VG | 2015-12-16 | 1 | -6/+22 |
* | add option to bypass ssl hostname and/or ca check | VG | 2015-12-16 | 1 | -5/+16 |
* | add option to specify CA certificate | VG | 2015-12-16 | 1 | -5/+13 |
* | try to do the first connection | VG | 2015-12-15 | 1 | -7/+11 |
* | First tests reading a configuration file | VG | 2015-12-14 | 1 | -0/+27 |
* | Add backports test package to ignore list | VG | 2015-12-14 | 1 | -0/+1 |