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:
parent
b7fec93661
commit
1becbff786
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user