Flowdock
generate_tag() private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/imap.rb, line 1204
    def generate_tag
      @tagno += 1
      return format("%s%04d", @tag_prefix, @tagno)
    end
Register or log in to add new notes.