Class: Net::IMAP::ThreadMember
Overview
Net::IMAP::ThreadMember represents a thread-node returned by Net::IMAP#thread
Fields:
seqno |
The sequence number of this message. |
children |
an array of Net::IMAP::ThreadMember objects for mail |
items that are children of this in the thread.
Instance Attribute Summary (collapse)
-
- (Object) children
Returns the value of attribute children.
-
- (Object) seqno
Returns the value of attribute seqno.