Skip to content

samido/absa-hadoop-mail-poller

Repository files navigation

E-mail poller gmail using Spring boot mail support

Spring Boot + Spring Mail Integration

###Description This project demonstrates how to periodically read emails from gmail and process them. This project can be used with any other email provider also.

###How to Open

./gradlew idea
IntelliJ -> Open -> .ipr

###Configuration

  application.properties
- file.download.location=change to location where attachments will be downloaded
- mail.folder.name= mail folder

  resources/hello/integration.xml
- correctly configure store-uri="imaps://username:[email protected]/INBOX"

- Give write access to current user for /var/log/email-poller for creating logs

###How to Run

- ./gradlew bootRun
- Run main() on Application Class

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages