Sha256: dc18b85155b9f86d171af9b18eb5283b7a1830ce44df808de6fada75b5a5986b
Contents?: true
Size: 320 Bytes
Versions: 241
Compression:
Stored size: 320 Bytes
Contents
# encoding: utf-8 # # The field names of any optional-field MUST NOT be identical to any # field name specified elsewhere in this standard. # # optional-field = field-name ":" unstructured CRLF require 'mail/fields/unstructured_field' module Mail class OptionalField < UnstructuredField end end
Version data entries
241 entries across 198 versions & 23 rubygems