Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | gitignores *.whl python wheels too | VG | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | add first examples | VG | 2015-12-11 | 1 | -0/+5 |
| | |||||
* | add some experiments for build step | VG | 2015-12-11 | 3 | -0/+7 |
| | |||||
* | ignores files | VG | 2015-12-11 | 1 | -0/+2 |
| | |||||
* | Add makefile for running tests | VG | 2015-12-11 | 1 | -0/+2 |
| | |||||
* | include a custom conf parser | VG | 2015-12-11 | 2 | -0/+76 |
| | |||||
* | First commit | VG | 2015-12-01 | 1 | -0/+14 |