Message215036
"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 |
|
Date |
User |
Action |
Args |
2014-03-28 11:13:22 | brandon-rhodes | set | recipients:
+ brandon-rhodes, barry, r.david.murray |
2014-03-28 11:13:22 | brandon-rhodes | set | messageid: <1396005202.84.0.754707033491.issue21083@psf.upfronthosting.co.za> |
2014-03-28 11:13:22 | brandon-rhodes | link | issue21083 messages |
2014-03-28 11:13:22 | brandon-rhodes | create | |
|