mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added links
This commit is contained in:
@@ -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 + '>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user