make imaps: on the command line adjust the port and ssl options as well

This commit is contained in:
Oswald Buddenhagen 2003-12-07 15:34:54 +00:00
parent 6ed39d01d2
commit 424db34ff2

View File

@ -284,6 +284,9 @@ main (int argc, char **argv)
if (!strncasecmp ("imaps:", optarg, 6))
{
global.use_imaps = 1;
global.port = 993;
global.use_sslv2 = 1;
global.use_sslv3 = 1;
optarg += 6;
}
#endif