Menu

#273 inline graphic in normalised email displays as attachment

open
nobody
None
5
2010-12-09
2010-12-09
No

As part of the same software demo in https://sourceforge.net/tracker/?func=detail&aid=3105048&group_id=85722&atid=577089 the normalised email was viewed using the xena viewer. It had an inline graphic along with a few attachments.

The inline graphic was displayed as one of the attachments

It would be nice if the graphic was displayed as part of the message, rather than as an attachment.

---------------------

Confirmed in Testing Branch of Xena - v5.0.0 (2010-11-23 15:52:16)

The graphic is being treated as an attachment when I view the exported
XML:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="email.xsl"?>
<email:email xmlns:email="http://preservation.naa.gov.au/email/1.0">
<email:headers>
<email:header email:name="Subject">test [SEC=UNOFFICIAL]</email:header>
<email:header email:name="Date">20101209T042230+1100</email:header>
<email:header email:name="From">Allan Cunliffe</email:header>
<email:header email:name="To">"allan.cunlife@naa.gov.au"
&lt;allan.cunlife@naa.gov.au&gt;</email:header>
<email:header email:name="Reply-To">Allan Cunliffe</email:header>
</email:headers>
<email:parts>
<email:part>
<xena>
<meta_data>
<meta_data_wrapper_name>Default Package Wrapper</meta_data_wrapper_name>
<normaliser_name>au.gov.naa.digipres.xena.plugin.plaintext.PlainTextToXenaPlainTextNormaliser</normaliser_name>
<input_source_uri>file:/test%20SECUNOFFICIAL.msg/1</input_source_uri>
</meta_data>
<content>
<plaintext:plaintext
xmlns:plaintext="http://preservation.naa.gov.au/plaintext/1.0"
plaintext:tabsize="">
<plaintext:line xml:space="preserve">UNOFFICIAL</plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve">test</plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve"> </plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve"> Allan Cunliffe</plaintext:line>
<plaintext:line xml:space="preserve"> Software Tester/Technical
Writer</plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve"> Operations
Innovation</plaintext:line>
<plaintext:line xml:space="preserve"> National Archives of
Australia</plaintext:line>
<plaintext:line xml:space="preserve"> PO Box 7425</plaintext:line>
<plaintext:line xml:space="preserve"> CANBERRA BUSINESS CENTRE ACT
2610</plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve"> T (02) 6212 3422 F (02) 6212
3417</plaintext:line>
<plaintext:line xml:space="preserve"> allan.cunliffe@naa.gov.au
</plaintext:line>
<plaintext:line xml:space="preserve"> www.naa.gov.au
&lt;http://www.naa.gov.au/&gt; </plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve"> </plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve"> </plaintext:line>
<plaintext:line xml:space="preserve"/>
<plaintext:line xml:space="preserve">UNOFFICIAL</plaintext:line>
<plaintext:line xml:space="preserve"/>
</plaintext:plaintext>
</content>
</xena>
</email:part>
<email:part email:filename="image001.jpg">
<email:attachment
email:filename="image001.jpg">image001.jpg</email:attachment>
</email:part>
</email:parts>
</email:email>

Discussion


Log in to post a comment.