-------------------
- Attachments' filenames can now be `None`
- Added a `decompose()` function for decomposing an `EmailMessage` into a
`MailItem` plus headers
- Added a `decompose_simple()` function for decomposing an `EmailMessage` into
a text body, HTML body, attachments, and headers
- The `subject` argument to the `compose()` function & method can now be
`None`/omitted
- If an address argument to `compose()` is set to an empty list, the
corresponding header will no longer be present in the resulting e-mail
- Gave `Related` a `get_root()` method