diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-28 00:29:08 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-10-13 00:38:08 +0200 |
commit | aa6df60483477b7519b3aeb81207cc1c6565fcf5 (patch) | |
tree | 8088b61f4403b6eeca2271bed6625d87a21c73b2 /doc | |
parent | 8ec83b010a8efcfe87df9c2bceec318e94c6ca53 (diff) | |
download | aerc-aa6df60483477b7519b3aeb81207cc1c6565fcf5.tar.gz |
release.sh: fix email encoding
The release emails are sent without any Content-Transfer-Encoding nor
Content-Type headers. This causes non-ASCII characters to be rendered as
garbage by email clients. Here are two examples from the latest release:
Mat��j Cepl
Nojus Gudinavi��ius
Everything is UTF-8 locally, state it explicitly in the email. Use 8bit
as transfer encoding since we are not quoting anything.
Add a From: header since some sendmail implementations do not add
a default value when it is missing.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions