Results 1 to 2 of 2
Hi all,
Does anyone have source code on Email parsing in C++
I really can't figure the way to do it
Please Help, Thanks Alot!...
- 05-11-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 1
Email Parser in C++
Hi all,
Does anyone have source code on Email parsing in C++
I really can't figure the way to do it
Please Help, Thanks Alot!
- 05-11-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If you have any resonable experience in writing C++ code, this should not be difficult as email messages are in a well-known and documented format. However, you can also look at the open source email tools out there (there are a lot of them) which already do this, and adapt the code accordingly. Remember, Google is your friend!
You might also be able to find tools on such open source code sites as sourceforge.net
Last edited by Rubberman; 05-11-2010 at 07:00 PM.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote