Skip to content

Number data limit? #9

@ksnyder

Description

@ksnyder

Was curious about the limit on number data in formatter.rb:

  def send_number_data(num)
    if num < 0 || num >= 4294967296
      raise Net::IMAP::DataFormatError, num.to_s
    end
    put_string(num.to_s)
  end

We are sending Gmail msgids, which are larger than this limit, and they work fine through Net::IMAP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions