diff --git a/articles/Emails.html b/articles/Emails.html index dce190b..c78d231 100644 --- a/articles/Emails.html +++ b/articles/Emails.html @@ -3,7 +3,7 @@
I sign my emails using [GnuPG] which is free implementation of the [OpenPGP] standard. The signature can be used to verify that I am the sender and that nobody modified the message.
+I sign my emails using GnuPG which is free implementation of the OpenPGP standard. The signature can be used to verify that I am the sender and that nobody modified the message.
I use UTF-8, because it allows all characters and it's widely used everywhere. It is also the default character set of [Python 3]. UTF-8 is also recommended on most of IRC channels and networks.
+I use UTF-8, because it allows all characters and it's widely used everywhere. It is also the default character set of Python 3. UTF-8 is also recommended on most of IRC channels and networks.
I think that HTML emails only waste space. The content is HTML and even if it's not directly visible to the user, it has a lot of content when reading the email source. With plain text emails the source is only text, nothing is in HTML.