Skip to content

Commit

Permalink
Merge pull request #284 from autocrypt/fix282
Browse files Browse the repository at this point in the history
fix #282
  • Loading branch information
hpk42 committed Dec 18, 2017
2 parents ba74e2f + f5315b7 commit 19e3822
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions doc/dev-status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Autocrypt-capable MUAs level 1 implementation status
Last updated: ``2017-12-14``

+--------------------------------------+--------+--------+--------+--------+--------------+--------+--------+--------+----------+
|MUA/feature |header |keygen |peer |header |recommend |encrypt |setup |setup |uid |
| |parsing | |state |inject |during compose| |message |process |decorative|
|MUA/project |header |keygen |peer |header |recommend |encrypt |setup |setup |uid |
| |parsing | |state |inject | | |message |process |decorative|
| | | | | | | | | | |
+======================================+========+========+========+========+==============+========+========+========+==========+
|.. image:: images/logos/deltachat.png |✔ |✔ |✔ |✔ |✔ |✔ |started |started |✔ |
Expand Down Expand Up @@ -37,9 +37,27 @@ Logos are copyright their respective owners.

Legend:

.. todo::
- ``MUA/project``: denotes a mail app, library or tool.

- ``header parsing``: compliant parsing of the Autocrypt header

- ``keygen``: secret key generation follows Autocrypt UI guidance

- ``peerstate``: state is kept according to spec

- ``header inject``: proper creation of outgoing Autocrypt header

- ``recommend``: implements Autocrypt recommendation

- ``encrypt``: encrypts outgoing messages properly

- ``setup message``: proper generation and processing of Autocrypt Setup Message

- ``setup process``: follows guidance with respect to Autocrypt account setup

- ``uid decorative``: UID in key data is only used for decorative
purposes, and in particular not for looking up keys for an e-mail address.

describe the headers of each of the columns in the above table @hpk42

.. [1] require passphrase
.. [2] always send
Expand Down

0 comments on commit 19e3822

Please sign in to comment.