1C(3) User Contributed Perl Documentation C(3)
2
3
4
6 Mail::Box::Parser::C - Parsing folders for MailBox with C routines
7
9 This is an optional module for MailBox, and will (once installed) auto‐
10 matically be used by MailBox to parse e-mail message content when the
11 message is supplied as file-handle. In all other cases, MailBox will
12 use Mail::Box::Parser::Perl.
13
15 Mail::Box::Parser::C - reading messages from file using C (XS)
16
19 The Mail::Box::Parser::C implements parsing of messages in ANSI C,
20 using Perl's XS extension facility.
21
23 Initiation
24
25 The Parser
26
27 Parsing
28
29 Reading and Writing [internals]
30
31perl v5.8.8 2004-09-22 C(3)