--- balsa-2.2.6/libbalsa/mailbox_pop3.c 2004-10-30 05:35:58.000000000 -0400 +++ balsa-2.2.6.new/libbalsa/mailbox_pop3.c 2005-05-23 09:00:40.994706080 -0400 @@ -532,6 +532,7 @@ pop = pop_new(); pop_set_option(pop, IMAP_POP_OPT_FILTER_CR, TRUE); + pop_set_option(pop, IMAP_POP_OPT_OVER_SSL, server->use_ssl); pop_set_option(pop, IMAP_POP_OPT_DISABLE_APOP, m->disable_apop); pop_set_tls_mode(pop, tls_mode); pop_set_timeout(pop, 60000); /* wait 1.5 minute for packets */