send_data(imap, tag)
No documentation available.
# File lib/net/imap.rb, line 1583 def send_data(imap, tag) imap.send(:send_literal, @data, tag) end