GNOME Bugzilla – Bug 731585
evolution-ews Camel part pretends offline state
Last modified: 2014-08-27 13:16:08 UTC
Created attachment 278361 [details] Log When using evolution-ews to connect to Exchange 2010, you can import the global contacts and connect successfully. If you try to update folders, evolution will display an warning message evolution:1477 stating that you have to be online to continue (freely translated as I only have the german error string at hands). Exchange Version: 14.1.218.0 evolution --version: evolution 3.12.3 evolution-ews: according to archs pacman 3.12.2-1 Attatched: Log file of EWS_DEBUG=2 evolution &> evolution.log, w/o sensitive data
in ~/.config/evolution/sources/, find the .source file that contains the [Authentication] section. Right there, add a reasonable value to the Host entry (should match the uri you entered). kill all evolution processes and start evolution again. It should be working now. Thanks to mcrha from the irc for solving this :) I still do not want to mark the bug resolved as this value should be filled by default if you create the mail account in the settings.
Two main changes being done: a) one in evolution-data-server, do not try to connect to "localhost" and if there is not a connectable, then assume the connection works, rather than not b) another in evolution-ews, to keep in sync the "host" setting with "host-url", thus the test for its reachability is accurate One related change had been done in evolution too, in EClientSelector, to not check connection for empty or "localhost" host, pretty much the same as with the eds change. Created commit 30ae923 in eds master (3.13.3+) [1] Created commit d13ff0e in evo master (3.13.3+) [2] Created commit 9b6c263 in ews master (3.13.3+) [3] Created commit dd2ccaf in eds evolution-data-server-3-12 (3.12.4+) Created commit a2b113c in evo evolution-3-12 (3.12.4+) Created commit a327b3f in ews evolution-ews-3-12 (3.12.4+) [1] https://git.gnome.org/browse/evolution-data-server/commit/?id=30ae923 [2] https://git.gnome.org/browse/evolution/commit/?id=d13ff0e [3] https://git.gnome.org/browse/evolution-ews/commit/?id=9b6c263
*** Bug 732873 has been marked as a duplicate of this bug. ***
*** Bug 732957 has been marked as a duplicate of this bug. ***
Reopening. This has apparently caused bug 734853.
(In reply to comment #5) > Reopening. This has apparently caused bug 734853. Let's have a follow-up change there and this left closed.