File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,13 @@ MIME header used in conjunction with the
5555[ ` Content-Type ` ] ( https://www.rfc-editor.org/rfc/rfc2045.html#section-5 ) header
5656to transmit non-ASCII data over e-mail. For example, if you send a PNG image as
5757an e-mail attachment, your e-mail client will likely send a multipart message
58- that includes the Base64-encoded image, sets the ` Content-Transfer-Encoding `
59- header to ` base64 ` , and sets the ` Content-Type ` header to ` image/png ` .
58+ that includes the Base64-encoded image, sets the
59+ [ ` Content-Transfer-Encoding ` ] ( https://www.rfc-editor.org/rfc/rfc2045.html#section-6 )
60+ header to
61+ [ ` base64 ` ] ( https://datatracker.ietf.org/doc/html/rfc2045#section-6.1 ) , and sets
62+ the [ ` Content-Type ` ] ( https://www.rfc-editor.org/rfc/rfc2045.html#section-5 )
63+ header to
64+ [ ` image/png ` ] ( https://www.iana.org/assignments/media-types/image/png ) .
6065
6166{{</learning-more >}}
6267
Original file line number Diff line number Diff line change @@ -57,8 +57,13 @@ header used in conjunction with the
5757[ ` Content-Transfer-Encoding ` ] ( https://www.rfc-editor.org/rfc/rfc2045.html#section-6 )
5858header to transmit non-ASCII data over e-mail. For example, if you send a PNG
5959image as an e-mail attachment, your e-mail client will likely send a multipart
60- message that includes the Base64-encoded image, sets the ` Content-Type ` header
61- to ` image/png ` , and sets the ` Content-Transfer-Encoding ` header to ` base64 ` .
60+ message that includes the Base64-encoded image, sets the
61+ [ ` Content-Type ` ] ( https://www.rfc-editor.org/rfc/rfc2045.html#section-5 ) header
62+ to [ ` image/png ` ] ( https://www.iana.org/assignments/media-types/image/png ) , and
63+ sets the
64+ [ ` Content-Transfer-Encoding ` ] ( https://www.rfc-editor.org/rfc/rfc2045.html#section-6 )
65+ header to
66+ [ ` base64 ` ] ( https://datatracker.ietf.org/doc/html/rfc2045#section-6.1 ) .
6267
6368{{</learning-more >}}
6469
You can’t perform that action at this time.
0 commit comments