Open
Description
Apparently the oxmsg
library, which you rely on, has some pretty annoying print statements when handling .eml files. I've submitted an issue to them directly, but in the meantime since the repository hasn't been updated in 8 months, can you guys perhaps suppress them in your source code somehow?
See the issue I created here:
Thanks.
Here's an example of what they look like:
len(segment)=16
repr(segment)="b'\\x1e\\x10\\x03\\x80\\x06\\x00\\x00\\x000\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
len(segment)=16
repr(segment)='b\'\\x1e\\x10"\\x80\\x06\\x00\\x00\\x00 \\x00\\x00\\x00\\x00\\x00\\x00\\x00\''
len(segment)=16
repr(segment)="b'\\x1e\\x107\\x80\\x06\\x00\\x00\\x00\\x14\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
len(segment)=16
repr(segment)="b'\\x03\\x10<\\x80\\x06\\x00\\x00\\x00\\x14\\x00\\x00\\x00\\x00\\x00\\x00\\x00'"
Metadata
Metadata
Assignees
Labels
No labels