# File lib/mail/message.rb, line 1603 def encoded ready_to_send! buffer = header.encoded buffer << "\r\n" buffer << body.encoded buffer end