# File lib/action_mailer/vendor/tmail-1.2.3/tmail/encode.rb, line 88 def decoded( eol = "\n", charset = 'e', dest = nil ) # Turn the E-Mail into a string and return it with all # encoded characters decoded. alias for to_s accept_strategy Decoder, eol, charset, dest end