send_data(imap, tag)
public
Hide source
# File lib/net/imap.rb, line 1538 def send_data(imap, tag) imap.send(:put_string, @data) end