-
Notifications
You must be signed in to change notification settings - Fork 224
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
Conversation
- 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)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #527 +/- ##
==========================================
- Coverage 59.88% 58.39% -1.50%
==========================================
Files 12 12
Lines 1578 1620 +42
==========================================
+ Hits 945 946 +1
- Misses 633 674 +41 ☔ View full report in Codecov by Sentry. |
@ramspoluri If you address the issues noted by @AnaelMobilia and I I'll merge these changes. |
Add reference to https://www.rfc-editor.org/rfc/rfc3501#page-52
@seanthegeek |
since
option undermailbox
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 to1d
if an incorrect value is provided.