duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

feat: Implement `Clone` and `PartialEq` for codec types #440

Closed jakoschiko closed 4 months ago

jakoschiko commented 4 months ago

If I understand correctly the codec structs (e.g. CommandCodec) might contain options in the future that effect how messages are encoded/decoded. It's useful to implement Clone and PartialEq for such option structs. This PR does this.

Resolves #438

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 7844781422


Totals Coverage Status
Change from base Build 7784490136: 0.0%
Covered Lines: 9546
Relevant Lines: 10258

💛 - Coveralls
duesee commented 4 months ago

Thanks!