[EMAIL PROTECTED] wrote:
Is there a way to resolve MX records for a domain in Mozilla? I see
nsIDNSResolver and its implementation has no option to resolve MX
records nor there is any function in NSPR.


There is not really any general resolver support in Mozilla today; write now all we do is wrap gethostbyname() and getaddrinfo(). It seems to me that adding some generic res_query() style support would be a fine thing, but someone would need to sign up to do that work.

Dan
_______________________________________________
Mozilla-netlib mailing list
Mozilla-netlib@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to