I need an mail server in java that can handle incoming and outgoing mails (POP3- IMAP- SMTP protocols).
I thought about trying to use mock-javamail.
I downloaded the:
svn co https://svn.java.net/svn/mock-javamail~svn
I want to import the project in eclipse and start configure it and test it.
I didn't find any informations about how to build this project in order to open it in eclipse. I don't know anything about the license. Can someone please help?
I already have the smtp-pop3-imap clients done using JavaMail api.
Now I need to implement a mail server in java that can handle incoming - outgoing emails.