Class: Net::IMAP::FetchData

Inherits:
Object
  • Object
show all
Defined in:
lib/net/imap/fetch_data.rb

Overview

Net::IMAP::FetchData represents the contents of a FETCH response. Net::IMAP#fetch, Net::IMAP#uid_fetch, Net::IMAP#store, and Net::IMAP#uid_store all return arrays of FetchData objects, except when the UIDONLY extension is enabled.

See FetchStruct documentation for a list of standard message attributes.