/EmailPoller

To perform email polling on IMAP Server (Gmail)

Primary LanguageKotlin

IMAP Email Poller

This is a sample application to poll IMAP emails from Gmail.

If you encounter the following error message,

[AUTHENTICATION FAILED] Invalid credentials (Failure)

Perform the following steps:

  • In Gmail Settings, Go To Accounts and Import
  • Then Change Account Settings: Other Google Account Settings
  • Under Security tab and Account Permissions - Access for less secure Apps, Select Enable

Prerequisites

  • Java 8
  • Gradle 5.4.1

Build

./gradlew build

Run

./gradlew run

Lint

./gradlew ktlintFormat