Skip to content

Commit

Permalink
fix typos and clarify when encryption takes place
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Jan 20, 2017
1 parent d2755a2 commit 4e202c6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ Basic network protocol flow

Establishing encryption happens as a side effect when people send each other mail:

- A MUA (mail user agent) always adds an :mailheader:`Autocrypt:`
header to all messages it sends out.

The :mailcrypt:`Autocrypt:` header contains all necessary
information to allow encryption (especially the key; see
:ref:`autocryptheaderformat` for the format in detail).
- A MUA (mail user agent) adds an ``Autocrypt:``
header to all messages it sends out. The header
contains all necessary information to allow encryption
(especially the encryption key; see :ref:`autocryptheaderformat` for
the format in detail).

- A MUA will scan incoming mails for encryption headers and associate
the info with a canonicalized version of the :mailheader:`From:`
the info with a canonicalized version of the ``From:```
address contained in the :rfc:`822` message.

- A MUA will encrypt a message if it earlier saw encryption keys
(and the request to encrypt) for all recipients.
- A MUA will encrypt a message if it has encryption keys
for all recipients and it determined through user choice or
recipient-determined policies that the message should be encrypted.


.. _mua-happypath:
Expand Down

0 comments on commit 4e202c6

Please sign in to comment.