SAX-style mail parsing library

P

Przemyslaw Wegrzyn

Hi !

Can anyone here recommend good e-mail parsing library ?
I have to write a program that scans e-mail message piped to it on STDIN.
Most libraries I've found parses e-mail from file building a message part
tree in RAM, or even loading whole message into RAM. I'd like to avoid such
excessive memory usage, thus I'm looking for a library with
"SAX-like" (comparing to XML parsers) API, that is, a library that would
call my functions while going through the stream, reaching headers, part
begginigs/ends etc.

Aby hints ?

Regards,
PW
 
C

Christopher Benson-Manica

Przemyslaw Wegrzyn said:
Can anyone here recommend good e-mail parsing library ?

(You're much more likely to get helpful responses in a different
newsgroup; the below links should help you determine which one is
appropriate.)

Your post is off-topic for comp.lang.c. Please visit

http://www.ungerhu.com/jxh/clc.welcome.txt
http://www.eskimo.com/~scs/C-faq/top.html
http://benpfaff.org/writings/clc/off-topic.html

for posting guidelines and frequently asked questions. Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top