Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
Tankred Hase edited this page May 20, 2015 · 31 revisions

Where do I report bugs and give feedback?

Please send us your comments and ideas. We want to hear from you. Please send to support@whiteout.io.

You can see a list of known problems here.

Email Account Login

Whiteout Mail provides two options to login to your email account. If you're logging into a Google Account, you can use OAuth login which allows you to sign in with your platform's existing account. You can also just use a standard password login if you wish.

Is my password secure?

When signing in to your email account via IMAP, the client creates a TLS connection to the mail server to protect your password and messages in transit. When using the webmail client the IMAP traffic is proxied over the web server, but the connection is still encrypted end-to-end using JavaScript encryption, so that our proxy cannot read any data.

How does sign in with Google work?

Google offers OAuth sign in, which is more secure and allows users to choose an account that they are already signed into on their device. This works differently depending on which device you're on:

Chrome App (Mac, Windows, Chromebooks)

If you're using the Chrome App, you need to sign into Chrome with the Google account that you intend to use with Whiteout Mail. If you have multiple Google accounts, you can sign into Chrome with all of them, but you need to start the Chrome App from the account you wish to use. More information can be found here.

Android or iOS

You can use Whiteout Mail with any existing Google Account already set up on an Android or iOS device. Just choose the account that you wish to use from the native account picker.

Encryption and Security

Where is the data encrypted and decrypted?

Whiteout provides genuine end-to-end encryption. When you compose a message the data is encrypted with your private key before they leave your computer. We do not have this key and can not read your messages.

What exactly is encrypted?

The Whiteout Mail app encrypts your message body and all attachments. We do not encrypt metadata, especially sender and recipient name and address, and the subject line. This is not part of the OpenPGP standard that our application implements.

What encryption is used?

The encryption is based on the OpenPGP standard and uses well-known and widely accepted algorithms, primarily AES and RSA. See openpgp.org for further information on OpenPGP.

Is browser-based security really possible?

The recommended way to use Whiteout is to install the Whiteout Mail app on your computer. It is deployed to your computer as a signed packaged application, in the case of the Chrome browser as a Chrome Packaged App.

For more convenience, the application can also be used in the browser as a webmail client. Note that this mode of operation does not protect users against active attacks from Whiteout Networks, e.g. should we receive a subpoena for a specific user. But it will protect users against passive attacks, like dragnet surveillance and wiretapping of government agencies.

We think it's important that users are able to make an informed decision about how much convenience they want to give up for security. If you're a concerned citizen and don't want too much hassle to protect your email privacy, this might be the right mode for you. Just open your favorite web browser and navigate to mail.whiteout.io.

How do I know that this is secure?

We have specifically based our design on the OpenPGP standard, which is well understood by the security community.

We have specifically not implemented any proprietary encryption or key management algorithms. We are continuously working with noted security experts who advise us on architecture and implementation of our software.

All encryption and decryption takes place on your computer in the Whiteout Mail app. The source code for the complete application is published here for inspection and review by the international security community.

Keys and Passphrases

Where is my keypair stored and why can I export it?

Your keypair is stored locally on your computer. It is encrypted with your passphrase. You can export the keypair to a safe location of your choice (e.g. a USB flash drive) in order to install the Whiteout Mail app on another computer.

Can I change my passphrase?

Yes, you can change the passphrase any time you like.

How do I use Whiteout Mail on a new computer?

When you install the app on a new computer it will know that there is a keypair for your email address and you can import your keypair.

I forgot my passphrase and/or lost my private key. What do I do now?

If you forgot your passphrase, you can reset your key here. Your Whiteout contacts will automatically receive an update of your public key the next time they send you a message or receive one from you.

PGP

How is this different from OpenPGP?

It isn’t. This is standard OpenPGP with the cryptography provided by the OpenPGP.js library used in many products and projects. Our development is focused on packaging this technology in an application that is very easy to use and that runs on desktop computers, tablets, and smartphones.

Status and Roadmap

Is it safe to use for critical content?

Yes. The Whiteout Mail client has been audited several times by noted security expert Cure53 and is now available as a stable release.

Which desktop operating systems and browser platforms will you support and when?

We support the stable version of Chrome running on Windows, Mac OS X, Linux, and on Chromebooks. We also support Safari, Firefox and IE 11. But Chrome is definitely recommended since it's the first browser to offer native WebCrypto apis.

Which mobile platforms will you support and when?

We currently package the Whiteout Mail client for Android and iOS. Windows Phone, Windows Tablets and Firefox OS support is planned for later this year.

