This project demonstrates how to periodically read emails from mail server (support IMAP) and process them.
To start your application in the dev profile, run:
./mvnw
application.yml
mail:
imap:
ssl: true
host: imap.gmail.com
port: 993
username: your-email%40gmail.com
password: your-password
For further reference, please consider the following sections: