Where can I get an opensource library written in Java, especially for imap protocol?
Something like imaplib in Python.
Where can I get an opensource library written in Java, especially for imap protocol?
Something like imaplib in Python.
JavaMail API supports it. Go through this tutorial and its excellent FAQ to get started with it.