Bug Metadata
- Version of extract_msg: 0.48.2
- Your python version: Python 3.11
- How did you launch extract_msg?
Describe the bug
Exception with signed_att.py looking for handleFnc:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".cache/pypoetry/virtualenvs/docai-NS_TRTt-py3.11/lib/python3.11/site-packages/extract_msg/msg_classes/message_base.py", line 899, in
attachmentReturns = [attachment.save(**kwargs) for attachment in self.attachments if not (skipHidden and attachment.hidden)]
^^^^^^^^^^^^^^^^^^^^^^^^^
File ".cache/pypoetry/virtualenvs/docai-NS_TRTt_-py3.11/lib/python3.11/site-packages/extract_msg/attachments/signed_att.py", line 138, in save
fullFilename = self._handleFnc(_zip, filename, customPath, kwargs)
^^^^^^^^^^^^^^^
Additional context
Happy to share code that resulted in this. This looks fairly straightforward. I'm not sure the best approach for resolving.
Thanks,
Mark
Bug Metadata
Describe the bug
Exception with signed_att.py looking for handleFnc:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".cache/pypoetry/virtualenvs/docai-NS_TRTt-py3.11/lib/python3.11/site-packages/extract_msg/msg_classes/message_base.py", line 899, in
attachmentReturns = [attachment.save(**kwargs) for attachment in self.attachments if not (skipHidden and attachment.hidden)]
^^^^^^^^^^^^^^^^^^^^^^^^^
File ".cache/pypoetry/virtualenvs/docai-NS_TRTt_-py3.11/lib/python3.11/site-packages/extract_msg/attachments/signed_att.py", line 138, in save
fullFilename = self._handleFnc(_zip, filename, customPath, kwargs)
^^^^^^^^^^^^^^^
Additional context
Happy to share code that resulted in this. This looks fairly straightforward. I'm not sure the best approach for resolving.
Thanks,
Mark