Hello,
I'm learning Java and i want to build a program that save emails to an *.txt file, like this: One guy send me an email, then the program periodically search if i have emails every 10 minutes and if i have it saves all the emails in a single *.txt file, remember that is only one file, like emails.txt and if the file already have emails on it, the program inserts the content of the new emails down the others. All this is because i want to develop for me an integration of my emails and a system that i'm developing.
Remember that the email that have to use in this aplication is: nathanjava@yahoo.com
Thanks,
Nathan Paulino Campos