aboutsummaryrefslogtreecommitdiffstats
path: root/climl_imap_bridge.py
Commit message (Expand)AuthorAgeFilesLines
* Fix imap idle checking with remote servertestsVG2015-12-241-8/+15
* 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