-- always enable ssl/tls. fixes bug #10295

This commit is contained in:
pfelt
2007-11-21 08:34:37 +00:00
parent 5b3f5f4031
commit 93337032bc
+2
View File
@@ -3730,6 +3730,8 @@ ReadConfiguration(void)
return FALSE;
}
Imap.server.ssl.enable = TRUE;
return(TRUE);
}