class Net::IMAP::DataLite

DataLite subclasses ruby’s Data class and is aliased as Net::IMAP::Data, so that code using it won’t need to be updated when it is removed. It adds support for yaml encoding. When psych adds support for Data, DataLite will be removed.

Previously, DataLite served as a reimplementation of Data for ruby 3.1.