Class: TMail::ReceivedHeader

Inherits:
StructuredHeader show all
Defined in:
lib/tmail-pure/header.rb

Constant Summary collapse

PARSE_TYPE =
:RECEIVED

Constants inherited from HeaderField

HeaderField::FNAME_TO_CLASS

Instance Method Summary collapse

Methods inherited from StructuredHeader

#comments

Methods inherited from HeaderField

#accept, #body, #body=, #empty?, #illegal?, #initialize, #inspect, internal_new, new, new_from_port, newobj

Methods included from StrategyInterface

#accept_strategy, create_dest, #decoded, #encoded

Constructor Details

This class inherits a constructor from TMail::HeaderField

Instance Method Details

#_forObject



491
492
493
494
# File 'lib/tmail-pure/header.rb', line 491

def _for
  ensure_parsed
  @_for
end

#_for=(arg) ⇒ Object



496
497
498
499
# File 'lib/tmail-pure/header.rb', line 496

def _for=(arg)
  ensure_parsed
  @_for = arg
end

#byObject



456
457
458
459
# File 'lib/tmail-pure/header.rb', line 456

def by
  ensure_parsed
  @by
end

#by=(arg) ⇒ Object



461
462
463
464
# File 'lib/tmail-pure/header.rb', line 461

def by=(arg)
  ensure_parsed
  @by = arg
end

#dateObject



501
502
503
504
# File 'lib/tmail-pure/header.rb', line 501

def date
  ensure_parsed
  @date
end

#date=(arg) ⇒ Object



506
507
508
509
# File 'lib/tmail-pure/header.rb', line 506

def date=(arg)
  ensure_parsed
  @date = arg
end

#fromObject



446
447
448
449
# File 'lib/tmail-pure/header.rb', line 446

def from
  ensure_parsed
  @from
end

#from=(arg) ⇒ Object



451
452
453
454
# File 'lib/tmail-pure/header.rb', line 451

def from=(arg)
  ensure_parsed
  @from = arg
end

#idObject



481
482
483
484
# File 'lib/tmail-pure/header.rb', line 481

def id
  ensure_parsed
  @id
end

#id=(arg) ⇒ Object



486
487
488
489
# File 'lib/tmail-pure/header.rb', line 486

def id=(arg)
  ensure_parsed
  @id = arg
end

#viaObject



466
467
468
469
# File 'lib/tmail-pure/header.rb', line 466

def via
  ensure_parsed
  @via
end

#via=(arg) ⇒ Object



471
472
473
474
# File 'lib/tmail-pure/header.rb', line 471

def via=(arg)
  ensure_parsed
  @via = arg
end

#withObject



476
477
478
479
# File 'lib/tmail-pure/header.rb', line 476

def with
  ensure_parsed
  @with
end