Menu

Scraping All Written Correspondance With My Wife

Jul 22, 2018

An Anniversary gift

Here’s an anniversary gift I made for my wife: https://very-good-website.xyz/inbox-all/ and some scattered notes I took building it.

The source code for this is on github: https://github.com/jafow/inbox-all

v0.0.1 too narrow

why are so many messages being skipped?

found a bug

when finding an multipart message, I was walking the message, but not iterating over its parts, instead just calling m.get_paylaod() from with in the

# etc ...
for part in msg.walk()
    # should call part.get_payload()
    # etc ...

Related tags:

Site menu

Back to top