Class Mail::ParameterHash
In: lib/mail/fields/common/parameter_hash.rb
Parent: HashWithIndifferentAccess

ParameterHash is an intelligent Hash that allows you to add parameter values including the MIME extension paramaters that have the name*0="blah", name*1="bleh" keys, and will just return a single key called name="blahbleh" and do any required un-encoding to make that happen Parameters are defined in RFC2045, split keys are in RFC2231

Methods

[]   decoded   encoded  

Included Modules

Mail::Utilities

Public Instance methods

[Validate]