mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
Adapt spec.md to new subject (#1395)
This commit is contained in:
7
spec.md
7
spec.md
@@ -1,6 +1,6 @@
|
|||||||
# Chat-over-Email specification
|
# Chat-over-Email specification
|
||||||
|
|
||||||
Version 0.30.0
|
Version 0.31.0
|
||||||
|
|
||||||
This document describes how emails can be used
|
This document describes how emails can be used
|
||||||
to implement typical messenger functions
|
to implement typical messenger functions
|
||||||
@@ -39,8 +39,7 @@ the subject of encrypted messages SHOULD be replaced by the string `...`.
|
|||||||
|
|
||||||
Messengers MUST add a `Chat-Version: 1.0` header to outgoing messages.
|
Messengers MUST add a `Chat-Version: 1.0` header to outgoing messages.
|
||||||
For filtering and smart appearance of the messages in normal MUAs,
|
For filtering and smart appearance of the messages in normal MUAs,
|
||||||
the `Subject` header SHOULD start with the characters `Chat:`
|
the `Subject` header SHOULD be `Message from <sender name>`.
|
||||||
and SHOULD be an excerpt of the message.
|
|
||||||
Replies to messages MAY follow the typical `Re:`-format.
|
Replies to messages MAY follow the typical `Re:`-format.
|
||||||
|
|
||||||
The body MAY contain text which MUST have the content type `text/plain`
|
The body MAY contain text which MUST have the content type `text/plain`
|
||||||
@@ -58,7 +57,7 @@ Full quotes, footers or sth. like that MUST NOT go to the user-text-part.
|
|||||||
To: rcpt@domain
|
To: rcpt@domain
|
||||||
Chat-Version: 1.0
|
Chat-Version: 1.0
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
Subject: Chat: Hello ...
|
Subject: Message from sender@domain
|
||||||
|
|
||||||
Hello world!
|
Hello world!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user