Closed
Bug 64311
Opened 25 years ago
Closed 25 years ago
Messages not deleted on POP server when deleted locally.
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: iShaterin, Assigned: naving)
References
()
Details
(Whiteboard: [nsbeta1+])
Attachments
(2 files)
|
703 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.53 KB,
patch
|
Details | Diff | Splinter Review |
1. From the Mail client select Edit->Mail/News account Settings.
2. Under Server Settings for a POP mail server, Click on the Boxes for "Leave
Messages on Server"
and "Delete Messages on server when they are deleted locally".
3. Click OK
4. Go to the Inbox for the POP mail account and delete a message.
Error- The message is deleted locally but not deleted on the server. Logging
into the POP mail server reveals that the message is still there. I use Yahoo.
If for some reason this works with some POP servers then using a Yahoo POP
account will reproduce the POP environment I am using.
Expected Behavior- The message should be deleted from both the local account and
the POP server.
I'm not sure if this is a POP or Account manager problem. Selecting
Networking-POP as Component
Using RedHat GNU/Linux 7.0, kernel 2.2.16-22, XFree86 4.0
Updated•25 years ago
|
QA Contact: esther → sheelar
Comment 1•25 years ago
|
||
change qa contact to myself
Comment 2•25 years ago
|
||
adding keyword and nominating for nsbeta1 so that this bug gets fixed. This
will be bringing back all the messages that was deleted because messages are not
deleted from the server.
Keywords: nsbeta1
| Assignee | ||
Comment 3•25 years ago
|
||
Deleting msgs on POP3 server:
Right now we only mark the messages as deleted in popstate.dat. If we
do GetMsg() then only it gets deleted on the server. Should I do GetMsg()
explicitly ?
Keywords: nsbeta1
| Assignee | ||
Comment 4•25 years ago
|
||
Oh forgot to mention!! David, what do you think ?
| Assignee | ||
Comment 5•25 years ago
|
||
| Assignee | ||
Comment 6•25 years ago
|
||
This patch ensures that all the messages deleted are marked deleted in
popstate.dat For deleting msgs on server the user should do GetMsg() after
deleting msgs locally.
| Assignee | ||
Comment 7•25 years ago
|
||
Need review/super-review
| Assignee | ||
Comment 8•25 years ago
|
||
Comment 10•25 years ago
|
||
looks good to me. good job - sorry for the confusion trying to explain this
earlier :-)
| Assignee | ||
Comment 11•25 years ago
|
||
cc 'ing sspitzer for review.
Comment 12•25 years ago
|
||
marking nsbeta1+ and moving to mozilla0.9
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9
Comment 13•25 years ago
|
||
r=sspitzer
| Assignee | ||
Comment 14•25 years ago
|
||
fixed as a result of fixing #70419
Comment 15•25 years ago
|
||
verified on the following builds:
Mac-2001-03-05-08
Linux-2001-03-05-05
win98-2001-03-05-09
Works when clicked on get message button after deleting messages. See Navin
comments on 2001-02-27 15:31. This problem is resolved now. Created new profiles
and downloaded messsages and made sure that the deleted messages got deleted on
the server too.
Status: RESOLVED → VERIFIED
Comment 16•25 years ago
|
||
Navin
I just verified this bug. Just making sure- does this bug depend on bug 65630?
| Assignee | ||
Comment 17•25 years ago
|
||
This bug was about deleting messages on server and it is fixed.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•