method

send_data

send_data(imap)
public

No documentation available.

# File lib/net/imap.rb, line 1527
      def send_data(imap)
        imap.send(:send_quoted_string, @data)
      end