-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Feature Request: Add support for Task objects #212
Comments
Changed from a bug report to Feature request (not a bug that it is not supported yet). Will get around to this at some point. |
On a related note, you should try to avoid directly instantiating the Message class. Prefer using extract_msg.openMsg to ensure you get the correct class for your .msg file. |
Thought it might be forgotten, since it was instantiated as
Thanks for the note. |
So "BrokenAttachment" is just a substitute for an attachment that had an error in loading while UnsupportedAttachment refers to an attachment type that just can't be supported at all (it's a very specific type that we check for). It was specifically the In the future I'll actually get around to adding it, just need to finish the next major version, then move to a version that will drop support for Python 2 so we can add more features. Will probably be added after that one. |
By the way, any additional examples you can produce would help to make sure that we get everything you may want to access when you get an instance of the Task class (which is what you would get when that format is opened by the module). Also, any examples on how you would expect it to get saved would also be beneficial, with images or possibly actual files being the best. |
Support for viewing many of the important task properties and opening task objects has been finished. Support for saving them will come later |
Completed in 0.35.0. Let me know if you have any issues with it. |
Bug Metadata
Describe the bug
Files with a Outlook Task attachment fail with an extract_msg.exceptions.UnrecognizedMSGTypeError
What code did you use or can we use to reproduce this error?
Is there a message.msg file you want to share to help us reproduce this?
ipmtask.msg.zip
The text was updated successfully, but these errors were encountered: