Writing our own IMAP Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buddi
    New Member
    • May 2007
    • 1

    Writing our own IMAP Server

    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..
  • arcyqwerty
    New Member
    • Feb 2008
    • 1

    #2
    *********bump.. .*********

    Comment

    Working...