mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
update links and add a little boilerplate / status info
This commit is contained in:
16
spec.md
16
spec.md
@@ -1,10 +1,12 @@
|
|||||||
# Chat-over-Email specification
|
# chat-mail specification
|
||||||
|
|
||||||
Version 0.31.0
|
Version: 0.32.0
|
||||||
|
Status: In-progress
|
||||||
|
Format: [Semantic Line Breaks](https://sembr.org/)
|
||||||
|
|
||||||
This document describes how emails can be used
|
This document roughly describes how chat-mail
|
||||||
to implement typical messenger functions
|
apps use the standard e-mail system
|
||||||
while staying compatible to existing MUAs.
|
to implement typical messenger functions.
|
||||||
|
|
||||||
- [Encryption](#encryption)
|
- [Encryption](#encryption)
|
||||||
- [Outgoing messages](#outgoing-messages)
|
- [Outgoing messages](#outgoing-messages)
|
||||||
@@ -30,9 +32,7 @@ Messages SHOULD be encrypted by the
|
|||||||
`prefer-encrypt=mutual` MAY be set by default.
|
`prefer-encrypt=mutual` MAY be set by default.
|
||||||
|
|
||||||
Meta data (at least the subject and all chat-headers) SHOULD be encrypted
|
Meta data (at least the subject and all chat-headers) SHOULD be encrypted
|
||||||
by the [Memoryhole](https://github.com/autocrypt/memoryhole) standard.
|
by the [Protected Headers](https://www.ietf.org/id/draft-autocrypt-lamps-protected-headers-02.html) standard.
|
||||||
If Memoryhole is not used,
|
|
||||||
the subject of encrypted messages SHOULD be replaced by the string `...`.
|
|
||||||
|
|
||||||
|
|
||||||
# Outgoing messages
|
# Outgoing messages
|
||||||
|
|||||||
Reference in New Issue
Block a user