class Net::IMAP::QuotedString

def send_data(imap, tag)

:nodoc:
def send_data(imap, tag)
  imap.__send__(:send_quoted_string, data)
end