Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
2.7 KiB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  6. <meta name="ProgId" content="FrontPage.Editor.Document">
  7. <title>New Page 2</title>
  8. </head>
  9. <body>
  10. <h1>AutoDiscovery</h1>
  11. <p>This directory contains the implementation of AutoDiscovery.&nbsp;
  12. AutoDiscovery will use an email address to lookup information, primarily email
  13. server settings.</p>
  14. <p>&nbsp;</p>
  15. <h2>\client\</h2>
  16. <p>The client subdirectory builds autodisc.dll, which is the client API in COM
  17. automation interface form.&nbsp; It provides a low level interface which is
  18. agnostic of email and exists to do the networking and email address lookup
  19. logic.&nbsp; A higher level interface will wrap the lower level interface to get
  20. the e-mail specific settings out of the returned XML.&nbsp; This will allow one
  21. place for the XML parsing.</p>
  22. <p>&nbsp;</p>
  23. <h2>\server\</h2>
  24. <p>The server subdirectory contains the XML files that ISPs should host on their
  25. server.</p>
  26. <p>&nbsp;</p>
  27. <h2>\service\</h2>
  28. <p>The service subdirectory contains the files needed to run a Microsoft fallback
  29. service to provide commonly used settings.</p>
  30. <p>&nbsp;</p>
  31. <h2>\docs\</h2>
  32. <p>The docs directory contain specs for the UI and user experience, network
  33. protocol, a how to guide to setup the server, and other information. </p>
  34. <p>&nbsp;</p>
  35. <p>TODO by ship:</p>
  36. <p>Client API:</p>
  37. <ul>
  38. <li>Support redirect</li>
  39. <li>Add Info &amp; Web support page</li>
  40. <li>Finish moving status into resources</li>
  41. <li>Make sure it's IE6 Win9x compatible</li>
  42. <li>Add to IE6's installer</li>
  43. <li>Add to NT installer. [Done]</li>
  44. <li>Finish moving files from shell tree to OE tree. [Done]</li>
  45. <li>Support autodiscovery.xml [Done]</li>
  46. <li>Support info URL [Done]</li>
  47. <li>Special case hotmail.com [Done]</li>
  48. <li>Add web support tab. [Done]</li>
  49. <li>Add a status string to the dialog. [Done]</li>
  50. <li>Combine Results variables [Done]</li>
  51. <li>Remove Private AutoDiscovery Interfaces from public IDL. [Done]</li>
  52. </ul>
  53. <p>&nbsp;</p>
  54. <p>Client (OE):</p>
  55. <ul>
  56. <li>Add animation</li>
  57. <li>Use API for background thread.</li>
  58. <li>Handle localization issue. (Per language DLL)</li>
  59. <li>Special case Hotmail to skip AutoDiscovery</li>
  60. <li>Add web page wizard page</li>
  61. <li>Support Cmdline Args </li>
  62. <li>Get Buddy Test</li>
  63. <li>Turn on feature</li>
  64. </ul>
  65. <p>&nbsp;</p>
  66. <p>Server:</p>
  67. <ul>
  68. <li>Get Cost center for servers</li>
  69. <li>Order Servers</li>
  70. <li>Get dedicated content owner.</li>
  71. <li>Contact ISPs</li>
  72. <li>Handle WebTV, MSN.</li>
  73. </ul>
  74. <p>&nbsp;</p>
  75. </body>
  76. </html>