# File email/lib/symbiosis/domain/mailbox.rb, line 362
      def encrypt_password=(bool)
        raise ArgumentError, "Must be true or false" unless [true, false].include?(bool)
        @encrypt_password = bool
      end