How can receive emails in Java based system preferably with spring?
I have looked up Google and Spring documentation but can not find any thing on receiving emails. I need to build a client (kind of not fully blown client) that can receive emails from POP3 and IMAP. I am already using Spring in the project so preference is Spring. Lots of links point to James but while it does look like a good project does not provide enough documentation and I am not even sure it does what I am after i.e just a small client that is able to to receive emails. Spring integration was designed to solve these kind of problems. In particular it has e-mail receiving adapters . Here