aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-09Use 'whatlang' to detect the language of the email bodyTeddy Wing
2021-03-09Move email body parsing code to a new functionTeddy Wing
Isolate this block.
2021-03-09Fix single-part email handlingTeddy Wing
The old code was from when I was testing with a multipart email and hadn't figured out how to extract the body from it.
2021-03-09Remove old email parsing trialsTeddy Wing
Now that we've worked out how to do this, I can remove my old essays.
2021-03-09Work out how to get the body of a multipart emailTeddy Wing
Figured out why I was getting an empty string before: I was inputting a multipart email. I need to actually look through each part to get the message body. Look for the body of the "text/plain" part.
2021-03-09Try extracting the body of an email messageTeddy Wing
2021-03-09Testing out different libraries for email parsingTeddy Wing
2021-03-08New Rust v1.50.0 projectTeddy Wing
Generated with: $ cargo init --bin
2021-03-08Add ideaTeddy Wing