-------------------
- Massive internal rewrites
- Dropped support for Python versions earlier than 3.5
- Support Python 3.6 through 3.8
- Added a `--foreground` option for disabling daemonization
- **Breaking**: Removed `--to-name` and `--from-name` (deprecated in v0.5.0)
- **Breaking**: `--dead-letter`, `--logfile`, and `--mbox` now resolve symbolic
links before daemonization
- If no `--chdir` argument is supplied, change directory to the value of
`$PWD`, falling back to the old value of `getcwd()` only if the environment
variable isn't set
- `--encoding`, `--stderr-encoding`, and `--mime-type` arguments are now
validated before daemonization
- Deduction of the MIME type from `--stdout-filename`'s extension now better
handles names of compressed files