Skip to content

Add Date to EmailComplexType #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
burnalting opened this issue Sep 22, 2021 · 2 comments
Closed

Add Date to EmailComplexType #74

burnalting opened this issue Sep 22, 2021 · 2 comments

Comments

@burnalting
Copy link
Contributor

Not all emails have a parseable Date timestamp, but it is the timestamp recorded of the email. We should have a Date String element within the EmailComplextType to represent accurately the Date timestamp recorded in an email.

@burnalting
Copy link
Contributor Author

<xs:element name="Date" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Date timestamp recorded in the email.</xs:documentation>
  </xs:annotation>
</xs:element>

@at055612
Copy link
Member

Fixed in 4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants