HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/ruby/vendor_ruby/mail/parsers/rfc2183_content_disposition.rl
%%{
  # RFC 2183 The Content-Disposition Header Field
  # https://tools.ietf.org/html/rfc2183#section-2
  #
  # TODO: recognize filename, size, creation date, etc.
  machine rfc2183_content_disposition;
  alphtype int;

  include rfc2045_content_type "rfc2045_content_type.rl";

  disposition_type = 'inline'i | 'attachment'i | extension_token;
  disposition_parm = parameter;
  disposition = (disposition_type >disp_type_s %disp_type_e)
                (";" disposition_parm)*;
}%%