mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
Guides: convert to html.
This commit is contained in:
parent
e4e44317f2
commit
4d2c4d845c
50
articles/guides/GPG/Enigmail.html
Normal file
50
articles/guides/GPG/Enigmail.html
Normal file
@ -0,0 +1,50 @@
|
||||
<h1 id="quick-enigmail-guide.">Quick Enigmail guide.</h1>
|
||||
<h1 id="what-do-you-need">What do you need</h1>
|
||||
<p>This depends on your OS. You should also read my previous guides about <a href="GPG.html">GPG</a> and <a href="../Thunderbird-Icedove.html">Icedove / Thunderbird</a>.</p>
|
||||
<h2 id="debian-based-distributins">Debian based distributins</h2>
|
||||
<p>You need at least packages icedove or thunderbird and enigmail, but I recommend you to install gnupg2 and pinentry packages too.</p>
|
||||
<blockquote>
|
||||
<p>aptitude install thunderbird enigmail gnupg2 pinentry-curses pinentry-gtk2 pinentry-qt4</p>
|
||||
</blockquote>
|
||||
<p>NOTE: In Debian Thunderbird is called Icedove and the package is icedove.</p>
|
||||
<h2 id="mac-os-x">Mac OS X</h2>
|
||||
<p>You need <a href="http://www.gpgtools.org/">GPG-tools</a>, <a href="https://www.mozilla.org/en-US/thunderbird/">Thunderbird</a> and <a href="http://enigmail.mozdev.org/home/index.php.html">Enigmail</a></p>
|
||||
<h2 id="windows">Windows</h2>
|
||||
<p>You need <a href="http://www.gpg4win.org/">GPG4Win</a>, <a href="https://www.mozilla.org/en-US/thunderbird/">Thunderbird</a> and <a href="http://enigmail.mozdev.org/home/index.php.html">Enigmail</a>.</p>
|
||||
<h1 id="running-the-enigmail-wizard.">Running the Enigmail wizard.</h1>
|
||||
<p>If Enigmail wizard doesn't appear by itself, open it manually from OpenPGP (menu) --> Enigmail wizard.</p>
|
||||
<p>NOTE: Allow wizard to do changes, which it wants.</p>
|
||||
<h2 id="enable-viewing-messages-in-original-html.">Enable viewing messages in original HTML.</h2>
|
||||
<p>You probably want to see the HTML in case the message has been sent using HTML.</p>
|
||||
<p>You can see the messages in original HTML easily. Open View (menu) --> Message body as --> Original HTML.</p>
|
||||
<h2 id="if-the-wizard-fails">If the wizard fails</h2>
|
||||
<h3 id="sending-plaintext">Sending plaintext</h3>
|
||||
<p>This is documented in my <a href="../Thunderbird-Icedove.html#sending-utf-8">Icedove / Thunderbird guide</a>.</p>
|
||||
<h3 id="signing-by-default.">Signing by default.</h3>
|
||||
<p>Open Edit --> Account Settings --> OpenPGP security and select "Enable OpenPG support (Enigmail) with this user information". Then select "Use specific OpenPGP key" and press the "select key" button. Now just select your private key.</p>
|
||||
<p>After you have selected the key, I recommend you to select the first and the second boxes, which are about signing.</p>
|
||||
<p>Remember to do this for multiple identities. Select the account and then click the "manage identities" button.</p>
|
||||
<h2 id="sending-utf-8">Sending UTF-8</h2>
|
||||
<p>I have documented this in my <a href="../Thunderbird-Icedove.html#sending-utf-8">Icedove / Thunderbird guide</a>.</p>
|
||||
<p>This only changes the charset line to UTF-8 or removes the mentioning of charset in signature.</p>
|
||||
<h1 id="testing-that-everything-works">Testing that everything works</h1>
|
||||
<p>Adele is PGP email bot. You can send email to it and it will tell you if it can decrypt your email or is it signed.</p>
|
||||
<p>You can get the PGP key of Adele by running</p>
|
||||
<blockquote>
|
||||
<p>gpg2 --keyserver pool.sks-keyservers.net --recv-keys 92AB3FF7</p>
|
||||
</blockquote>
|
||||
<p>Just send your email to adele-en@gnupp.de and it will reply shortly.</p>
|
||||
<h1 id="sending-pgpmime-instead-of-pgpinline">Sending PGP/MIME instead of PGP/INLINE</h1>
|
||||
<p>PGP/MIME puts the signature to signature.asc ataachment and PGP/INLINE into "mess" in the bottom of email.</p>
|
||||
<p>WARNING: This might not work with some mailing lists (for example Ubuntu, Mozdev and GnuPG mailing lists)!</p>
|
||||
<p>There is open bug report about PGP/MIME not working on Ubuntu MLs at LaunchPad, <a href="https://bugs.launchpad.net/ubuntu/+bug/996581">996581</a></p>
|
||||
<p>NOTE: If you want to sign emails and use HTML at the same time, you <em>must</em> use PGP/MIME or otherwise your signature cannot be verified!</p>
|
||||
<p>To send PGP/MIME by default, open Edit --> Account Settings --> OpenPGP security and check "Use always PGP/MIME".</p>
|
||||
<p>Remember to check to do this for your all identities in case you have more than one of them. Edit --> Account Settings --> "Manage Identities..." button and after selecting identity, you can find OpenPGP security tab.</p>
|
||||
<h1 id="openpgp-headers.">OpenPGP headers.</h1>
|
||||
<p>To enable sending OpenPGP headers, return to OpenPGP settings (mentioned above) and click "advanced".</p>
|
||||
<p>Select the both checkboxes and write URL where your key is located. If you don't have homepage, you can link to webui of your preferred keyserver.</p>
|
||||
<p>These headers appear in email source like this:</p>
|
||||
<pre><code>OpenPGP: id=82A46728;
|
||||
url=http://mkaysi.github.com/PGP/key.txt</code></pre>
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Enigmail guide</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://mkaysi.github.com/articles/guides/GPG/Enigmail.html" rel="dct:source">mkaysi.github.com</a>.</p>
|
30
articles/guides/Thunderbird-Icedove.html
Normal file
30
articles/guides/Thunderbird-Icedove.html
Normal file
@ -0,0 +1,30 @@
|
||||
<h1 id="thunderbird-icedove-guide">Thunderbird / Icedove guide</h1>
|
||||
<h2 id="what-do-you-need">What do you need?</h2>
|
||||
<h3 id="debian">Debian</h3>
|
||||
<p>On Debian you need package Icedove, but you should also install Enigmail and GnuPG and GnuPG2</p>
|
||||
<blockquote>
|
||||
<h1>aptitude install icedove enigmail gnupg gnupg2</h1>
|
||||
</blockquote>
|
||||
<h3 id="ubuntu">Ubuntu</h3>
|
||||
<p>On Ubuntu you should install same packages as with Debian, but Icedove is called as Thunderbird.</p>
|
||||
<blockquote>
|
||||
<h1>aptitude install icedove enigmail gnupg gnupg2</h1>
|
||||
</blockquote>
|
||||
<h3 id="mac-os-x">Mac OS X</h3>
|
||||
<p>You need Thunderbird, but you should also install GPG-Tools and Enigmail.</p>
|
||||
<h3 id="windows">Windows</h3>
|
||||
<p>You need at Thunderbird, but you should also install GPG4Win and Enigmail.</p>
|
||||
<h2 id="setting-up">Setting up</h2>
|
||||
<p>When you open Thunderbird / Icedove for the first time, it will ask for email address and password. Give them and Thunderbird will attempt to find the details and after that it downloads emails from the server.</p>
|
||||
<h2 id="sending-plaintext.">Sending plaintext.</h2>
|
||||
<p>To send emails in plaintext, open Edit --> Account settings --> Composition & Addressing and uncheck the box "Compose messages in HTML format.</p>
|
||||
<h3 id="why-to-not-send-emails-in-html">Why to not send emails in HTML?</h3>
|
||||
<p>See my complaining about HTML usage <a href="../complaining/HTML.html">here</a>.</p>
|
||||
<h2 id="sending-utf-8.">Sending UTF-8.</h2>
|
||||
<p>This doesn't affect emails with any visible way. It might just remove some charters in message source and it will allow you to send more charters than some latin1 charset. It might also remove charset line in PGP/INLINE signed emails.</p>
|
||||
<p>Open Edit --> Preferences --> Display --> Formatting --> Advanced... --> Character Encodings and set both "Outgoing Mail" and "Incoming Mail" as "Unicode UTF-8" and check the checkbox "When possible, use the default character encoding in replies."</p>
|
||||
<h2 id="why-to-send-emails-in-utf-8">Why to send emails in UTF-8?</h2>
|
||||
<p>I am going to write explaining for this later.</p>
|
||||
<h2 id="read-also">Read also</h2>
|
||||
<p>My <a href="GPG/GPG.html">GPG guide</a> and my <a href="GPG/Enigmail.html">Enigmail guide</a>.</p>
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Thunderbird / Icedove guide</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://mkaysi.github.com/articles/guides/Thunderbird-Icedove.html" rel="dct:source">mkaysi.github.com</a>.</p>
|
Loading…
x
Reference in New Issue
Block a user