# File lib/sup/maildir.rb, line 78 def each_raw_message_line id scan_mailbox with_file_for(id) do |f| until f.eof? yield f.gets end end end