This file is indexed.

/usr/share/perl5/Mail/Box-Index.pod is in libmail-box-perl 2.110-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
=encoding utf8

=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

<ol>
<li><strong><a name="general">General</a> sources of information</strong>
  <ul>
  <li>MailBox distribution overview (M<Mail::Box-Overview>)
  <li>MailBox simple recepies (M<Mail::Box-Cookbook>)
  </ul>

<li><strong><a name="messages">Messages</a></strong> (M<Mail::Message>)<br />
      See separate entries on header, body, fields
      and construction in this index below.
  <ul>
  <li>L<Mail::Message/Structure of a Message>
      <ul>
      <li>L<Mail::Message/The header> 
      <li>L<Mail::Message/The body> 
      </ul>
  <li>Coercing messages
  <li>L<Mail::Message/Message object implementation>
  <li>L<Mail::Message/Message class implementation>
  </ul>

<li><strong><a name="headers">Message headers</a></strong> (M<Mail::Message::Head>)
  <ul>
  <li>L<Mail::Message::Head/Ordered header fields>
  <li>L<Mail::Message::Head/Subsets of header fields>
  <li>L<Mail::Message::Head/Head class implementation>
  </ul>

<li><strong><a name="fields">Message header fields</a></strong> (M<Mail::Message::Field>)
  <ul>
  <li>L<Mail::Message::Field/Field syntax>
      <ul>
      <li>L<Mail::Message::Field/Folding fields>
      <li>L<Mail::Message::Field/Structured fields>
      <li>L<Mail::Message::Field/Comments in fields>
      </ul>
  <li>L<Mail::Message::Field/Getting a field>
      <ul>
      <li>L<Mail::Message::Field/Using get() field>
      <li>L<Mail::Message::Field/Using study() field>
      <li>L<Mail::Message::Field/Using resent groups> (M<Mail::Message::Head::ResentGroup>)
      <li>L<Mail::Message::Head::ListGroup/Mailing list fields>
      <li>L<Mail::Message::Head::SpamGroup/Spam fighting fields>
      </ul>
  <li>L<Mail::Message::Field/The field's data>
      <ul>
      <li>L<Mail::Message::Field/Access to the field>
      <li>L<Mail::Message::Field/Using simplified field access>
      <li>L<Mail::Message::Field/Specifying field data>
      </ul>
  <li>L<Mail::Message::Field/Field class implementation>
  </ul>

<li><strong><a name="bodies">Message bodies</a></strong> (M<Mail::Message::Body>)
  <ul>
  <li>L<Mail::Message::Body/Access to the body>
  <li>Body meta information
      <ul>
      <li>Content types (L<MIME::Types>)
      <li>Content transfer encoding (M<Mail::Message::TransferEnc>)
      </ul>
  <li>Multipart bodies (M<Mail::Message::Body::Multipart>)
  <li>Nested (encapsulated) messages (M<Mail::Message::Body::Nested>)
  <li>L<Mail::Message::Body/Body class implementation>
      <ul>
      <li>L<Mail::Message::Body/Data collector bodies>
      <li>L<Mail::Message::Body/Complex bodies>
      <li>L<Mail::Message::Body/Character encoding PERL>
      </ul>
  </ul>

<li><strong><a name="labels">Message labels</a></strong>
  <ul>
  <li>L<Mail::Message/Labels> (M<Mail::Message>)
      <ul>
      <li>L<Mail::Message/Predefined labels> (M<Mail::Message>)
      <li>Storing labels folder dependent
      <li>L<Mail::Box::Maildir::Message/Flags in filename> (M<Mail::Box::Maildir::Message>)
      <li>L<Mail::Message/Status and X-Status fields> (MBOX and POP3)
      <li>L<Mail::Box::MH::Message/The .mh_sequences file> (M<Mail::Box::MH::Labels>)
      <li>L<Mail::Box::IMAP4::Message/IMAP protocol flags> (M<Mail::Box::IMAP4::Message>)
      <li>L<Mail::Box::IMAP4::Message/Other labels> (IMAP4)
      <li>L<Mail::Box::IMAP4::Message/Caching labels> (IMAP4)

      </ul>
  </ul>

<li><strong><a name="process">Message processing</a></strong>
  <ul>
  <li>Reading a message (M<Mail::Message::Construct::Read>)
  <li>L<Mail::Message::Construct::Build/Building a message>
      (M<Mail::Message::Construct::Build>)
  <li>Reply to a message (M<Mail::Message::Construct::Reply>)
  <li>L<Mail::Message::Construct::Forward/Creating a forward>
      (M<Mail::Message::Construct::Forward>)
  <li>Bounce a message (M<Mail::Message::Construct::Bounce>)
  <li>L<Mail::Message::Construct::Rebuild/Rebuilding a message>
      (M<Mail::Message::Construct::Rebuild>)
  <li>Convert messages
      <ul>
      <li>To and from M<Mail::Internet> objects (M<Mail::Message::Convert::MailInternet>)
      <li>To and from M<MIME::Entity> objects(M<Mail::Message::Convert::MimeEntity>)
      <li>Into HTML (M<Mail::Message::Convert::Html>)
      </ul>
  <li>Convert body contents
      <ul>
      <li>From HTML to PostScript (M<Mail::Message::Convert::HtmlFormatPS>)
      <li>From HTML into plain text (M<Mail::Message::Convert::HtmlFormatText>)
      <li>Beautify text (M<Mail::Message::Convert::TextAutoformat>)
      </ul>
  </ul>

