How to develop an IMAP server interface, are there libraries?

I need to create a message storage server using IMAP. Is there a Java API / library that allows me to do this?

I know there are several IMAP servers available like Apache James or Dwarf, but I don't want a complete email product, I want to be able to change what the uppon server does by receiving IMAP commands (folder management, etc.). .).

Thanks in Advance

+3


source to share


1 answer


Take a look at this library. It belongs to the standard java mail api.



https://javamail.java.net/nonav/docs/api/com/sun/mail/imap/package-summary.html

0


source







All Articles