On Tue, 2015-03-10 at 11:29 +0100, Milan Crha wrote:
> On Mon, 2015-03-09 at 15:47 +0100, Florian Baumann wrote:
> > So I recompiled evolution and evolution-data-server with debug 
> > symbols
> > enabled. As it turns out, the G_IS_SOCKET_CONNECTION check returns
> > false, so it the function immediately returns.
> 
>         Hi,
> hmm, interesting. How do you connect to that server then?

Just normal TCP/IP with STARTTLS (which might be the "problem")

> Could you add this line just in front of the 'if 
> (G_IS_SOCKET_CONNECTION(...))', like line 1222, and write here what 
> will be printed on the console, please? (It'll be printed multiple 
> times, one line is sufficient.)
> 
>    g_print ("%s: %p (%s)\n", __FUNCTION__, connection, G_OBJECT_TYPE_NAME 
> (connection));

imapx_server_set_connection_timeout: 0x4f1e930 (GTlsClientConnectionGnutls)

> Thanks in advance.
>         Bye,
>         Milan
> _______________________________________________
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list



_______________________________________________
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to