attachment-downloader icon indicating copy to clipboard operation
attachment-downloader copied to clipboard

Feature suggestion: Allow relative dates

Open wamatt opened this issue 4 years ago • 3 comments

Firstly, thank you for a fantastic tool. :)

Anyways this proposed feature would allow one to specify a relative time, eg "2 Months Ago" which would be a rolling window. That way additional client side logic is not needed if you run the task periodically and only want to process newish mails for performance reasons.

wamatt avatar Sep 19 '21 19:09 wamatt

Please feel free to create a pull request to add this feature.

jamesridgway avatar Dec 21 '21 16:12 jamesridgway

It can be achieved by inserting command output as argument:

--date-after=`date -d '1 hour ago' -I'seconds'`

thank you for a great tool!

KottV avatar Apr 19 '22 06:04 KottV

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Oct 18 '22 02:10 github-actions[bot]