<li><strong><a name="folders">Folders</a></strong> (M<Mail::Box>)
      See separate section for type specifics below.
  <ul>
  <li>Folder managers
      <ul>
      <li>L<Mail::Box::Manager/Managing open folders> (M<Mail::Box::Manager>)
      <li>L<Mail::Box::Manager/Managing a user> (M<Mail::Box::Manage::User>)
      </ul>
  <li>Folder types (M<Mail::Box>)
      <ul>
      <li>L<Mail::Box/Different kinds of folders>
      <li>L<Mail::Box/Available folder types>
      <li>L<Mail::Box/Folder class implementation>
      </ul>
  <li>L<Mail::Box::Tie::ARRAY/Folder tied as array> (M<Mail::Box::Tie::ARRAY>)
      <ul>
      <li>L<Mail::Box::Tie::ARRAY/Limitations>
      </ul>
  <li>Folder tied as hash (M<Mail::Box::Tie::HASH>)
  <li>Folder locking (M<Mail::Box::Locker>)
  <li>Searching folders (M<Mail::Box::Search>)
      <ul>
      <li>scan header and body (M<Mail::Box::Search::Grep>)
      <li>check for spam (M<Mail::Box::Search::SpamAssassin>) 
      </ul>
  <li>Managing messages located in folders (Mail::Box::Message)
  </ul>

<li><strong><a name="ftypes">Folder types</a></strong>
  <ul>
  <li>DBX folders (M<Mail::Box::Dbx>, read only)
      <ul>
      <li>L<Mail::Box::Dbx/How DBX folders work>
      <li>L<Mail::Box::Dbx/This implementation>
      <li>L<Mail::Box::Dbx/Converting DBX folders to MBOX>
      </ul>
  <li>IMAP4 folders (M<Mail::Box::IMAP4>)
      <ul>
      <li>L<Mail::Box::IMAP4/How IMAP4 folders work>
      </ul>
  <li>MAILDIR folders (M<Mail::Box::Maildir>)
      <ul>
      <li>L<Mail::Box::Maildir/How MAILDIR folders work>
      </ul>
  <li>MBOX folders (M<Mail::Box::Mbox>)
      <ul>
      <li>L<Mail::Box::Mbox/How MBOX folders work>
      <li>L<Mail::Box::Mbox/Simulation of sub-folders>
      </ul>
  <li>MH folders (M<Mail::Box::MH>)
      <ul>
      <li>L<Mail::Box::MH/How MH folders work>
      <li>L<Mail::Box::MH/This implementation>
      <li>L<Mail::Box::MH/An index-file>
      </ul>
  <li>POP3 folders (M<Mail::Box::POP3>)
      <ul>
      <li>L<Mail::Box::POP3/How POP3 folders work>
      <li>L<Mail::Box::POP3/This implementation>
      </ul>
  </ul>

<li><strong><a name="threads">Discussion threads</a></strong>
  <ul>
  <li>The thread manager (M<Mail::Box::Thread::Manager>)
      <ul>
      <li>L<Mail::Box::Thread::Manager/Maintaining threads>
      <li>L<Mail::Box::Thread::Manager/Delayed thread detection>
      </ul>
  <li>The thread node (M<Mail::Box::Thread::Node>)
  </ul>

<li><strong><a name="send">Transmitting messages</a></strong> (M<Mail::Transport>)
  <ul>
  <li>Sending (M<Mail::Transport::Send>)
      <ul>
      <li>Via Exim (M<Mail::Transport::Exim>)
      <li>Via Mailx (M<Mail::Transport::Mailx>)
      <li>Via Qmail (M<Mail::Transport::Qmail>)
      <li>Via Sendmail or Postfix (M<Mail::Transport::Sendmail>)
      <li>Via raw SMTP (M<Mail::Transport::SMTP>)
      </ul>
  <li>Receiving (M<Mail::Transport::Receive>)
      <ul>
      <li>Via POP3 (M<Mail::Transport::POP3>)
      </ul>
  <li>Bi-directional
      <ul>
      <li>Via IMAP4 (M<Mail::Transport::IMAP4>)
      </ul>
  </ul>

<li><strong><a name="perform">Performance</a></strong>
  <ul>
  <li>Quality over performance
  <li>Weak references
  <li>Reducing memory consumption
      <ul>
      <li>Lazy extraction
      <li>Picking the optimal body class
      <li>L<Mail::Message::Head::Partial/Reducing the header size>
          (M<Mail::Message::Head::Partial>)
      <li>
      </ul>
  <li>Destructing messages (M<Mail::Box::Message::Destructed>)
  </ul>
<li><strong>Additional modules</strong>
  <ul>
  <li>Extensions
      <ul>
      <li>M<Mail::Box::Parser::C>, a faster parser
      <li>L<HTML::FromMail|http://perl.overmeer.net/html-from-mail/html/>,
          webmail applications builder
      </ul>
  <li>Helper modules
      <ul>
      <li>L<MIME::Types|http://perl.overmeer.net/mimetypes/html/>
      <li>L<Object::Realize::Later>
      <li>L<User::Identity|http://perl.overmeer.net/userid/html/>
      </ul>
  </ul>
</ol>

=end html

=head1 SEE ALSO

This module is part of Mail-Box distribution version 2.110,
built on January 05, 2014. Website: F<http://perl.overmeer.net/mailbox/>

=head1 LICENSE

Copyrights 2001-2014 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<http://www.perl.com/perl/misc/Artistic.html>