Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Added two new Methods "GetMessages" and "GetMailHeaders" #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PriyaBasavaraj1
Copy link

"GetMessages"
This method Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the specified set of header names.
"GetMailHeaders"
This method Retrieves the mail headers for the mail message with the specified unique identifiers (mailIds) in a single command, instead of sending the same command multiple times.

Both the methods improve performance in retrieving mail just by sending one command to fetch a set of mails instead of sending same command multiple times.

"GetMessages"
This method Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the specified set of header names.
"GetMailHeaders"
This method Retrieves the mail headers for the mail message with the specified unique identifiers (mailIds) in a single command, instead of sending the same command multiple times.

Both the methods improve performance in retrieving mail just by sending one command to fetch a set of mails instead of sending same command multiple times.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants