Sha256: 0af7c3473eeee8980a426753f55e80c29c5690177e65d6bf1a4ff3e261117517

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

# frozen_string_literal: true

module Mail
  module Jdec
    module MessageIdsElementPatch
      private

      def parse(string)
        if Jdec.enabled? && string.is_a?(String)
          string = string.gsub(/\t/, ' ')
        end
        super
      end
    end
  end
end

Mail::MessageIdsElement.prepend Mail::Jdec::MessageIdsElementPatch

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mail-jdec-1.2.0 lib/mail/jdec/elements/message_ids_element_patch.rb