Re: gmail pop not working



On 02/06/2005 09:19:09 AM, Kacper Wysocki wrote:
On 02/06/05 03:07:16, Pawel Salek wrote:
On 02/06/2005 04:57:06 AM, Kacper Wysocki wrote:
gmail asks to set up the account with pop.gmail.com with SSL on port
995, along with enabling pop it in the webmail settings.

I presume you did enable SSL on the "advanced page"?

Certainly.

I also tried specifying the port by writing 'pop.gmail.com:995' in the server field, though 995 is the default ssl port.

Attached one-liner is needed: SSL setting was ignored.

Pawel
Index: libbalsa/mailbox_pop3.c
===================================================================
RCS file: /cvs/gnome/balsa/libbalsa/mailbox_pop3.c,v
retrieving revision 1.93
diff -u -r1.93 mailbox_pop3.c
--- libbalsa/mailbox_pop3.c	29 Jan 2005 14:43:43 -0000	1.93
+++ libbalsa/mailbox_pop3.c	6 Feb 2005 12:38:09 -0000
@@ -545,6 +545,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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]