Add Thunderbird / Icedove guide.

Now to fix links and then this branch can be merged into master.
This commit is contained in:
Mikaela Suomalainen 2012-06-22 17:03:27 +03:00
parent 0a9f61bd68
commit d6d8e8a8be
2 changed files with 53 additions and 0 deletions

View File

@ -101,3 +101,5 @@ These headers appear in email source like this:
OpenPGP: id=82A46728;
url=http://mkaysi.github.com/PGP/key.txt
```
<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>.

View File

@ -0,0 +1,51 @@
# Thunderbird / Icedove guide
## What do you need?
### Debian
On Debian you need package Icedove, but you should also install Enigmail and GnuPG and GnuPG2
> # aptitude install icedove enigmail gnupg gnupg2
### Ubuntu
On Ubuntu you should install same packages as with Debian, but Icedove is called as Thunderbird.
> # aptitude install icedove enigmail gnupg gnupg2
### Mac OS X
You need Thunderbird, but you should also install GPG-Tools and Enigmail.
### Windows
You need at Thunderbird, but you should also install GPG4Win and Enigmail.
## Setting up
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.
## Sending plaintext.
To send emails in plaintext, open Edit --> Account settings --> Composition & Addressing and uncheck the box "Compose messages in HTML format.
### Why to not send emails in HTML?
See my complaining about HTML usage [here].
## Sending UTF-8.
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.
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."
## Why to send emails in UTF-8?
I am going to write explaining for this later.
## Read also
My GPG guide and my Enigmail guide.
<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>.