Class Redwood::MBox::Loader
In: lib/sup/mbox/loader.rb
Parent: Source

Methods

Included Modules

SerializeLabelsNicely

Attributes

labels  [R] 

Public Class methods

Public Instance methods

scan forward until we‘re at the valid start of a message

apparently it‘s a million times faster to call this directly if we‘re just moving messages around on disk, than reading things into memory with raw_message.

i hoped never to have to move shit around on disk but sup-sync-back has to do it.

[Validate]