Skip to content

praul/autoreply 0.5 pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@praul praul released this 04 Jul 19:52
· 31 commits to main since this release
08892f8

0.5

some changes with date checks and timezone settings
autoreply now uses utc timezone completely - adjust your datetimes in repliers.py to utc values

FIXED

  • datetime check of mails now actually happens. There was an error before, that defaulted to true everytime
  • performance improvements in remember mode, as now only the recent mails have to be checked for message ids

CHANGES

  • to cope with timezone settings on mails the easy way, autoreply now completely uses utc instead of local time. mail datetimes will be correctly converted. You should adjust your datetime-settings in repliers.py