i have a problem in connecting to a pop server using winsock api.
the situation is that my program connects to the server, recieves the responce of the server (that is a greeting message) but when i give further command (USER <username>, it does not retrieves data from the server.
in fact the data (calculated number of bytes) are sent to the server but the recv function is blocked.
........i've tried by many aspects but same problem

anybody who can help