niax / rust-email

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

Final MIME boundary not handled #45

Closed cpardotortosa closed 5 years ago

cpardotortosa commented 5 years ago

MIME messages with final 'encapsulation' boundary (ending in --) parse incorrectly. The last boundary is included as part of the last MIME part. If this is indeed an issue (and not me missing something), I'll be happy to fix it.