DESCR 496 B

1234567891011
  1. The Mail::Box module is a modern mail-folder manager.
  2. The modules are trying to keep messages stored in the mailbox file(s)
  3. for as long as possible. Only if the user of a folder really needs
  4. the content of a message, that message is read from file and parsed.
  5. Demand- or delayed-parsing of messages is implemented using the
  6. standard AUTOLOAD mechanism, which means that it is not visible to
  7. the user of the folder! This mechanism also reduces the memory
  8. foot-print of the program enormously.