Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 715 Bytes

coteafs-mail

A small mail utility to search Emails from any Mail providers using IMAP protocol.

BCH compliance

Usage

Add following dependency to your pom.xml in order to use this library.

<dependency>
  <groupId>com.github.wasiqb.coteafs</groupId>
  <artifactId>mail</artifactId>
  <version>1.0.0</version>
</dependency>

Mail Settings

Following is an example of mail setting file,

src/test/resources/mail-config.yaml

folder: INBOX
protocol: imaps
host: imap.gmail.com
port: 993
user_id: ${user}
passcode: ${pass}