Sha256: 5f69340f568b085ea982ac8f5201d5b4ad9f3f2cf91a86973244832e0f6a5dcb
Contents?: true
Size: 350 Bytes
Versions: 23
Compression:
Stored size: 350 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true # # 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
23 entries across 21 versions & 6 rubygems