attachment-downloader
attachment-downloader copied to clipboard
Feature suggestion: Allow relative dates
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.
Please feel free to create a pull request to add this feature.
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!
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.