OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-msg-as4 message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: compression indicator


Should we make the compression indicator at higher level than just MIME COntent-Type?
 
 "The content type of the compressed attachment MUST be "application/gzip": this is an indicator to the receiver that compression has been used."
 
It seems appropriate to  - also - indicate this at a higher level, in the eb header, where we also give other encoding details on the part:
 
    <eb:PartInfo href="cid=foo@example.com" <mailto:cid=foo@example.com> >
        <eb:PartProperties>
            <eb:Property name="MimeType">application/xml</eb:Property>
            <eb:Property name="CharacterSet">utf-8</eb:Property>
            <eb:Property name="Compressed"/>
        </eb:PartProperties>
    <eb:PartInfo
 
-jacques


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]