Closed
Bug 83855
Opened 23 years ago
Closed 23 years ago
new messages not showing up in counts on folder tree after filtering on another system
Categories
(MailNews Core :: Networking: IMAP, defect)
MailNews Core
Networking: IMAP
Tracking
(Not tracked)
People
(Reporter: jlb-bugz, Assigned: mscott)
Details
Attachments
(2 files)
This is a bug about the New Message counts that show up in parentheses next to
the folder name in the Mail Folders tree. Normally when a new message arrives
it is included in the count of whatever folder it gets filtered into so that the
user can tell how many new messages there are. This does not work if the user
does Get Msg on one machine and then later logs in from another machine except
in the case where the message went into INBOX.
I can imagine an argument that checking each subscribed folder cause a lot of
network traffic or something but should not decisions such as this be left up to
the user?
IMAP SERVER: UW-IMAPD with maildir support (debian potato)
STEPS TO REPRODUCE:
1. Set Mozilla on machine A and machine B to read mail from the same IMAP account.
On Machine A:
2. Launch Mozilla and log into the IMAP account.
3. Set up a filter to move any message it receives with subject "IMAPBUG" to go
to folder "imapbugfolder" (create new folder if necessary)
4. Send a message to yourself with subject "IMAPBUG"
5. Click on the Get Msg button.
6. Observe that the "imapbugfolder" folder has its count increased in response
to the new message
7. Quit Mozilla
On Machine B:
8. Launch Mozilla and log into the IMAP account
9. Click on the Get Msg button
10. Observe that the "imapbugfolder" folder does not the correct new message count.
(11. Click on the "imapbugfolder" folder and observe that new message count
being updated to the correct value)
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 59681 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
Reopening this bug since this is not dup of bug 59681.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 5•23 years ago
|
||
There was bug 57660 logged the similar problem but that bug is for accessing
only one IMAP account.
This bug logged for accessing same account on different machines...
Actually, filter implementation should base on the clients setup...
If you setup the Filter on machine A,
On machine B (without filter setup), filtered msgs won't reflect the change on
that folder until you click that folder again -- this seems "work as design" on
our client side.....
Scott, can you confirm and mark this bug "wontfix" so I can close this bug?
Thanks.
Comment 6•23 years ago
|
||
Marking these all WORKSFORME sorry about lack of response but were very
overloaded here. Only reopen the bug if you can reproduce with the following steps:
1) Download the latest nightly (or 0.9.6 which should be out RSN)
2) Create a new profile
3) test the bug again
If it still occurs go ahead and reopen the bug. Again sorry about no response
were quite overloaded here and understaffed.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
Comment 7•23 years ago
|
||
I screwed up sorry for the spam...reopening...Send your hate mail to
ksosez@softhome.net.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 8•23 years ago
|
||
This is because we only query the inbox folder and none else. Thus it is a dupe
of bug 18266 - 'Query IMAP folders other than INBOX for new msgs'
*** This bug has been marked as a duplicate of 18266 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•