GNOME Bugzilla – Bug 656267
Checking for auth types doesn't work properly
Last modified: 2013-09-13 01:05:48 UTC
Evolution 3.1.5 While configuring a new account (say IMAP/IMAP+), click on 'check for supported type' in receiving email (gdb) bt
+ Trace 228058
Continuing. (evolution:23602): evolution-mail-CRITICAL **: emae_check_authtype: assertion `CAMEL_IS_SERVICE (camel_service)' failed
Created attachment 193678 [details] [review] eds patch for evolution-data-server; To be able to remove previously added service from a session.
Created attachment 193679 [details] [review] evo patch for evolution; It doesn't work since move from uri to uid definitions of camel services. And of course this cannot work for newly creating accounts, they are not part of the session yet. And for those previously filled the actual behaviour is incorrect too, it would not use currently filled data in the editor, but those used when the service was added to the session.
Created commit f4bb87e in eds master (3.1.5+) Created commit b7cfbb7 in evo master (3.1.5+)