Lan Khuat created JAMES-3370:
--------------------------------

             Summary: JMAP Email/get Unparsed headers
                 Key: JAMES-3370
                 URL: https://issues.apache.org/jira/browse/JAMES-3370
             Project: James Server
          Issue Type: Improvement
            Reporter: Lan Khuat


Header field properties are derived from the message header fields. All header 
fields may be fetched in a raw form. 

[https://jmap.io/spec-mail.html#emails]

 

 
{code:java}
The following low-level Email property is specified for complete access to the 
header data of the message:

headers: EmailHeader[] (immutable) This is a list of all header fields 
[@!RFC5322], in the same order they appear in the message. 
An EmailHeader object has the following properties:
   - name: String The header field name as defined in [@!RFC5322], with the 
same capitalization that it has in the message.
   - value: String The header field value as defined in [@!RFC5322], in Raw 
form.
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to