Can anybody help me please.
I am trying to write a POP3 Java Client. I am having trouble reading responses from the server. The problem occurs when the server returns a null response, typically from an unrecognised command or the DELE command. I am using the BufferedReader and InputStream classes to read the socket data.
The whole thing is written using the Swing GUI.
Any suggestions gratefully accepted
