aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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