| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add clarification about license coverageHEADmaster | VG | 2016-11-24 | 1 | -0/+23 | 
| | | |||||
| * | hide password in stdout | VG | 2016-06-13 | 1 | -1/+1 | 
| | | |||||
| * | add todo note | VG | 2016-06-12 | 1 | -0/+2 | 
| | | |||||
| * | Detail how to upgrade | VG | 2016-06-12 | 1 | -2/+2 | 
| | | |||||
| * | Change confparser to a package, add it to setup.py | VG | 2016-06-12 | 3 | -1/+1 | 
| | | |||||
| * | 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 | 
| | | | | | | This is a project and not a python environement, setup.py already contains all the required libraries. Thus requirements.txt is not needed here. | ||||
| * | 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 | 
| | | | | | | | - 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 | ||||
| * | 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 | 
| | | | | | Also move KeyboardIntr handling to a better place | ||||
| * | 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 | 
| | | | | | | | Disconnections (socket/ssl errors) should be catched to retry connections. Other exceptions should not be handled, instead hooks are encouraged to fix their codes. | ||||
| * | Use a catch-all for always-on service | VG | 2016-05-18 | 1 | -1/+6 | 
| | | | | | Errors are displayed on stdout | ||||
| * | 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 | 
| | | | | | | This has less corner case and thus I could simplify function description by deleting the corner case note. | ||||
| * | add timeout for allways in idle servers | VG | 2016-05-12 | 1 | -5/+21 | 
| | | | | | ex: dovecot sends keepalives messages each 2minutes (by default) | ||||
| * | 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 exception class - select a mailbox to check incomming emails for - make the bridge run continuously until stopped with siginterrupt | ||||
| * | 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 | 
| | | |||||
