Hi all, I have written a class which takes a users email address and uses the domain or the DNS MX records for that domain to lookup the email server settings from the Mozilla ISP Database. It returns a QObject with two child QObjects, called inSettings and outSettings, each with respective properties for hostname, port, security etc. At the moment, if it can't find an entry in the ISP Database, it simply returns the QObject with children which have no properties. In the future it would be ideal if it could follow the entire procedure outlined at: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration
I was wondering whereabouts in the Trojita source tree to put this class? I was also wondering about naming convention within Trojita. At the moment the class is called MailAutoConfigure but I don't know if people would prefer a different name. Thanks in advance Matt
