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

File "mbox_to_txt.py", line 172, in mailbox_text if author not in message['From']: TypeError: argument of type 'Header' is not iterable #2

Open
Wick-McLean opened this issue Dec 13, 2019 · 0 comments

Comments

@Wick-McLean
Copy link

Program returns this error:
xyz

Traceback (most recent call last):
File "mbox_to_txt.py", line 196, in
main()
File "mbox_to_txt.py", line 191, in main
for text in mailbox_text(mb, args.author):
File "mbox_to_txt.py", line 172, in mailbox_text
if author not in message['From']:

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