Skip to content

Instantly share code, notes, and snippets.

@jbfink
Created February 16, 2012 18:00
Show Gist options
  • Save jbfink/1846756 to your computer and use it in GitHub Desktop.
Save jbfink/1846756 to your computer and use it in GitHub Desktop.
fillmore.py error
Traceback (most recent call last):
File "/home/jbfink/work/fillmore/fillmore.py", line 163, in <module>
mailbox.read_inbox_headers()
File "/home/jbfink/work/fillmore/fillmore.py", line 70, in read_inbox_headers
self.inbox_headers.append(self.parse_message_headers(message_id))
File "/home/jbfink/work/fillmore/fillmore.py", line 83, in parse_message_headers
fields = header.split[0][1]("\r\n")
AttributeError: 'list' object has no attribute 'split'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment