enable SSL by default

Fix-github-issue: #263
Signed-off-by: Max Vilimpoc <github@vilimpoc.org>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Max Vilimpoc 2015-10-28 02:22:14 +01:00 committed by Nicolas Sebrecht
parent b7fec93661
commit 1becbff786
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class IMAPRepository(BaseRepository):
return self.getconfint('remoteport', None)
def getssl(self):
return self.getconfboolean('ssl', 0)
return self.getconfboolean('ssl', 1)
def getsslclientcert(self):
xforms = [os.path.expanduser, os.path.expandvars, os.path.abspath]