method

new

new(response)
public

No documentation available.

# File lib/net/imap.rb, line 3593
      def initialize(response)
        @response = response

        super @response.data.text
      end