Apache Commons logo Apache Commons Net™ logo

Wishlist

  • Add more unit tests, and implement mock servers for testing
  • Convert code to specified coding standards. Checkstyle report provided.
  • Clean out any classes that don't belong in this project. Probably classes from org.apache.commons.net.util and org.apache.commons.net.io could be moved to their corresponding commons projects.
  • Parse the client/server interactions without creating so many strings. Many operations are slow because of this.
  • Add ESMTP and more extended NNTP commands.
  • Make NNTPClient.listNewsgroups() and NNTPClient.listNewNews() more efficient. Don't preparse into lots of little objects.
  • FTP proxy support