You can now filter the documents in your queue by a date range.
Head over to the Search and Filter box in your mailbox document queue:

New: Filter documents by date
You can combine this filter with the existing filters. For example: list all the documents received between December 1st and today with have the "Export Failed" status.
This filter is also available in our API via received_after and received_before query parameters:
Example:
/parser/<mailbox_id>/document_set?received_before=2019-12-20&received_after=2019-12-01