Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10317: tmail.diff

File tmail.diff, 0.6 kB (added by mikel, 2 years ago)

TMail fix to scanner.rb

  • actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb

    old new  
    4444    } 
    4545 
    4646    alnum      = 'a-zA-Z0-9' 
    47     atomsyms   = %q[  _#!$%&`'*+-{|}~^@/=?  ].strip 
     47    atomsyms   = %q[  _#!$%&`'*+-{|}~^/=?  ].strip 
    4848    tokensyms  = %q[  _#!$%&`'*+-{|}~^@.    ].strip 
    4949 
    5050    atomchars  = alnum + Regexp.quote(atomsyms)