Hi,
I use a socket to connect with a server mail. The problem is that I can send messages to it but I can't read the response. My DataInputStream wait infinitely a response and so the program can't continue...
I use i.readLine() to read the response.
How can I resolve this problem?
Thanks
grentis
I use a socket to connect with a server mail. The problem is that I can send messages to it but I can't read the response. My DataInputStream wait infinitely a response and so the program can't continue...
I use i.readLine() to read the response.
How can I resolve this problem?
Thanks
grentis