summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/balsa/files/balsa-ssl.patch')
-rw-r--r--mail-client/balsa/files/balsa-ssl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail-client/balsa/files/balsa-ssl.patch b/mail-client/balsa/files/balsa-ssl.patch
new file mode 100644
index 000000000000..7edc13cace72
--- /dev/null
+++ b/mail-client/balsa/files/balsa-ssl.patch
@@ -0,0 +1,10 @@
+--- 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 */