mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-08 00:37:53 +02:00
fix previous commit
This commit is contained in:
parent
458b9bb62c
commit
3b0b9642ae
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="Explanation on how I send emails and why I send them that way and the problems which it can cause and solutions to them." /> <meta name="keywords" content="OpenPGP,gpg,email,long,signature,long signature,PGP,GnuPG," /> <meta name="author" content="Mika Suomalainen" /> <link rel="canonical" href="http://mkaysi.github.com/articles/Emails.html">
|
||||
<title>
|
||||
Insert title here
|
||||
How I send emails and why I send them like I do.
|
||||
</title>
|
||||
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
|
||||
</head>
|
||||
@ -14,9 +14,9 @@ Insert title here
|
||||
|
||||
<h1 id="why-do-i-send-emails-how-i-sent-them">Why do I send emails how I sent them</h1>
|
||||
<h2 id="openpgp-signing">OpenPGP signing</h2>
|
||||
<p>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.</p>
|
||||
<p>I sign my emails using <a href="http://www.gnupg.org/">GnuPG</a> which is free implementation of the <a href="https://www.ietf.org/rfc/rfc4880.txt">OpenPGP</a> standard. The signature can be used to verify that I am the sender and that nobody modified the message.</p>
|
||||
<h2 id="utf-8">UTF-8</h2>
|
||||
<p>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.</p>
|
||||
<p>I use UTF-8, because it allows all characters and it's widely used everywhere. It is also the default character set of <a href="http://python.org/">Python 3</a>. UTF-8 is also recommended on most of IRC channels and networks.</p>
|
||||
<h2 id="plain-text-emails">Plain text emails</h2>
|
||||
<p>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.</p>
|
||||
<h2 id="replying-below-quotes.">Replying below quotes.</h2>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta name="keywords" content="OpenPGP,gpg,email,long,signature,long signature,PGP,GnuPG," />
|
||||
<meta name="author" content="Mika Suomalainen" />
|
||||
<link rel="canonical" href="http://mkaysi.github.com/articles/Emails.html">
|
||||
<title>Insert title here</title>
|
||||
<title>How I send emails and why I send them like I do.</title>
|
||||
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
|
||||
</head>
|
||||
<body>
|
||||
@ -19,14 +19,14 @@
|
||||
|
||||
## OpenPGP signing
|
||||
|
||||
I sign my emails using [GnuPG] which is free implementation of the [OpenPGP] standard.
|
||||
I sign my emails using [GnuPG](http://www.gnupg.org/) which is free implementation of the [OpenPGP](https://www.ietf.org/rfc/rfc4880.txt) standard.
|
||||
The signature can be used to verify that I am the sender and that nobody modified the
|
||||
message.
|
||||
|
||||
## UTF-8
|
||||
|
||||
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
|
||||
also the default character set of [Python 3](http://python.org/). UTF-8 is also recommended on most of
|
||||
IRC channels and networks.
|
||||
|
||||
## Plain text emails
|
||||
|
Loading…
x
Reference in New Issue
Block a user