| Bug#: 60 | Product: Groupware | Version: v0.70 | Platform: PC |
| OS/Version: Windows XP | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: fret@memecode.com | Reported By: fret@memecode.com | |
| Component: POP Server | |||
| URL: | |||
| Summary: cannot handle "leave messages on server" | |||
| Opened: 2005-11-22 00:36 | |||
| Description: | Opened: 2005-11-22 00:36 |
When polling the server with a pop3 protocol and the option 'leave messages on server' activated the server locks the eml file. A empty message appears in the inbox (no sender,subjects,size,date). the eml file in the user folder cannot be opened by (say:) wordpad. MstIsUsedBy.exe claims mcserver.exe is locking the eml.
*** Bug 50 has been marked as a duplicate of this bug. ***
I fixed the "LIST" command to make pop3 preview work. I've also fixed the mail RETN command to seek the file back to the start so that it doesn't send an empty message.
I've also made it close the file after it's done with it.
the server cannot handle the read (or unread) flags correctly. if there is read mail on the server, new emails are allso set read and will not be downloaded on a receive click. a preview will show the second mail (as read) when in the preview the section 1 message is set unread, all messages are set unread, and downloaded next recieve. (the first message apearing twice in the inbox since there was 1 already)
here allso, i could make a screen recording
Ok, so there was more than just one problem. The read/unread status problem was caused by the UID's of the messages all being "0"... hardly unique. So thats fixed now.
seems fixed now (new scribe build and server0.81)