Added
- Uses linux escape sequences to (try) and set the terminal title.
- Can now add attachments! Simply add `Attachment: /path/to/file` in the
headers and they will be replaced by the appropriate attachments. Images
can be inlined to CommonMarked email via something like so:
Attachment: /path/to/image.png; inline=true; name="example.png"
Hey, here is an inline image:
![Alt text](cid:example.png)
The only important thing is that `cid:<this part>` matches whatever is in the
`name="<this part>"`.
Fixed
- Resuming draft works properly.
- With only one draft, resuming no longer asks a second time.
- No longer multiply headers.
- Display failed body seek on KeyError, instead of crash.
Changed
- Temp file when composing now has `.eml` suffix, to trigger email-like
behaviors in editors that honor that kind of thing.
- Save raw message as draft after compose, rather than rendered.