Skip to content

Conversation

@dhoelzl
Copy link

@dhoelzl dhoelzl commented Feb 20, 2020

  • introduce NameIdChunks.GetPropertyTag which enables evaluating property ids from properties identified by name/id in property sets
    (simple version of IMAPIProp::GetIDsFromNames)
  • AttachmentChunks.getAttachData: use new ByteStreamChunk instead of ByteChunk which enables delayed reading of attachments
    to avoid all attachments are completely read into memory when parsing which may cause OutOfMemoryErrors on e-mails with big attachments.
  • POIFSChunkParser: support reading multi valued chunks (e.g. required when reading the Keywords ("categories") property)
  • add MAPIProperty.RECEIVED_BY_SMTP_ADDRESS
  • add unit tests

- introduce NameIdChunks.GetPropertyTag which enables evaluating property ids from properties identified by name/id in property sets
  (simple version of IMAPIProp::GetIDsFromNames)
- AttachmentChunks.getAttachData: use new ByteStreamChunk instead of ByteChunk which enables delayed reading of attachments
  to avoid all attachments are completely read into memory when parsing which may cause OutOfMemoryErrors on e-mails with big attachments.
- POIFSChunkParser: support reading multi valued chunks (e.g. required when reading the Keywords ("categories") property)
- add MAPIProperty.RECEIVED_BY_SMTP_ADDRESS
- add unit tests
@dhoelzl
Copy link
Author

dhoelzl commented Mar 9, 2020

Thank you for applying this!

@dhoelzl dhoelzl closed this Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant