method

process

process(data)
public

No documentation available.

# File lib/net/imap.rb, line 3129
      def process(data)
        case @state
        when STATE_USER
          @state = STATE_PASSWORD
          return @user
        when STATE_PASSWORD
          return @password
        end
      end