class Net::IMAP::MessageSet

def send_data(imap, tag)

:nodoc:
def send_data(imap, tag)
  imap.__send__(:put_string, format_internal(@data))
end