Merge branch 'fix-223/nuket' into next
This commit is contained in:
commit
fce71115a5
@ -195,7 +195,7 @@ class IMAPRepository(BaseRepository):
|
|||||||
return self.getconfint('remoteport', None)
|
return self.getconfint('remoteport', None)
|
||||||
|
|
||||||
def getssl(self):
|
def getssl(self):
|
||||||
return self.getconfboolean('ssl', 0)
|
return self.getconfboolean('ssl', 1)
|
||||||
|
|
||||||
def getsslclientcert(self):
|
def getsslclientcert(self):
|
||||||
xforms = [os.path.expanduser, os.path.expandvars, os.path.abspath]
|
xforms = [os.path.expanduser, os.path.expandvars, os.path.abspath]
|
||||||
|
Loading…
Reference in New Issue
Block a user