Excerpts from Manish Sapariya's message of Thu Nov 01 15:59:59 +1100 2007: > Hi All, > Is this known issue? If yes, can anyone suggest workaroud, if no > where can log bug for this issue? Please let me know if you need > more info in any case. /usr/lib/ruby/gems/1.8/gems/rmail-0.17/lib/rmail/parser/multipart.rb:159:in > `[]=': can't modify frozen string (TypeError) > from
Probably this problem from the FAQ http://sup.rubyforge.org/FAQ.txt P: I get some error message from Rubymail about frozen strings when importing messages with attachments. S: The current solution is to directly modify RubyMail. Change line 159 of multipart.rb to: chunk = chunk[0..start] This is because RubyMail hasn't been updated since like Ruby 1.8.2. Please bug Matt Lickey. _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
