Class: Larch::IMAP::Message

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#envelopeObject

Returns the value of attribute envelope

Returns:

  • (Object)

    the current value of envelope



16
17
18
# File 'lib/larch/imap.rb', line 16

def envelope
  @envelope
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



16
17
18
# File 'lib/larch/imap.rb', line 16

def flags
  @flags
end

#guidObject

Returns the value of attribute guid

Returns:

  • (Object)

    the current value of guid



16
17
18
# File 'lib/larch/imap.rb', line 16

def guid
  @guid
end

#internaldateObject

Returns the value of attribute internaldate

Returns:

  • (Object)

    the current value of internaldate



16
17
18
# File 'lib/larch/imap.rb', line 16

def internaldate
  @internaldate
end

#rfc822Object

Returns the value of attribute rfc822

Returns:

  • (Object)

    the current value of rfc822



16
17
18
# File 'lib/larch/imap.rb', line 16

def rfc822
  @rfc822
end