[Users] [Bug 3140] SRV Records for account auto configuration (RFC 6186)

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Mon Apr 21 17:20:46 CEST 2014


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3140

--- Comment #12 from Ricardo Mones <mones at users.sourceforge.net> ---
(In reply to comment #10)
> How about GNetworkService?
> 
> https://developer.gnome.org/gio/stable/GNetworkService.html

(In reply to comment #10)
> How about GNetworkService?
>
> https://developer.gnome.org/gio/stable/GNetworkService.html

‣ Pros:
  • Already coded.
  • Already link to libgio, no new dependencies.
‣ Cons:
  • Requires glib 2.22, no support for older versions.
  • Interface is already defined, wrap code may be required.

With c-ares:

‣ Pros:
  • Support for older versions.
  • Our interface definition, no wrap code required.
‣ Cons:
  • We have to code it on top of c-ares.
  • New library to link, new build dependency.


So, to me this is a draw, unless you start setting different weigths on some of
the items or a new killer item appears :)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list