Please help me as i need mails from pop3 server for testing my project as i am developing spam revealer software to detect and remove spams for that I need to extract mails from pop3 or any mail server such as gmail or yahoo etc.
Please help me as i need mails from pop3 server for testing my project as i am developing spam revealer software to detect and remove spams for that I need to extract mails from pop3 or any mail server such as gmail or yahoo etc.
Try open source clients, such as mpop and libEtPan. You may also wish to read "Best Practices for Implementing an IMAP Client". Web searches will turn up many more. Just make sure your anti-spam software isn't tied to any one implementation. You should be able to get it to work with python, for example, with a little bridge code.
Last edited by misson; 01-04-2011 at 06:48 PM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.