This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brandon-rhodes
Recipients barry, brandon-rhodes, r.david.murray
Date 2014-03-28.11:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396005202.84.0.754707033491.issue21083@psf.upfronthosting.co.za>
In-reply-to
Content
"Content-Disposition is an optional header field. In its absence, the MUA may use whatever presentation method it deems suitable." — RFC 2183

The email.message.Message class should gain a get_content_disposition() method with the three possible return values 'inline', 'attachment', and None so that email clients can easily distinguish between the three states described in the RFC.

See also the discussion at http://bugs.python.org/issue21079
History
Date User Action Args
2014-03-28 11:13:22brandon-rhodessetrecipients: + brandon-rhodes, barry, r.david.murray
2014-03-28 11:13:22brandon-rhodessetmessageid: <1396005202.84.0.754707033491.issue21083@psf.upfronthosting.co.za>
2014-03-28 11:13:22brandon-rhodeslinkissue21083 messages
2014-03-28 11:13:22brandon-rhodescreate