Posted By:
Kristoff_Batizy
Posted On:
Wednesday, April 18, 2001 03:27 PM
I am writing a pop3 client, and I am having an odd problem.
When I try to delete a message like this:
message.setFlag(Flags.Flag.DELETED, true);
folder.close(true);
Pop3Store().close();
It trashes the INBOX file on the mail server.
Basically, it removes the top line
"From blah blah blah"
from the INBOX file, which renders the INBOX useless.
What is happening here?