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)
10 automatically be used by MailBox to parse e-mail message content when
11 the message is supplied as file-handle. In all other cases, MailBox
12 will 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 The Parser
25 Parsing
26 Reading and Writing [internals]
27perl v5.12.0 2004-09-22 C(3)