Rfc 2183

I want to understand if Notes is in compliance with RFC 2183. RFC 2183 - Communicating Presentation Information in Internet Me (RFC2183)

Quote: “The presence of the filename parameter does not force an implementation to write the entity to a separate file. It is perfectly acceptable for implementations to leave the entity as part of the normal mail stream unless the user requests otherwise. As a consequence, the parameter may be used on any MIME entity, even `inline’ ones. These will not normally be written to files, but the parameter could be used to provide a filename if the receiving user should choose to write the part to a file.”

In other words: even if a file has been included in an email with

Content-disposition: inline

Notes ought to allow the user to save that file to disk. As far as I can tell, this is not possible with text or HTML documents. Am I wrong?

Comment: many email clients set content disposition to inline for included text and HTML files, so this issue is not abstract.