46
edits
| Line 110: | Line 110: | ||
You can check out the code on [https://github.com/sergiocharpineljr/ispdb/tree/automated_checks my automated_checks branch]. | You can check out the code on [https://github.com/sergiocharpineljr/ispdb/tree/automated_checks my automated_checks branch]. | ||
=== 06/06 - 15/07 === | |||
Now automated checks feature is almost done. I've added checks for suggesting better authentication methods (if available) and for testing if the configured auth method is supported. Those informations are obtained from ehlo responses. These checks are now being displayed on the details page instead of open a new tab/window. Now I'll work on checking tld of MX servers to compare with tld of configured incoming/outgoing servers. And I'll have to create tests for all of this code. I'll use [http://code.google.com/p/pymox pymox] to mock dnspython, smptlib, poplib and imaplib. | |||
After finishing automated checks feature, I'll start to work on [https://bugzilla.mozilla.org/show_bug.cgi?id=588155 Bug 588155 - Allow all values from config file XML to be put in the ISPDB database]. I hope to finish [https://bugzilla.mozilla.org/show_bug.cgi?id=526468 Bug 526468 - Can't enter several documentation URLs] until the end of this week. | |||
edits