| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-09 | Work out how to get the body of a multipart email | Teddy 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-09 | Testing out different libraries for email parsing | Teddy Wing | |
| 2021-03-08 | New Rust v1.50.0 project | Teddy Wing | |
| Generated with: $ cargo init --bin | |||
