You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When executing the save_email_file function, Python throws an error with the stacktrace as follows
To Reproduce
After uploading a file using Flask, I select the .msg file using MsOxMessage. Then, I call both get_message_as_json and get_properties. Finally, I call save_email_file, at which time the error throws.
Expected behavior
I expect a .eml file to be created in the file path location designated in the app
Screenshots
Here is my code, if you need it in raw text let me know
Desktop (please complete the following information):
OS: Mac OS
Browser none
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
![Screen Shot 2020-01-16 at 1 26 13 PM](https://user-images.githubusercontent.com/56089222/72552037-0e898500-3864-11ea-8d40-c5e3699914b7.png)
When executing the save_email_file function, Python throws an error with the stacktrace as follows
To Reproduce
After uploading a file using Flask, I select the .msg file using MsOxMessage. Then, I call both get_message_as_json and get_properties. Finally, I call save_email_file, at which time the error throws.
Expected behavior
I expect a .eml file to be created in the file path location designated in the app
Screenshots
![Screen Shot 2020-01-16 at 1 31 27 PM](https://user-images.githubusercontent.com/56089222/72552288-8ce62700-3864-11ea-8437-3eedbcd5eba4.png)
Here is my code, if you need it in raw text let me know
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: