Class: Larch::IMAP::Message
- Inherits:
-
Struct
- Object
- Struct
- Larch::IMAP::Message
- Defined in:
- lib/larch/imap.rb
Overview
Larch::IMAP::Message represents a transferable IMAP message which can be passed between Larch::IMAP instances.
Instance Attribute Summary collapse
-
#envelope ⇒ Object
Returns the value of attribute envelope.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#guid ⇒ Object
Returns the value of attribute guid.
-
#internaldate ⇒ Object
Returns the value of attribute internaldate.
-
#rfc822 ⇒ Object
Returns the value of attribute rfc822.
Instance Attribute Details
#envelope ⇒ Object
Returns the value of attribute envelope
16 17 18 |
# File 'lib/larch/imap.rb', line 16 def envelope @envelope end |
#flags ⇒ Object
Returns the value of attribute flags
16 17 18 |
# File 'lib/larch/imap.rb', line 16 def flags @flags end |
#guid ⇒ Object
Returns the value of attribute guid
16 17 18 |
# File 'lib/larch/imap.rb', line 16 def guid @guid end |
#internaldate ⇒ Object
Returns the value of attribute internaldate
16 17 18 |
# File 'lib/larch/imap.rb', line 16 def internaldate @internaldate end |
#rfc822 ⇒ Object
Returns the value of attribute rfc822
16 17 18 |
# File 'lib/larch/imap.rb', line 16 def rfc822 @rfc822 end |