Skip to content

SignedAttachment missing private method _handleFnc #409

Description

@mescanne

Bug Metadata

  • Version of extract_msg: 0.48.2
  • Your python version: Python 3.11
  • How did you launch extract_msg?
    • I used the extract_msg package

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions