Sha256: 92dc6c5e089c905e126fc28da40b0a33d9c4ed70b75105a594f8f700132a2e50

Contents?: true

Size: 292 Bytes

Versions: 255

Compression:

Stored size: 292 Bytes

Contents

module Mail
  grammar ContentLocation

    include RFC2822
    include RFC2045

    rule primary
      CFWS location CFWS
    end
    
    rule location
      quoted_string {
        def text_value
          quoted_content.text_value
        end
      } / (token / [\x3d])+
    end

  end
end

Version data entries

255 entries across 213 versions & 18 rubygems

Version Path
mail-2.5.5 lib/mail/parsers/content_location.treetop
mail-2.5.5.rc1 lib/mail/parsers/content_location.treetop
classiccms-0.7.5 vendor/bundle/gems/mail-2.4.4/lib/mail/parsers/content_location.treetop
classiccms-0.7.4 vendor/bundle/gems/mail-2.4.4/lib/mail/parsers/content_location.treetop
classiccms-0.7.3 vendor/bundle/gems/mail-2.4.4/lib/mail/parsers/content_location.treetop
active_mailer-0.0.10 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/mail-2.4.4/lib/mail/parsers/content_location.treetop
judge-2.0.5 vendor/bundle/ruby/2.1.0/gems/mail-2.4.4/lib/mail/parsers/content_location.treetop
depengine-0.0.31 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.31 etc/isolate/ruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.30 etc/isolate/ruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.30 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.29 etc/isolate/ruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.29 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.28 etc/isolate/ruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.28 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.27 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.27 etc/isolate/ruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.26 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.26 etc/isolate/ruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop
depengine-0.0.25 etc/isolate/jruby-1.8/gems/mail-2.2.5/lib/mail/parsers/content_location.treetop