aboutsummaryrefslogtreecommitdiffstats
path: root/climl_imap_bridge.py
Commit message (Collapse)AuthorAgeFilesLines
* Auto-commit on 807fe7afb37fe2cfcf15c9457d04f64fa11b7511VG2016-04-271-93/+0
|
* Fix imap idle checking with remote servertestsVG2015-12-241-8/+15
| | | | | | - fix exception class - select a mailbox to check incomming emails for - make the bridge run continuously until stopped with siginterrupt
* fix missing importVG2015-12-241-0/+1
|
* fix exception handling syntax errorVG2015-12-221-2/+3
|
* makes the imap connection work in a context (with statement)VG2015-12-171-3/+21
|
* add conf processing (boolean)VG2015-12-161-6/+22
|
* add option to bypass ssl hostname and/or ca checkVG2015-12-161-5/+16
|
* add option to specify CA certificateVG2015-12-161-5/+13
|
* try to do the first connectionVG2015-12-151-7/+11
|
* First tests reading a configuration fileVG2015-12-141-0/+27