From 780e7f0d882a22503f9ce7caab0a2e969e8529e6 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 21 Jul 2014 02:17:06 -0700 Subject: initial draft content --- pages/email/en.text | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/email/en.text (limited to 'pages/email') diff --git a/pages/email/en.text b/pages/email/en.text new file mode 100644 index 0000000..db8ef4c --- /dev/null +++ b/pages/email/en.text @@ -0,0 +1,27 @@ +@title = "Bitmask Email" +@nav_title = "Email" + +h2. Configuring email + +To get encrypted email to work, you have two options: + +1. [[Bitmask Thunderbird Extension => https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/]] (recommended) +2. Manual email client configuration + +h3. Bitmask Thunderbird Extension + +# Install Bitmask app and register for an account. +# Install the [[Bitmask Thunderbird Extension => https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/]]. From within Thunderbird, select the menu items *Tools* > *Add Ons...* and then search for "Bitmask". +# Once the extension is installed, you can add an email account from the Thunderbird menu item *File* > *New* > *Bitmask Account...* + +h3. Manual email client configuration + +* IMAP -- @localhost:1984@ +** *username*: the full email address you use with the Bitmask app. +** *password*: ignored, can be anything. +** *SSL/TLS*: off +* SMTP -- @localhost:2013@ +** *authentication*: none +** *SSL/TLS*: off + +You should also disable any local caching in your email client, if applicable. All the data stored by Bitmask is kept on disk in an encrypted format, but your mail client might cache your email in clear text, so it is good to disable caching if you can. Also, all your Bitmask email is sync'ed locally anyway, so there is no benefit to local caching. -- cgit v1.2.3