Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Type and spacing issues #16

Description

@punkrokk

In order to get your bug addressed in a timely manner, or at all 😃, please fill out the below bug report. Please try to make it as easy as possible for us to understand what is going on. We may close out any bugs or issues without warning that are not complete or coherent.

In the bug template below anything is [square brackets] should be filled out or removed if the item doesn't apply.

Should you encounter an error that has not already been reported, please do the following when reporting it:
Bug Metadata

    • Using latest supported version of extract_msg
  • Your python version: Python 3.6.7
  • How did you launch extract_msg?
    • [x ] My command line or
    • I used the extract_msg package

Describe the bug
There are tabs present in messages.py
Line 607 has the wrong variable in the parameters. Should be customPath, not custom.

[ If applicable ]
**What code did you use or can we use to reproduce this error?

def save_attachments(self, contentId=False, json=False, useFileName=False, raw=False, customPath=None):
       """
       Saves only attachments in the same folder.
       """
       for attachment in self.attachments:
           attachment.save(contentId, json, useFileName, raw, custom)

Is there a message.msg file you want to share to help us reproduce this?

  • Uploaded message (drag and drop on this window)
  • Emailed message as an attachment to admins: [Enter Subject Line Here]

Traceback


Screenshots
N/A
Additional context
N/A

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions