Class/Module Index [+]

Quicksearch

Mail::FromField

Public Instance Methods

encoded() click to toggle source
Also aliased as: encoded_without_jpmobile
encoded_with_jpmobile() click to toggle source
# File lib/jpmobile/mail.rb, line 495
def encoded_with_jpmobile
  if @mobile
    self.charset = @mobile.mail_charset
  end

  encoded_without_jpmobile
end
Also aliased as: encoded
encoded_without_jpmobile() click to toggle source
Alias for: encoded
initialize(value = nil, charset = 'utf-8') click to toggle source
Also aliased as: initialize_without_jpmobile
initialize_with_jpmobile(value = nil, charset = 'utf-8') click to toggle source
# File lib/jpmobile/mail.rb, line 479
def initialize_with_jpmobile(value = nil, charset = 'utf-8')
  @jpmobile_raw_text = value
  initialize_without_jpmobile(value, charset)
end
Also aliased as: initialize
initialize_without_jpmobile(value = nil, charset = 'utf-8') click to toggle source
Alias for: initialize
mobile=(m) click to toggle source
# File lib/jpmobile/mail.rb, line 487
def mobile=(m)
  if @mobile = m
    self.charset = @mobile.mail_charset
    self.value   = @jpmobile_raw_text
    self.parse
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.