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

Added 'since' option to search for messages since a certain time #527

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

Commits on May 24, 2024

  1. Added 'since' option to search for messages since a certain time

        - Added `since` option under `mailbox` section to search for messages since a certain time instead of going through the complete mailbox during testing scenarios. Acceptable values -`5m|3h|2d|1w`, units - {"m":"minutes", "h":"hours", "d":"days", "w":"weeks"}). Defaults to `1d` if an incorrect value is provided.
        - Not to mark messages as read if test option is selected (works only for MSGraphConnection)
    ramspoluri committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f618f69 View commit details
    Browse the repository at this point in the history