Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Implement IMAP protocol support #2059

Merged
merged 15 commits into from
Jun 14, 2024

Conversation

zuobiao-zhou
Copy link
Member

@zuobiao-zhou zuobiao-zhou commented Jun 2, 2024

What's changed?

The IMAP protocol, also known as the Internet Message Access Protocol, is similar to the POP3 protocol and can be used to monitor mailbox information. However, the IMAP protocol provides users with a more convenient and reliable experience because it can monitor more detailed mailbox information, including specific information under each folder in the mailbox.

This PR implements support for the IMAP protocol and provides monitoring templates for QQ email and NetEase email

It should be noted that in order to implement Java's support for UTF-7 encoding, a third-party package com.beetstra.utf7 has been introduced, which uses the MIT License.

I will add ut and help doc later.

image
image

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

Add or update API

  • I have added the necessary e2e tests and all cases have passed.

@tomsun28 tomsun28 added the good first issue Good for newcomers label Jun 2, 2024
@github-actions github-actions bot added the doc Improvements or additions to documentation label Jun 2, 2024
@zuobiao-zhou
Copy link
Member Author

All tasks have been completed.

@tomsun28
Copy link
Contributor

tomsun28 commented Jun 2, 2024

👍lgtm! Recommended that merge this after releasing version 1.6.0.

@tomsun28 tomsun28 added good first pull request Good for newcomers and removed good first issue Good for newcomers labels Jun 2, 2024
@tomsun28 tomsun28 requested a review from TJxiaobao June 14, 2024 13:29
@tomsun28 tomsun28 added this to the 1.6.1 milestone Jun 14, 2024
Copy link
Contributor

@tomsun28 tomsun28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm👍 thanks.

@tomsun28 tomsun28 merged commit d4e6317 into apache:master Jun 14, 2024
4 checks passed
@zuobiao-zhou zuobiao-zhou deleted the imap-support branch June 17, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend collector doc Improvements or additions to documentation good first pull request Good for newcomers monitoring-template
Projects
Development

Successfully merging this pull request may close these issues.

2 participants