Closed
Bug 106376
Opened 23 years ago
Closed 20 years ago
IMAP error handling: Should warn users "copying IMAP Send folder failed" when sending msgs without login to IMAP mail account
Categories
(MailNews Core :: Networking: IMAP, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: huang, Assigned: mscott)
Details
Attachments
(1 file)
2.25 KB,
image/gif
|
Details |
IMAP error handling: Should handle "copying Sent folder failure" when sending
msgs without login to IMAP mail account
1)Compose and send mail without login to an IMAP mail account.
2)Select "Cancel" when IMAP password dialog displays
3)Actual Results:
On server side, it will not copy sent message to IMAP sent folder without login
to IMAP...but user didn't get any alert for describing "copying Sent folder is
failed" info on Netscape client.
Expected results: Should prompt an alert for describing "copying Sent folder is
failed" info on Netscape client.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Summary: Should warn users "copying IMAP Send folder failed" when sending msgs without login to IMAP mail account → IMAP error handling: Should warn users "copying IMAP Send folder failed" when sending msgs without login to IMAP mail account
Comment 2•23 years ago
|
||
reassigning to ducarroz. I think this would be part of the error handling he's
working on.
Assignee: sspitzer → ducarroz
Comment 3•23 years ago
|
||
THis is an IMAP problem. When CopyListener::OnStopCopy(nsresult aStatus)is
called from IMAP, status = NS_OK. I want be able to display an error unless IMAP
return an error like NS_ERROR_ABORT or something else.
reassign to imap owner
Component: Mail Window Front End → Networking - IMAP
Updated•20 years ago
|
Product: MailNews → Core
Comment 5•20 years ago
|
||
this has been fixed for a while now, I believe.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
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
•