Skip to content
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

save_email_file not return Path return TRUE #181

Open
Mahendra-Chouhan opened this issue Jan 8, 2021 · 0 comments
Open

save_email_file not return Path return TRUE #181

Mahendra-Chouhan opened this issue Jan 8, 2021 · 0 comments

Comments

@Mahendra-Chouhan
Copy link

Describe the bug

from msg_parser import MsOxMessage
msg_obj = MsOxMessage(msg_file_path)
json_string = msg_obj.get_message_as_json()
msg_properties_dict = msg_obj.get_properties()
saved_path = msg_obj.save_email_file(output_eml_file_path)

Instead, of returning the saved_path it returns TRUE.

AnatolyKabakov1983 added a commit to AnatolyKabakov1983/msg_parser that referenced this issue Jul 27, 2022
save_email_file not return Path return TRUE
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

No branches or pull requests

1 participant