method
send_data

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