for subject
# File lib/jpmobile/mail.rb, line 457 def encoded_with_jpmobile if @mobile if @mobile.to_mail_subject_encoded?(value) "#{name}: #{value}\r\n" else # convert encoding "#{name}: " + @mobile.to_mail_subject(value) + "\r\n" end else encoded_without_jpmobile end end
Generated with the Darkfish Rdoc Generator 2.