class Net::IMAP::UIDFetchData

Net::IMAP::UIDFetchData represents the contents of a UIDFETCH response, When the UIDONLY extension has been enabled, Net::IMAP#uid_fetch and Net::IMAP#uid_store will both return an array of UIDFetchData objects.

UIDFetchData contains the same message attributes as FetchData. However, UIDFETCH responses return the UID at the beginning of the response, replacing FetchData#seqno. UIDFetchData never contains a message sequence number.

See FetchStruct documentation for a list of standard message attributes.