diff --git a/dictionary.json b/dictionary.json
index 1b701a573..fe48c1b41 100644
--- a/dictionary.json
+++ b/dictionary.json
@@ -788,7 +788,8 @@
},
"cc": {
"caption": "Cc",
- "description": "The email header Cc values, as defined by RFC 5322.",
+ "description": "The email header Cc values, as defined by RFC 5322.",
+ "references": [{"url": "https://www.rfc-editor.org/rfc/rfc5322", "description": "RFC 5322"}],
"type": "email_t",
"is_array": true
},
@@ -2169,7 +2170,8 @@
},
"from": {
"caption": "From",
- "description": "The email header From values, as defined by RFC 5322.",
+ "description": "The email header From values, as defined by RFC 5322.",
+ "references": [{"url": "https://www.rfc-editor.org/rfc/rfc5322", "description": "RFC 5322"}],
"type": "email_t"
},
"full_name": {
@@ -3085,7 +3087,8 @@
},
"message_uid": {
"caption": "Message UID",
- "description": "The email header Message-ID value, as defined by RFC 5322.",
+ "description": "The email header Message-ID value, as defined by RFC 5322.",
+ "references": [{"url": "https://www.rfc-editor.org/rfc/rfc5322", "description": "RFC 5322"}],
"type": "string_t"
},
"metadata": {
@@ -3947,7 +3950,8 @@
},
"reply_to": {
"caption": "Reply To",
- "description": "The email header Reply-To values, as defined by RFC 5322.",
+ "description": "The email header Reply-To values, as defined by RFC 5322.",
+ "references": [{"url": "https://www.rfc-editor.org/rfc/rfc5322", "description": "RFC 5322"}],
"type": "email_t"
},
"reputation": {
@@ -4876,7 +4880,8 @@
},
"to": {
"caption": "To",
- "description": "The email header To values, as defined by RFC 5322.",
+ "description": "The email header To values, as defined by RFC 5322.",
+ "references": [{"url": "https://www.rfc-editor.org/rfc/rfc5322", "description": "RFC 5322"}],
"type": "email_t",
"is_array": true
},
diff --git a/objects/email.json b/objects/email.json
index bef4795c1..c81e6391b 100644
--- a/objects/email.json
+++ b/objects/email.json
@@ -45,7 +45,8 @@
},
"subject": {
"caption": "Subject",
- "description": "The email header Subject value, as defined by RFC 5322.",
+ "description": "The email header Subject value, as defined by RFC 5322.",
+ "references": [{"url": "https://www.rfc-editor.org/rfc/rfc5322", "description": "RFC 5322"}],
"requirement": "recommended"
},
"to": {