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