=head1 NAME Mail::Box-Index - list of all extended documentation =head1 DESCRIPTION All methods defined by MailBox are documented, but you still need to get a grip on the large picture: the relations between the modules and the methods. These larger explanations are included in the DETAILS of the manual pages, and listed here below. Of course, each page has a DESCRIPTION section as well, which tells some bare necessities about the module. Only the HTML version of this manual page will list the sections. =begin :html
  1. General sources of information
  2. Messages (L)
    See separate entries on header, body, fields and construction in this index below.
    • Structure of a Message
      • The header
      • The body
    • Coercing messages
    • Message object implementation
    • Message class implementation
  3. Message headers (L)
    • Ordered header fields
    • Subsets of header fields
    • Head class implementation
  4. Message header fields (L)
    • Field syntax
      • Folding fields
      • Structured fields
      • Comments in fields
    • Getting a field
      • Using get() field
      • Using study() field
      • Using resent groups (Mail::Message::Head::ResentGroup)
      • Mailing list fields
      • Spam fighting fields
    • The field's data
      • Access to the field
      • Using simplified field access
      • Specifying field data
    • Field class implementation
  5. Message bodies (L)
    • Access to the body
    • Body meta information
      • Content types (MIME::Types)
      • Content transfer encoding (Mail::Message::TransferEnc)
    • Multipart bodies (Mail::Message::Body::Multipart)
    • Nested (encapsulated) messages (Mail::Message::Body::Nested)
    • Body class implementation
      • Data collector bodies
      • Complex bodies
  6. Message labels
  7. Message processing
  8. Folders (L) See separate section for type specifics below.
    • Folder managers
      • Managing open folders (Mail::Box::Manager)
      • Managing a user (Mail::Box::Manage::User)
    • Folder types (Mail::Box)
      • Different kinds of folders
      • Available folder types
      • Folder class implementation
    • Folder tied as array (Mail::Box::Tie::ARRAY)
      • Limitations
    • Folder tied as hash (Mail::Box::Tie::HASH)
    • Folder locking (Mail::Box::Locker)
    • Searching folders (Mail::Box::Search)
      • scan header and body (Mail::Box::Search::Grep)
      • check for spam (Mail::Box::Search::SpamAssassin)
    • Managing messages located in folders (Mail::Box::Message)
  9. Folder types
  10. Discussion threads
  11. Transmitting messages (L)
    • Sending (Mail::Transport::Send)
      • Via Exim (Mail::Transport::Exim)
      • Via Mailx (Mail::Transport::Mailx)
      • Via Qmail (Mail::Transport::Qmail)
      • Via Sendmail or Postfix (Mail::Transport::Sendmail)
      • Via raw SMTP (Mail::Transport::SMTP)
    • Receiving (Mail::Transport::Receive)
      • Via POP3 (Mail::Transport::POP3)
    • Bi-directional
      • Via IMAP4 (Mail::Transport::IMAP4)
  12. Performance
  13. Additional modules
=end :html =head1 SEE ALSO This module is part of Mail-Box distribution version 2.091, built on September 06, 2009. Website: F =head1 LICENSE Copyrights 2001-2009 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F