Troubleshooting

When you set up an account with Whiteout Mail, we are running a series of tests to determine whether we can talk to your IMAP/SMTP server.

What does "It appears that you are offline. Please retry when you are online." mean?

You've seen this error when you tried to set up Whiteout Mail despite being offline. We need to check your credentials at this point by trying to log in to your IMAP/SMTP server, so we need a working connection to the Internet.

What does "We could not establish a connection to (...). Please check the server settings!" mean?

This error occurs when we can't talk to the server you have specified in the settings. There may be a multitude of reasons for this. The most popular ones are:

  • The server settings are incorrect. Please re-check the host and port.
  • You are behind a (corporate) firewall that is configured to block certain types of connections. In this case, please talk to your network administrator.
  • The server is in a private network that is not accessible from the Internet.
  • Local host configuration (/etc/hosts or c:\windows\system32\drivers\etc\hosts) instead of a DNS name or IP address does not work.

Please make sure that the server is accessible from your network.

What does "We could not establish a connection to (...) within (...) ms." mean?

This happens when the server is in principle accessible, but we can't establish a connection within a certain amount of time. In this case, you have probably selected TLS encryption mode, but the server does not support it.

What does "Your credentials for (...) were rejected." mean?

The server has reject your login attempt. As the error message says, please check your username and password. Depending on which server you are trying to connect to, the provider might also reject connection attempts based on your location.

TLS and SSL

Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), protect your data on the wire on top of PGP email encryption, very similar to how your web traffic is secured on the wire when visiting websites with https. The TLS protocol allows applications to communicate across a network in a way designed to prevent attacks like eavesdropping, tampering, and message forgery. TLS provides endpoint authentication and communications confidentiality over the Internet using cryptography. When TLS is used correctly, the identity of the server is ensured so that Whiteout Mail can be sure with whom it is communicating.

What does "A connection to (...) was rejected because the TLS certificate is invalid." mean?

This means that the identity of the server could not be verified. In most cases this is due to an invalid certificate. Please make sure that your certificate conforms to the following guidelines:

  • Your certificate is signed by a Certification Autority that is trusted by the platform you're on. Support for self-signed certificates will be dropped.
  • Please make sure that your hostname is included in the Common Name or Subject Alternative Names or covered by the wildcard you're using.

What does "The SSL certificate for the mail server (...) changed" mean?

When you log in for the first time, the app remembers the identity of the server. If the identity of the server changes, the app alerts you. There may be legitimate and illegitimate reasons for this. Legitimate reasons could be that the provider's certificates have expired, forcing him to renew all certificates, or a change in the provider's technical infrastructure. Illegitimate reasons may be someone trying a Man-in-the-middle attack, e.g. a criminal third-party or a nation-state adversary. When this error dialog pops up, the app refused to connect to IMAP/SMTP.

If you are on a trusted network and/or trust the mail provider with the certificate update, go right ahead, and the app will reconnect with the new information about the mail server identity.

I want to use Whiteout Mail with my own mail server. Is that possible?

Yes, you can. In order to make things run as smoothly as possible, please make sure your IMAP and SMTP server stick to the respective protocol. Also, there are some IMAP extensions you can use that help in many ways:

  • IDLE helps us to keep track of what is happening on the server. Defaults to polling.
  • MOVE allows us to move messages rather than copy-delete them
  • CONDSTORE allows us to make quick mailbox synchronizations at startup
  • SPECIAL-USE points out which folders are meant to do what
  • NAMESPACE
  • ID
  • UIDPLUS

If those extensions are not present, the app will still work, but the extensions are meant to fix shortcomings of the original protocol so that we can work with your server in a more robust and effective way. On the handling of TLS with a self-hosted server, refer to the preceding paragraph.

Whiteout Server Location

We run several servers to provide users with a fully managed solution stack. These servers are split up into several services:

Whiteout Mailbox

This service includes all of the servers required to run our managed webmail client, our IMAP/SMTP backend, as well as the mail store in which the messages for your wmail.io account are stored. These servers are located in Frankfurt, Germany and the infrastructure provider of choice is Amazon Web Services (AWS).

Whiteout Public Key Server

This service includes the components required to store and serve public keys to all Whiteout Mail users. These servers are currently located in the Ireland region of AWS, but we are planning to move them to Frankfurt as soon as possible, so that all our managed services are located in Germany.

AWS Security

We chose AWS because they provide best in class security. This way we are able to provide our users the same level of operational security and availability as Amazon and their thousands of cloud customers. You can read more about AWS security here.

Clone this wiki locally