Hi Stefano and All, Thanks for the quick reply. 1. Bug in Chilkat In order to narrow down our troubleshooting scope, we ran the same tests _repeatedly_ against a Cyrus POP3 v2.0.17 email server and there was no problem w.r.t to the message deletion. This seemed to tell me that the problem might lie elsewhere. But I wouldn't say that it cleared any one of Chilkat or James. Similarly, I've been unable to reproduce the error with my test JavaMail client and James in the same scenario.
2. "DELE 1" commands As for the 'DELE 1' cmds being from different connections, I can't confirm that as I didn't log the thread name. I'll need some time to re-simulate that as the client code has changed. 3. UIDL support I do see UIDLs being generated by James and I also see James responding to UIDL commands. I telnet in and issued the commmand and it responded. Do you mean 'does not fully support'? Where could we have more details? 4. Mail repository We're using the file repository. Any special recommendation for or against it? Thanks again, Al -----Original Message----- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 3:26 PM To: James Users List Subject: Re: Wrong email deleted with concurrent delete and receive operations I think this is a bug in "Chilkat .NET components". You receive a bunch of "DELE 1" while it should never delete the same message again and again. If the "DELE 1" are from different connections then I can't explain the DELE 9 with no previous DELE 1 to DELE 7. James pop3 server does not support UIDL. It is not mandatory for POP3 protocol. James pop3 server does keep track of message numbers and deletes the correct message (based on the order returned to the LIST command). What mail repository do you use? db / dbfile / file ? Stefano Al Caponi wrote: > Hi All, > > I have a scenario where the wrong emails are being deleted from the user's > inbox. Has anyone encountered such problem and/or resolved it? Any help or > pointers for further troubleshooting or fix is most welcome. > > VERSION: > ======== > Server: Apache James 2.2 > Client: Chilkat 7.5 .NET Components > ======== > 24/04/06 10:55:17 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:21 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:25 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:29 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:33 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:37 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:43 DEBUG pop3server: Command received: DELE 1 > 24/04/06 10:55:49 DEBUG pop3server: Command received: DELE 9 > 24/04/06 10:55:55 DEBUG pop3server: Command received: DELE 23 > 24/04/06 10:56:00 DEBUG pop3server: Command received: DELE 31 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Send instant messages to your online friends http://asia.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
