aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/quoting.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/lib/action_mailer/quoting.rb')
-rw-r--r--actionmailer/lib/action_mailer/quoting.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/lib/action_mailer/quoting.rb b/actionmailer/lib/action_mailer/quoting.rb
index b30441f9de..70f636bf69 100644
--- a/actionmailer/lib/action_mailer/quoting.rb
+++ b/actionmailer/lib/action_mailer/quoting.rb
@@ -1,5 +1,8 @@
module ActionMailer
module Quoting #:nodoc:
+ # TODO extract this into Mail itself.
+ #
+ #
# Convert the given text into quoted printable format, with an instruction
# that the text be eventually interpreted in the given charset.
def quoted_printable(text, charset)