Fix empty label name

This commit is contained in:
Michal Horejsek
2021-01-07 09:26:54 +01:00
parent 1839f072b4
commit 9fe3718d3f
3 changed files with 33 additions and 1 deletions

View File

@ -22,3 +22,4 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* GODT-389 Prefer `From` header instead of `MAIL FROM` address.
* GODT-898 Only set ContentID for inline attachments.
* GODT-773 Replace `INTERNALDATE` older than birthday of RFC822 by birthday of RFC822 to not crash Apple Mail.
* GODT-927 Avoid to call API with empty label name.