Skip to content

PrakashSingh0268/ReadingMailUsingJavaMailApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reading Mail Using Jakarta Mail Api This is Purely a automation work on how to read emails and attachments using a Jakarta Mail api (From Outlook mailbox)

In this task we are trying to achieve the following:

• we are connecting to a mailbox • Then we are reading mails (most recent unseen/unread mails) • After reading we are logging the To, From, Subject, Body and Attachments if there is any.

How to run:

• Clone the project • Open in any IDE • Replace Username and Password in constants/StoreFields.java with your outlook credentials • open terminal and type mvn test

References Taken From: Jakarta Mail Maven Cucumber

About

This is Purely a automation work on how to read emails and attachments using a mail api (Java mail)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors