Skip to content
Snippets Groups Projects
Commit 4c2ec210 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix mime_version and content_type property names in JSDOCS

Underscores are more JS friendly (and correct).
parent 5c99cb01
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2291 passed
......@@ -3192,8 +3192,8 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
"<tr><td align=top><tt>replyto_net_addr</tt><td>Replies should be sent to this network address"
"<tr><td align=top><tt>replyto_agent</tt><td>Replies should be sent to this agent type"
"<tr><td align=top><tt>replyto_list</tt><td>Comma-separated list of mailboxes to reply-to, RFC822-style"
"<tr><td align=top><tt>mime-version</tt><td>MIME Version (optional)"
"<tr><td align=top><tt>content-type</tt><td>MIME Content-Type (optional)"
"<tr><td align=top><tt>mime_version</tt><td>MIME Version (optional)"
"<tr><td align=top><tt>content_type</tt><td>MIME Content-Type (optional)"
"<tr><td align=top><tt>summary</tt><td>Message Summary (optional)"
"<tr><td align=top><tt>tags</tt><td>Message Tags (space-delimited, optional)"
"<tr><td align=top><tt>id</tt><td>Message's RFC-822 compliant Message-ID"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment