Class Redwood::Maildir
In: lib/sup/maildir.rb
Parent: Source

Maildir doesn‘t provide an ordered unique id, which is what Sup requires to be really useful. So we must maintain, in memory, a mapping between Sup "ids" (timestamps, essentially) and the pathnames on disk.

Methods

Included Modules

SerializeLabelsNicely

Constants

SCAN_INTERVAL = 30
MYHOSTNAME = Socket.gethostname

Public Class methods

Public Instance methods

[Validate]