Skip to content

Releases: turulomio/eml_rename

0.3.0

17 Apr 08:02
Compare
Choose a tag to compare
  • setup.py migrated to poetry
  • Fix bug with CEST time zones

0.2.0

12 Nov 19:12
Compare
Choose a tag to compare
  • Now mail datetime uses local system time zone

0.1.0

06 Nov 06:22
Compare
Choose a tag to compare
  • Automatically renames all *.eml files in a directory, using email metadata.
  • Renamed files will have this format is 'YYYYMMDD HHMM [From] Subject'
  • If 'YYYYMMDD HHMM [From]' format is detected the script won't rename the file. With this feature user can change subject manually and the script won't overwrite it.
  • If you use --force parameter the script will overwrite all files even they have the 'YYYYMMDD HHMM [From]' format.
  • Length of the new name will have 140 character as maximum, although you can change it with the --length parameter
  • --save parameter renames files. If you don't use this parameter it will only pretend the result
  • It uses concurrency to make process faster