Get the following error when it is enumerating emails in the 'to_be_processed' folder.
Error:
---------------------Scraping through to_be_processed folder-----------------
Traceback (most recent call last):
File "./email2hive.py", line 51, in
date_received = match.group(0).replace("Date:", '').strip()
AttributeError: 'tuple' object has no attribute 'group'
Get the following error when it is enumerating emails in the 'to_be_processed' folder.
Error:
---------------------Scraping through to_be_processed folder-----------------
Traceback (most recent call last):
File "./email2hive.py", line 51, in
date_received = match.group(0).replace("Date:", '').strip()
AttributeError: 'tuple' object has no attribute 'group'