Hi
I want to write a Server program in java that "behaves like" an IMAP Server.
All I need is
1. It has to wait a designated port to accept connection (it need not be a multi-client server) from a Client program (which wants to access data from an IMAP Server)
2. It has to send weird, un common responses to the commands / requests issued by that client.
I wrote a prg that waits at a port for connections. It is interacting well with an ordinary java client program,. But not for the IMAP Client program I want to test.
May be I am missing some details reg IMAP Protocol... (not sure)
Can any one help me..
I want to write a Server program in java that "behaves like" an IMAP Server.
All I need is
1. It has to wait a designated port to accept connection (it need not be a multi-client server) from a Client program (which wants to access data from an IMAP Server)
2. It has to send weird, un common responses to the commands / requests issued by that client.
I wrote a prg that waits at a port for connections. It is interacting well with an ordinary java client program,. But not for the IMAP Client program I want to test.
May be I am missing some details reg IMAP Protocol... (not sure)
Can any one help me..
Comment