jarrodparkes / mbox-to-csv

Python script for converting MBOX files to CSV.
87 stars 31 forks source link

lazy encoding fix #10

Closed moates closed 4 years ago

moates commented 4 years ago

I also ran into the encoding issues noted by others. I needed something quick over perfection for my use-case, so this was the lazy fix I added.

I have an example mbox you can use for testing @jarrodparkes but I'd rather not push it somewhere public since I didn't scrub it super well. Is there a best way to get that to you?

jarrodparkes commented 4 years ago

@moates you could email the mbox as an attachment to me directly. my email can be found on my GitHub profile page. thanks for taking a look at this :)

moates commented 4 years ago

@moates you could email the mbox as an attachment to me directly. my email can be found on my GitHub profile page. thanks for taking a look at this :)

Sent! And oope, looks I accidentally PRd some extra commits that you probably don't want ( 078f759 with Gmail-specific stuff)

jarrodparkes commented 4 years ago

Got it, tested, and it worked. Also, no worries, I incorporated your changes on master.

Thank you!