duesee / imap-codec

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

Implement `Clone` for codec types #438

Closed jakoschiko closed 4 months ago

jakoschiko commented 5 months ago

I would like to have a Clone implementation for types like CommandCodec, etc. Any objects?

duesee commented 4 months ago

No objections.

jakoschiko commented 4 months ago

How do you handle backwards compatible changes like this one with regard to your v2 branch?

duesee commented 4 months ago

Let's ignore v2 completely. I'll ask Quentin if he still needs it. If not, let's delete the v2 branch quickly. So: Everything on main.

duesee commented 4 months ago

Quentin doesn't need it anymore. Let's delete it so it doesn't confuse us.