We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
fix vikramarsid#181
6977c29
save_email_file not return Path return TRUE
No branches or pull requests
Describe the bug
Instead, of returning the saved_path it returns TRUE.
The text was updated successfully, but these errors were encountered: