Skip to content

Commit

Permalink
Add RFC 5322 to References
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Radka <mradka@splunk.com>
  • Loading branch information
mikeradka committed Nov 20, 2024
1 parent 107f737 commit 9577a53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@
},
"cc": {
"caption": "Cc",
"description": "The email header Cc values, as defined by <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5322'>RFC 5322</a>.",
"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
},
Expand Down Expand Up @@ -2169,7 +2170,8 @@
},
"from": {
"caption": "From",
"description": "The email header From values, as defined by <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5322'>RFC 5322</a>.",
"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": {
Expand Down Expand Up @@ -3085,7 +3087,8 @@
},
"message_uid": {
"caption": "Message UID",
"description": "The email header Message-ID value, as defined by <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5322'>RFC 5322</a>.",
"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": {
Expand Down Expand Up @@ -3947,7 +3950,8 @@
},
"reply_to": {
"caption": "Reply To",
"description": "The email header Reply-To values, as defined by <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5322'>RFC 5322</a>.",
"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": {
Expand Down Expand Up @@ -4876,7 +4880,8 @@
},
"to": {
"caption": "To",
"description": "The email header To values, as defined by <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5322'>RFC 5322</a>.",
"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
},
Expand Down
3 changes: 2 additions & 1 deletion objects/email.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
},
"subject": {
"caption": "Subject",
"description": "The email header Subject value, as defined by <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc5322'>RFC 5322</a>.",
"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": {
Expand Down

0 comments on commit 9577a53

Please sign in to comment.