Parent

Included Modules

Class/Module Index [+]

Quicksearch

Mail::InReplyToField

Public Class Methods

new(*args) click to toggle source
# File lib/mail/fields/in_reply_to_field.rb, line 36
def initialize(*args)
  super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, args.last))
  self.parse
  self
end

Public Instance Methods

decoded() click to toggle source
# File lib/mail/fields/in_reply_to_field.rb, line 46
def decoded
  do_decode
end
encoded() click to toggle source
# File lib/mail/fields/in_reply_to_field.rb, line 42
def encoded
  do_encode(CAPITALIZED_FIELD)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.