Parsing Email header fields using C/C++ -


i've c code fetch headers mails in inbox via imap issuing uid fetch 1:* (flags body[header]) command. due special authentication requirements cannot use standard imap library vmime or libetpan. need parse mail header values in accordance rfc 822. have library/function in c/c++ job ?

mimetic works great ! takes care of non-standard mail headers.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -