Closed
Bug 134521
Opened 24 years ago
Closed 24 years ago
Looks like we are not automatically create "Unsent Messages" folder for Pop3 account
Categories
(MailNews Core :: Backend, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: jt95070, Assigned: cavin)
References
Details
(Whiteboard: [adt1])
I tried to do a Message Sent Later on one of my new Pop3 account but it failed
with "Send Later Error" prompt complaining "Unable to save your message in order
to send it later. Please verify your Mail & Newsgroups account settings are
correct and try again."
Couple problems:
1) Unsent Messages folder did not created as default folder
2) The error message prompt isn't clear to how to resolve the problem.
And Send Later for Pop3 account seems broken at the moment.
nsMsgLocalMailFolder::InitCopyState() failed on GetPath() which in turn failed
in nsMsgFolder::ParseURI().
Comment 3•24 years ago
|
||
reassigning to cavin who worked on some unsent messages folders issues. Making
this a high priority for now. It's not created per account, but globally, so
it's not a big deal if it's not in the Pop Account. But the fact that it can't
find any is a problem.
Assignee: mscott → cavin
Keywords: nsbeta1+
Priority: -- → P1
Whiteboard: [adt1]
Target Milestone: --- → mozilla1.0
More info:
From reading the implementation of nsMsgFolder::parserURI(), I didn't see any
statements to set mPath variable. However, nsMsgFolder::GetPath() try to set the
return aPath with the content of mPath.
| Assignee | ||
Comment 5•24 years ago
|
||
I can't seem to reproduce the problem using 2002032803 build. Here is what I
did:
1. Created a brand new profile with a pop3 account.
2. Then logged into the pop3 server and received a few msgs.
3. Composed a new msg and clicked File|Send Later.
No error appeared at this point and the msg was saved in Local Folders\Unsent
Messages folder. I was then able to send to message manually.
Jeff, which build were you running when you encountered the problem? Or maybe I
missed some steps in my test.
Comment 6•24 years ago
|
||
the other question to ask is how your profile got set up, Jeff. Was it created
with 6.0? 6.5? Imported from 4.x?
Hmmm ... weird ... my profile should be created by 6.0 but the account were
created using the trunk build. Is there anything special about a particular pref
needed to be set?
Comment 8•24 years ago
|
||
I believe there's a single send later uri that may be coming into play here. You
might attach your prefs.js or send it to Cavin/me.
Updated•24 years ago
|
QA Contact: gayatri → gchan
Looks like it works when I migrate 4.x prefs again with current build. Mark it
as worksforme.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 10•23 years ago
|
||
Verified Worksforme.
Branch build 2003-05-28: WinXP, ok. Successfully migrated a POP account and its
Unsent Messages folder appeared and was working.
Status: RESOLVED → VERIFIED
QA Contact: gchan → nbaca
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
•