djc / tokio-imap

Tokio-based IMAP implementation
Apache License 2.0
123 stars 42 forks source link

Add into_owned() for Response and MailboxDatum. #120

Closed mordak closed 3 years ago

mordak commented 3 years ago

This is similar to #115 and adds into_owned() for Response and MailboxDatum.

djc commented 3 years ago

Thanks!

mordak commented 3 years ago

Do you know when this will make it into a release? Thank you!

djc commented 3 years ago

I just pushed out 0.14.1. Hope that helps!

mordak commented 3 years ago

I just pushed out 0.14.1. Hope that helps!

It does very much! Thank you! :)