Added links

This commit is contained in:
M66B 2020-09-28 21:07:35 +02:00
parent c5462b1e1a
commit 0ea31723a5
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ public class EntityMessage implements Serializable {
}
static String generateMessageId(String domain) {
// https://www.jwz.org/doc/mid.html
// https://tools.ietf.org/html/rfc2822.html#section-3.6.4
return "<" + UUID.randomUUID() + "@" + domain + '>';
}