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

Comments

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

Open
PriyaBasavaraj1 wants to merge 1 commit intosmiley22:masterfrom
PriyaBasavaraj1:patch-1
Open

Added two new Methods "GetMessages" and "GetMailHeaders"#140
PriyaBasavaraj1 wants to merge 1 commit intosmiley22:masterfrom
PriyaBasavaraj1:patch-1

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