Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.01 KB

Mail Receiver - Using Spring Boot with Spring Integration

Description

This project demonstrates how to periodically read emails from mail server (support IMAP) and process them.

Development

To start your application in the dev profile, run:

./mvnw

Configuration

application.yml

mail:
  imap:
    ssl: true
    host: imap.gmail.com
    port: 993
    username: your-email%40gmail.com
    password: your-password

Reference Documentation

For further reference, please consider the following sections: