From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 27 Oct 2007 18:04:17 -0700 Subject: [sup-talk] Problems in message_to_chunks In-Reply-To: <1193525943.4723c2b71faae@webmail.mail.rice.edu> References: <1193525943.4723c2b71faae@webmail.mail.rice.edu> Message-ID: <1193533308-sup-4419@south> Excerpts from Christopher Warrington's message of Sat Oct 27 15:59:03 -0700 2007: > On opening the inbox-mode: > The problem was: 'private method `format' called for nil:NilClass' (error type > NoMethodError) Weird. It looks like RubyMail can't find a From: line in a message/rfc822 attachment. If you get a chance, send me the message in question so I can play with it. I think this should be special-cased as of r634 though. > On sup-syncing a large IMAP folder: > /usr/lib/ruby/gems/1.8/gems/rmail-0.17/lib/rmail/utils.rb:48:in `base64_decode': > undefined method `unpack' for nil:NilClass (NoMethodError) > from /usr/lib/ruby/gems/1.8/gems/rmail-0.17/lib/rmail/message.rb:117:in > `decode' Weird. It looks like RubyMail is having trouble parsing an attachment. Same as above: should be special-cased in r634, and send me the message if you get a chance. Thanks! -- William