niax / rust-email

Implementation of MIME Messages for Rust
MIT License
62 stars 34 forks source link

Handle distinguished mime boundaries #47

Closed thommay closed 5 years ago

thommay commented 5 years ago

Closes: #45

The Multipart Mime spec allows for "distinguished" boundaries that take the form --foo--, and delineate the end of the body.