From mboxrd@z Thu Jan 1 00:00:00 1970 From: col@baibell.org (Colin Bell) Date: Thu, 01 Nov 2007 16:33:26 +1100 Subject: [sup-talk] exception while syncing In-Reply-To: <47295D4F.9020101@gslab.com> References: <47295D4F.9020101@gslab.com> Message-ID: <1193894943-sup-9567@lankhmar> 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.