class Net::IMAP::ThreadMember

Net::IMAP::ThreadMember represents a thread-node returned by Net::IMAP#thread.

Public Instance Methods

children → array of ThreadMember click to toggle source

An array of Net::IMAP::ThreadMember objects for mail items that are children of this in the thread.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 866
    
seqno → Integer click to toggle source

The message sequence number.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 860