# File lib/mailfactory.rb, line 398 def quoted_printable_with_instruction(text, charset) text = quoted_printable_encode_header(text) "=?#{charset}?Q?#{text}?=" end