Closed
Bug 83980
Opened 24 years ago
Closed 24 years ago
Offline playback of copies to folders with spaces in their name fails
Categories
(SeaMonkey :: MailNews: Backend, defect, P1)
SeaMonkey
MailNews: Backend
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
(Whiteboard: [nsbeta1+])
Attachments
(2 files)
|
1.52 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.74 KB,
patch
|
Details | Diff | Splinter Review |
Because of the way we were storing the copy destinations for offline imap
operations, playback of copies to folders with spaces in the name will fail. I
have a fix for this, I think.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
add Seth and Navin for review - I was using space to separate the multiple
folder names because I thought spaces were escaped in the uri's - this doesn't
seem to be true anymore, so now I'm using 0x1, which isn't a valid character in
a folder name. Nominating for beta/ship...
Keywords: nsbeta1
Comment 3•24 years ago
|
||
putting on 0.9.1 radar
Priority: -- → P1
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9.1
Comment 4•24 years ago
|
||
r=naving, but I am not sure why you have added this comment
+ // use '^' as the delimiter between folders, and escape '^'
| Assignee | ||
Comment 5•24 years ago
|
||
whoops, that was an out of date comment - I've replace it with:
// use 0x1 as the delimiter between folders
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
sr=sspitzer
bug #84045 logged about the "space not escaped for imap uris" issue
Comment 8•24 years ago
|
||
a= asa@mozilla.org for checkin to the 0.9.1 branch and the trunk.
(on behalf of drivers)
| Assignee | ||
Comment 9•24 years ago
|
||
fix checked into trunk and branch
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
David, I have question about this bug.
I'm not quite sure on the steps to reproduce.
This is what I think you want me to test:
-online
-create a folder with space in its name (ie foo bar)
-go offline
-copy a message from my inbox to the folder (ie foo bar)
-go online
-verify the message has been copied to the destination folder (ie foo bar)?
If this is the case, using
commerical branch builds
2001-06-05-11-0.9.1/ -windows
2001-06-05-04-0.9.1/ -linux
2001-06-05-03-0.9.1/ -mac
When I go online and visit the destination folder, the messages are
not there. The copy fails. While offline, When I finished the copying and then
look at the destination folder, I see the messages. When I go
online they don't appear in that folder anymore. If I log out
and log back in, the messages are still not present in this folder.
Going to another folder and then going back to the destination
folder still does not result in the messages appearing.
If I am correct in my understanding I will reopen the bug. thanks!
| Assignee | ||
Comment 11•24 years ago
|
||
I tried it on a trunk build - it worked fine. I'll go look at the branch now.
Comment 12•24 years ago
|
||
hmm...tried it with 2001-06-06-06-0.9.1 branch build on win nt 4.0
it looks like it's working. I know it wasn't the messages disappearing
bug 84249 . It looks like downloaded messages don't get copied
over...but that would be bug 78809
I'll test on other platforms and then trunk builds..
It really wasn't working yesterday..sorry for the trouble David.
| Assignee | ||
Comment 13•24 years ago
|
||
No problem - I'm sure the bug I reported was fixed, but there might be other
intermittent problems.
Comment 14•24 years ago
|
||
Using branch builds
2001-06-06-06-0.9.1/ windows NT 4.0
2001-06-06-11-0.9.1/ linux 2.2 red hat 7.0
2001-06-06-03-0.9.1/ mac os 9.0.4
Copying messages to folders with spaces
in their names works while you are offline.
Messages are there when you get back online.
Note still having problems w/messages initially
disappearing (84249) and downloaded messages not always
being copied (78809)
Adding keyword vtrunk
marking as verified
Status: RESOLVED → VERIFIED
Keywords: vtrunk
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•