GNOME Bugzilla – Bug 630135
No UI feedback when imapx connection fails.
Last modified: 2013-09-13 01:10:39 UTC
Try setting the imapx custom command to something like 'sleep 5', or connecting to a company mail server when not on the VPN. There is *no* visible feedback that the connection failed. On debugging imapx to check that it was returning a sensible GError, I found that it was being passed a NULL GError pointer -- the caller was discarding errors.
+ Trace 223819
Created attachment 170645 [details] [review] fix Aha, we were calling camel_operation_cancel(NULL) if the connection to the IMAP server failed. Fix that... To ssh://dwmw2@git.gnome.org/git/evolution-data-server 861e8ea..0739ef2 master -> master
Review of attachment 170645 [details] [review]: .