scott%scott-macgregor.org
7bf4126720
Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
...
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
cavin%netscape.com
93ff5785bf
Fix for 202356. Only issue getquotaroot cmd for aol inbox folder. r/sr=bienvenu.
2003-04-17 20:11:44 +00:00
bienvenu%netscape.com
dd3d986e3c
one more fix for 41594, cram-md5 support, handle case where digest has embedded nulls, r/sr=sspitzer
2003-04-13 18:46:10 +00:00
bienvenu%netscape.com
79552ec278
little cleanup of cram-md5 code for imap, fix umr and replace PR_FREEIF with PR_Free r/sr=sspitzer 41594
2003-04-10 18:18:14 +00:00
bienvenu%netscape.com
103e4f3705
try to fix imap cram md5 r/sr=sspitzer, hardcode digestLength to 16 per cram md5 rfc bug 41594
2003-04-07 03:19:12 +00:00
bienvenu%netscape.com
d11405d58c
extend cram md5 digest result len buffer to 17 bytes r/sr=sspitzer 41594
2003-04-06 21:31:23 +00:00
bienvenu%netscape.com
ffa1b3be72
fix for 41594 add cram md5 to imap r/sr=sspitzer
2003-04-05 21:40:14 +00:00
mscott%netscape.com
0e31f957a8
Porting a minotaur fix back into mozilla mail.
...
Bug #200696 --> Status text improvements. Load Document... is now "Load Message..."
Don't use "Done' as the default status text for mail. It doesn't make sense.
r/sr=sspitzer
2003-04-05 04:10:02 +00:00
dmose%mozilla.org
c35bd98cd5
Add basic UI for displaying IMAP quota information (bug 178758). Thanks to Lorenzo Colliti <lorenzo@collitti.com> for the patch. r=bienvenu@netscape.com, neil@parkwaycc.co.uk; sr=dmose@mozilla.org
2003-04-02 04:18:57 +00:00
cavin%netscape.com
d14560aa7f
Fix for 168097. Need to fetch MIME headers for message/rfc822 body part if it is enclosed in the msg body (most likely as a body part of a multipart/mixed msg). r=ducarroz, sr=sspitzer.
2003-03-18 22:46:14 +00:00
sspitzer%netscape.com
a12aa97d06
code cleanup, no bug.
2003-03-16 00:31:15 +00:00
sspitzer%netscape.com
39faff3252
fix for bug #191042 .
...
clear the custom flags for the message
otherwise the old custom flags will stay around
thanks to ere@atp.fi (Ere Maijala) for the fix.
r/sr=sspitzer
2003-03-15 22:15:55 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
sspitzer%netscape.com
7b22dc8cf3
fix the junk mail purge code. when this code was original written, it was modeled
...
after the biff code, using the purge interval as the timer. (yikes, a 14 day timer!)
now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.
add code to verify that we are only trying to delete messages marked as junk.
we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.
r/sr=bienvenu
2003-03-04 00:28:40 +00:00
cavin%netscape.com
e406e0f4cf
Fix for 138054. When appending msg to a folder set the msg with "MDNSent" flag if we support the flag. r/sr=sspitzer.
2003-02-27 23:43:01 +00:00
neil%parkwaycc.co.uk
303232c110
Bug 194764 "File Here" shows up for IMAP servers r/sr=sspitzer
2003-02-26 13:06:22 +00:00
cbiesinger%web.de
9405eda256
190020 r=timeless sr=alecf GetResource should take AUTF8String
2003-02-25 19:02:00 +00:00
sspitzer%netscape.com
b3cf92a384
fix for bug #160586 .
...
IMAP folder moved to ~/<folder> instead of ~/mail/<folder> when moving from sub-folder
r/sr=henry.jia,sspitzer
thanks to philip.zhao@sun.com for the patch.
2003-02-23 15:58:35 +00:00
sspitzer%netscape.com
5ac91abaef
bullet proofing for crasher bug #194335 .
...
some additional code clean up (found while reviewing bug #190106 .
r/sr=bienvenu
2003-02-23 01:51:37 +00:00
darin%netscape.com
01533c82cd
fixes bug 190106 "IMAP connections hanging" r/sr=sspitzer,bienvenu a=asa
2003-02-21 09:48:41 +00:00
sspitzer%netscape.com
6351eb56de
fix for 1.3 blocker bug #179856
...
crash when you undo a move (or copy).
this regression was caused by two checkins (#59694 and #166411 )
the fix is to move the code that sets the src and dest keys on the
undo transaction back to where it was and to bullet proof
the undo transaction code so that if we don't have any src keys.
r=cavin, sr=bienvenu, a=asa
2003-02-21 01:20:44 +00:00
sspitzer%netscape.com
1d1b1171be
fix for bug #188051 . IMAP mark as read sends DeleteOrMoveMsgCompleted event.
...
thanks to bienvenu for the fix. r/sr=sspitzer, asa.
2003-02-11 07:49:39 +00:00
henry.jia%sun.com
2a809d07c1
Bug 148043: namespace prefs keep growing when checking for mail in multiple folders is on due to cached connections
...
r=bienvenu, sr=Henry, a=asa
2003-02-11 04:07:22 +00:00
darin%netscape.com
0017e6b9e3
fixes bug 192272 "Mozilla crashed on Quit after attempting access to SSL
...
IMAP account during DNS hang [@ nsInputStreamPump::EnsureWaiting]"
r=sspitzer sr=bienvenu a=asa
2003-02-08 00:52:54 +00:00
sspitzer%netscape.com
4726452fb9
supplimental fix for bug #180857
...
make spam-status more strongly bound to the message on IMAP.
we weren't subtracting the flags correctly.
thanks to bienvenu for the fix. r/sr=sspitzer, a=asa
2003-01-28 05:17:28 +00:00
bienvenu%netscape.com
87aa6e6fe0
store junk mail classification on imap servers that support user keywords, r/sr=sspitzer 180857
2003-01-21 18:00:00 +00:00
darin%netscape.com
685a7af468
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
sspitzer%netscape.com
6ed8423441
turn assertion into warning, so I don't go insane.
2003-01-17 23:40:37 +00:00
antonio.xu%sun.com
1ebf393d33
fix for bug #185959 Many function(For exam. Reply, Forward) works and leads to crash before user login r=Henry sr=binevenu
2003-01-12 08:47:34 +00:00
sspitzer%netscape.com
65a5fcf61b
fix for bug #181397 (automatically create the junk folder)
...
fix for bug #181394 (enable the "Move to Folder" UI in junk controls)
r/sr=bienvenu
2003-01-11 23:09:34 +00:00
sspitzer%netscape.com
02d7bbb433
code cleanup. remove static cid.
2003-01-10 04:51:47 +00:00
sspitzer%netscape.com
db4255e05a
code cleanup.
2003-01-10 04:51:00 +00:00
sspitzer%netscape.com
b81b299567
code cleanup. remove the static CID.
2003-01-10 04:50:17 +00:00
sspitzer%netscape.com
a006c74fa9
adding a contract id for the imap service, so I can clean up some code
2003-01-10 03:46:23 +00:00
dbaron%dbaron.org
acdd4e46c0
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:05:52 +00:00
bienvenu%netscape.com
dbb7679474
fix problem deleting multiple imap messages (and with check for new mail on multiple folders), cleanup unused methods r/sr=sspitzer 182808
2002-12-21 16:43:23 +00:00
bienvenu%netscape.com
ad78333a43
fix crash in nsImapMailFolder::NormalEndMsgWriteStream when reading 0 byte message r/sr=sspitzer 185666
2002-12-17 15:52:01 +00:00
bienvenu%netscape.com
8b0c97fb35
make newly discovered imap folders be collapsed by default, fix 147528 r/sr=sspitzer
2002-12-16 02:08:53 +00:00
ere%atp.fi
43f494f1cb
Bug 165090 - spurious "Server has disconnected" messages
...
r/sr=bienvenu
2002-12-15 19:36:19 +00:00
sspitzer%netscape.com
38832437ca
no brainer code cleanup. not part of any bug. rs=bienvenu
2002-12-13 03:43:30 +00:00
bienvenu%netscape.com
2aa2f6fa6e
fix potential memory trounce when syncing for offline on some imap servers, r=ducarroz, sr=sspitzer 181372
2002-12-10 23:43:09 +00:00
bienvenu%netscape.com
596d8eaa46
attempt to fix stalling of imap urls due to race condition in url chaining, r=ducarroz, sr=sspitzer, a=asa 182808
2002-12-09 20:03:43 +00:00
ere%atp.fi
d79dcf466c
Fix for bug 182678: IMAP flags are lost if Mozilla crashes or connection is lost.
...
r=bienvenu, sr=sspitzer, a=asa
2002-12-04 21:17:02 +00:00
darin%netscape.com
a736085beb
fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
...
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
caillon%returnzero.com
2b0254ddd4
Bug 182953: Clean up IMAP prefs usage to use nsIPrefBranch and friends
...
r=timeless sr=bienvenu
2002-12-04 02:09:11 +00:00
bienvenu%netscape.com
d5b0d8b9f7
fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673
2002-12-03 15:23:42 +00:00
bienvenu%netscape.com
c57fdd9994
179162 chain junk mail classification requests by using new msg service streamMessage method r=dmose, sr=sspitzer
2002-12-03 13:06:46 +00:00
bzbarsky%mit.edu
6e7ea01e65
Fix Irix bustage. Stray CR chars are bad.
2002-12-03 06:13:38 +00:00
bienvenu%netscape.com
be196d26b8
make sure we have a db in SyncFlags, bullet proofing for crash going offline r/sr=sspitzer 181372
2002-12-03 03:42:36 +00:00
bienvenu%netscape.com
60a0aff107
fix losing delete changes on server that says there are no permanent flags, r/sr=sspitzer 182641
2002-12-03 03:38:10 +00:00
kaie%netscape.com
c6b0b2497e
b=180806 IMAP backend should avoid unnecessary logout
...
r=bienvenu sr=sspitzer
2002-11-28 18:36:36 +00:00
bienvenu%netscape.com
42ca5f2672
fix problem with folder permissions and imap acl r/sr=sspitzer 170597
2002-11-28 03:32:17 +00:00
sspitzer%netscape.com
1d230ad935
fix for bug #180477 . fix crasher and other problems with toggling junk
...
state from the advanced search dialog. and some code cleanup.
r/sr=bienvenu
2002-11-27 23:36:38 +00:00
ere%atp.fi
184532a39b
Bug 24064: Need ability to specify Trash folder
...
r=Henry.Jia
sr=bienvenu
2002-11-27 12:20:37 +00:00
henry.jia%sun.com
729b7067ca
Bug 161085: get rid of m_onlineBaseFolderExists, it's not used
...
r=antonio.xu@sun.com , sr=bienvenu@netscape.com
2002-11-27 04:02:00 +00:00
dmose%netscape.com
baf766e1ad
Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu
2002-11-27 02:52:37 +00:00
bienvenu%netscape.com
859a783300
add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162
2002-11-26 21:41:44 +00:00
bienvenu%netscape.com
3dc79dbde4
fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858
2002-11-26 00:45:07 +00:00
bienvenu%netscape.com
d64f033f85
fix problem with IMail imap server flag changes not persisting also fixed whitespace and replace PR_FREEIF with PR_Free r=cavin, sr=sspitzer 180001
2002-11-24 17:11:43 +00:00
leaf%mozilla.org
9cdf072c7d
TRUE -> PR_TRUE, build bustage fix
2002-11-22 16:46:32 +00:00
ducarroz%netscape.com
47d6072128
Fix for bug 55657. Implement possibility to disable display attachment inline. R=cavin, SR=bienvenu
2002-11-22 15:47:04 +00:00
bzbarsky%mit.edu
840850565e
Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
...
sr=alecf
2002-11-21 03:49:11 +00:00
bienvenu%netscape.com
c0e378dcc6
stop playing back operations in a folder when playback fails (e.g., we're not connected to the server), r=cavin, sr=sspitzer 145048
2002-11-18 15:17:34 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
sspitzer%netscape.com
b5dd4e4a94
code cleanup.
...
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
nhotta%netscape.com
2520f79e24
Removing unnecessary CreateUtf7ConvertedString,
...
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
bienvenu%netscape.com
57ca9ca2fb
remove unneeded call to CreateUtf7ConvertedString when refreshing folder acl r=nhotta, sr=sspitzer 180158
2002-11-14 22:01:58 +00:00
bienvenu%netscape.com
0f49f4a5ec
fix copying multiple imap messages on servers with non-canonical hierarchy delimiter (e.g., cyrus servers), also whitespace cleanup, r=cavin, sr=sspitzer
2002-11-12 01:00:17 +00:00
dmose%netscape.com
d31ebf1c6a
Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer
2002-11-07 20:37:55 +00:00
sspitzer%netscape.com
2c5a191033
implement news filters. bug #17483 .
...
implement an ID column in the thread pane, but commented out.
Mail.app has it, but we haven't decided to include it yet or not.
but it is useful for debugging.
code cleanup.
r/sr=bienvenu
2002-11-06 05:59:19 +00:00
bzbarsky%mit.edu
e5fafcae33
Use the right contractid for the pref service. Bug 178062, r=brendan,
...
sr=alecf
2002-11-06 03:14:47 +00:00
naving%netscape.com
66fb9ebcb3
174441 r=cavin sr=bienvenu Implementing multiple filter actions, so you can do things like move the message
...
and label as "to-do" etc..
168553 r=cavin sr=bienvenu Forking rules.dat so that we can handle new filter types. msgFilterRules.dat is
where your filters are going to be persisted. Also added support to handle future filters by not parsing
them, will prevent us from forking in future.
2002-11-06 02:13:37 +00:00
naving%netscape.com
06116cb469
176380 r=cavin sr=bienvenu set the sent and trash folder flags on aol folders if redirector="aol"
2002-11-06 00:47:46 +00:00
bienvenu%netscape.com
7d1a44fbfb
add folder size to folder pane, r=cavin, sr=sspitzer, 173825 fix imap use of mem cache not to mark entries valid until finished loading, r=cavin, sr=sspitzer 114965
2002-11-06 00:18:25 +00:00
bienvenu%netscape.com
b685adfd58
fix handling of spam plugin imap msg fetch requests so they'll go into memory cache correctly, r=dmose, sr=sspitzer, a=asa not visible to user 169557
2002-10-29 21:03:07 +00:00
dmose%netscape.com
7fbbf99073
Ongoing spam-filtering work for the front end (not yet exposed to the user in default builds). Cleans up unnecessary and partially working UI items; fixes gcc warnings; fixes 3/5 state plugin by adding junkscoreorigin property; moves some plugin interaction from mailCommand.js to nsMsgDBView.cpp. r=sspitzer@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org
2002-10-24 07:03:04 +00:00
sspitzer%netscape.com
8ef569b776
don't set the "junkscore" string attribute directly, since it won't notify the view
...
that the key has changed. bug #169638 . instead, go through the db. r/sr=bienvenu, a=asa
2002-10-10 00:07:04 +00:00
sspitzer%netscape.com
52b427ec48
more changes, not visible to the end user yet, for spam UI. bug #169638 .
...
implement junk logging. r/sr=bienvenu
2002-10-09 07:34:02 +00:00
bienvenu%netscape.com
9438cd084d
support for imap and pop3 spam filters, not turned on yet r/sr=sspitzer 169557
2002-10-09 01:21:27 +00:00
sspitzer%netscape.com
24d3bea489
fix more build bustage.
2002-10-08 05:26:03 +00:00
bienvenu%netscape.com
001c8496e0
work for imap spam filters, ifdeffed off for now r/sr=sspitzer 169557
2002-10-08 04:19:11 +00:00
bienvenu%netscape.com
9481fa3284
add imap msg fetch peek url, part of spam filter work r/sr=sspitzer 169557
2002-10-08 03:52:41 +00:00
sspitzer%netscape.com
995ff937e9
code cleanup. use contract id instead of cid. remove unused cid
2002-10-02 07:52:09 +00:00
bienvenu%netscape.com
0fd4bbe14f
add ability to pass results of commands back to front end code so the fe can handle errors, bug 20071 r=cavin, sr=sspitzer
2002-10-01 18:45:08 +00:00
bienvenu%netscape.com
5e9a664981
fix bug 20071, add ability to pass results of custom commands back to front end code so the fe can handle errors, r=cavin, sr=sspitzer
2002-09-30 23:23:16 +00:00
sspitzer%netscape.com
d1d6c0ffbf
more work for #169638 . junk settings UI. we are going to all for junk mail controls
...
when reading news. instead of using canGetMessages (poorly named, really means, "do I have an inbox on this account type?") I've added canGetIncomingMessages, which means ("do messages come in for this account type?") true for all but none type (think local folders).
r/sr=bienvenu
2002-09-26 23:03:22 +00:00
rpotts%netscape.com
dc675a9675
bug #169583 (r=jst, sr=darin) URILoader should allow nsIContentHandler::DoContent() to fail...
2002-09-24 19:53:43 +00:00
henry.jia%sun.com
eac9409ebf
Patch for bug 133717: Possibly missing a break before falling through into the default case
...
Patch by leon.zhang@sun.com
r=henry, sr=bienvenu
2002-09-20 02:40:42 +00:00
sspitzer%netscape.com
3e564330d2
fix for #169227 . for certain redirector types, don't show hostname in the password prompt.
...
r/sr=bienvenu. UI changes approved by jglick.
2002-09-17 19:25:31 +00:00
sspitzer%netscape.com
1b1eef476f
code cleanup. use contract ids instead of static cids. remove some usused static cids.
2002-09-16 00:46:09 +00:00
ere%atp.fi
42bccbaa31
Bug 168697, Need to request In-Reply-To header from imap server
...
r/sr=bienvenu
2002-09-14 18:41:15 +00:00
sspitzer%netscape.com
71a01c28f3
fix for bug #168521 . too much disk IO when logging filters.
...
fix for bug #168536 . assertions on shutting down due to filter changes.
r/sr=bienvenu
2002-09-13 21:58:45 +00:00
bienvenu%netscape.com
b52d22612b
work for filter after the fact, r=naving, sr=sspitzer 11033
2002-09-13 00:58:06 +00:00
naving%netscape.com
31c2746d11
166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
...
72322 r=cavin sr=bienvenu Make imap deletes (move to trash) not fail if user hits delete, delete... quickly.
2002-09-12 06:22:55 +00:00
sspitzer%netscape.com
35dcce26de
fix for #161002 . implement filter logging. add some UI for applying
...
filters after the fact. code cleanup.
r=mscott, sr=bienvenu
2002-09-11 05:03:36 +00:00
naving%netscape.com
e4a0d79697
167560 r=cavin sr=bienvenu make remaining cases of copyMessages go through copy service
2002-09-11 01:54:13 +00:00
naving%netscape.com
c3ecae8a0a
167579 r=cavin sr=bienvenu making copyservice handle requests better and deal with failure cases gracefully
2002-09-11 01:50:21 +00:00
naving%netscape.com
b8ed276cdc
167560 r=cavin sr=bienvenu a=asa fixing a regression in imap offline copy filing code.
2002-09-10 18:19:07 +00:00
bienvenu%netscape.com
48262b8fc9
fix offline recording and playback of imap offline operations, r=naving (and part of fix by navin), r=sspitzer, a=asa 167382
2002-09-09 19:20:29 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
sspitzer%netscape.com
70f20ae10a
fix for bug #166899 . auto detect and set redirector type to based on hostname
...
r=cavin, sr=bienvenu, a=asa
2002-09-06 03:45:00 +00:00
bienvenu%netscape.com
1c61d571cb
fix bad imap msg hdrs when downloading attachments, r=cavin, sr=sspitzer, a=asa 162342
2002-09-05 22:08:50 +00:00
bienvenu%netscape.com
97ac4945f7
fix crash getting new mail when rules.dat has incorrect host name, r=naving, sr=sspitzer 149059
2002-09-03 23:27:56 +00:00
bienvenu%netscape.com
deb3facfeb
potential fix for crash in nsImapProtocol::HandleMessageDownloadline r/sr=sspitzer 166196
2002-09-03 21:50:36 +00:00
bienvenu%netscape.com
0a30b8b2a5
fix 19420, make sure we override cached redirector type if it changes r/sr=sspitzer
2002-08-31 16:01:33 +00:00
bienvenu%netscape.com
2034afd0ef
fix build warning, r/sr=sspitzer, no bug
2002-08-30 16:11:45 +00:00
bienvenu%netscape.com
1a9c161c73
fix problems parsing certain imap headers with new hdr downloading code, r/sr=sspitzer, 19552
2002-08-29 23:51:43 +00:00
henry.jia%sun.com
e66273228b
fix bug 147995: Difficulty finding trash folder when using an IMAP server directory
...
Patch By Henry.Jia@sun.com
r=naving, sr=bienvenu
2002-08-28 06:29:15 +00:00
bienvenu%netscape.com
43c56c09a8
fix 164404, 100% cpu use when waiting for imap server response r=mscott, sr=sspitzer
2002-08-26 22:57:11 +00:00
naving%netscape.com
99efaa5cdd
no bug r/sr=bienvenu removing some lines not needed
2002-08-23 21:02:36 +00:00
bienvenu%netscape.com
545df5bede
fix msg size for newly downloaded imap headers r/sr=sspitzer, 164281
2002-08-23 18:30:08 +00:00
bienvenu%netscape.com
f6584ea326
fix regression in imap undo so that it downloads undeleted header immediately r/sr =sspitzer 164144
2002-08-23 14:07:04 +00:00
bienvenu%netscape.com
a2e24f9cee
fix mem leak introduced by blocker fix, a=loan
2002-08-22 17:02:21 +00:00
bienvenu%netscape.com
623f33a451
attempted fix for smoketest blocker in imap header downloading 164047 - backout part of change for imap hdr downloading, so that we go through the line termination adjustment code we used to
2002-08-22 16:45:17 +00:00
bienvenu%netscape.com
1c99e784c8
reduce number of xpcom proxy calls during imap hdr download, r=mscott, sr=sspitzer, 162929
2002-08-21 22:55:27 +00:00
sspitzer%netscape.com
b71a45ebfc
adding new .idl file to the mac build for bienvenu.
2002-08-21 22:37:48 +00:00
bienvenu%netscape.com
bb7400c7bc
new interfaces to reduce number of xpcom proxy calls during imap hdr download, not part of build yet, r=mscott, sr=sspitzer, 162929
2002-08-21 21:13:58 +00:00
naving%netscape.com
8b68cb407a
66955 r=cavin sr=bienvenu. Implementing drag and drop messages from advanced search results to 3 pane.
...
Hooking up fcc, search results and drag and drop copies to copyService so that we can handle multiple sources/requests.
89285 r=cavin sr=bienvenu fixing copy to Sent folder failed sometimes by queuing copy requests
2002-08-16 22:22:55 +00:00
sspitzer%netscape.com
1bc2a418eb
fix for #162577 . problem with "retain all IMAP mail I've read", "retain all mail I've sent" code if we point to a non-ASCII folder. r/sr=bienvenu
2002-08-13 23:25:39 +00:00
mkaply%us.ibm.com
b48817e12b
OS/2 bustage - needs to be in header too
2002-08-13 14:54:48 +00:00
seawood%netscape.com
2ff1427ec5
Properly declare FreeCustomFlags as a callback function.
...
Fixing OS/2 tinderbox bustage.
2002-08-13 14:25:41 +00:00
bienvenu%netscape.com
7153369101
fix case of include statement to fix build bustage
2002-08-13 02:02:02 +00:00
bienvenu%netscape.com
0634920f1b
add extensibility hooks for running custom imap commands, custom keywords etc, r=cavin, sr=sspitzer 161226
2002-08-13 01:41:33 +00:00
cbiesinger%web.de
5aa71c0a69
bug 48436 r=caillon sr=blake Change "Document: Done" to "Done"
2002-08-11 18:04:50 +00:00
bienvenu%netscape.com
5b3771e6c1
fix for regression with cyrus imap servers introduced by 27002, modified version of patch proposed by henry jia r=me,sr=sspitzer
2002-08-10 18:15:09 +00:00
bienvenu%netscape.com
0c076ef58a
restore undo of move from local to imap for uidplus servers by backing out part of previous fix, 162008 r/sr=sspitzer
2002-08-10 17:33:50 +00:00
bienvenu%netscape.com
a3d081ccb0
fix save as in news while offline by using common save as listener r=navin, sr=sspitzer 159988
2002-08-10 17:13:44 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
bienvenu%netscape.com
d9c1984bcf
fix 129603 r=bhuvan, sr=sspitzer, ability to hide or grey out features not support by certain servers
2002-08-07 23:52:17 +00:00
bienvenu%netscape.com
480d37ca06
fix mAcceptLanguage busteage in imap code so we'll send correct language to server, 16941, fix slowness appending msg to sent folder on non-uidplus imap servers 129495 r=naving, sr=sspitzer
2002-08-07 14:25:33 +00:00
henry.jia%sun.com
eed9ab0bdd
3rd patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
naving%netscape.com
75dbab6dd3
42090 most of the work for this patch done by joshua.xia@sun.com r=naving sr=bienvenu a=asa Make cancel in
...
filterListDialog not remember changes.
2002-07-26 19:27:30 +00:00
henry.jia%sun.com
21d39b52f2
First patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=blizzard, sr=alecf, a=asa(for trunk)
2002-07-23 02:27:19 +00:00
bienvenu%netscape.com
0b5bcbc0e3
fix crash selecting bogus line in thread pane for imap folder, r=cavin, sr=sspitzer 157503
2002-07-18 14:45:08 +00:00
henry.jia%sun.com
9815372f48
Fix bug 27002:
...
Cyrus IMAP: Send and Save as Draft/Template problems on Cyrus
Patch description:
Add personal namespace support for specific folders' uri. This patch can also solve the blocker bug 90494 which is related the same problems of Courier IMAP server.
patch by Henry.Jia@sun.com
r=cavin@netscape.com , sr=bienvenu@netscape.com , a=chofmann@netscape.com
2002-07-18 05:41:42 +00:00
naving%netscape.com
9d3c3a0708
157809 r=cavin sr=bienvenu a=scc fixing can't delete imap folders when using "mark as deleted" delete model
2002-07-18 01:18:14 +00:00
bryner%netscape.com
90a2f7dfb7
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
bienvenu%netscape.com
64793914d1
fix offline move of imap message when delete model is delete immdediately r=naving, sr=sspitzer 154938
2002-07-01 21:17:26 +00:00
mkaply%us.ibm.com
0ad8f00c05
#62322
...
r=naving, sr=bienvenu
Hookup preference for displaying confirmation on deleting folders
2002-06-27 22:07:10 +00:00
naving%netscape.com
f77e24acb6
154000 r=cavin sr=bienvenu fixing imap drag and drop of folders using non-ascii names.
2002-06-27 21:15:56 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
naving%netscape.com
ed58d286b6
154000 r=cavin sr=bienvenu fixing can't move non-ascii imap subfolders and one assertion in AddSubfolderWithPath
...
on doing such a move.
2002-06-26 00:39:50 +00:00
mscott%netscape.com
5facc456d0
Bug #153500 --> fix a regression caused by Bug #146559 . Don't set the performing biff flag to true
...
when the user hits get new mail. It causes windows biff notifications to come up when the user initiated
the fetch which is annoying.
r=ere@atp.fi
sr=bienvenu
2002-06-24 21:44:58 +00:00
timeless%mac.com
0d38e39a83
Bug 95295 If imap server is named "imap" you can't emtpy your trash.
...
patch by jk@tools.de r=morten@nilsen.com sr=bienvenu
2002-06-24 04:31:41 +00:00
cavin%netscape.com
5bf760ca9e
Fix for 153465. In nsImapService::DeleteFolder(), if it's an aol server then use the new 'deletefolder' url to remove all msgs and the folder itself. r=naving, sr=bienvenu.
2002-06-21 21:55:10 +00:00
naving%netscape.com
6a7a471d29
151056 r=cavin sr=bienvenu making mdn work for large imap messages. The fix is to ignore read(\seen) flag changes
...
on nsImapMsgFetch.
2002-06-21 00:25:42 +00:00
seawood%netscape.com
3af6f52067
Removing the extraneous dos newline that's killing the irix build.
2002-06-20 12:50:21 +00:00
henry.jia%sun.com
fe652851e6
Bug 105385 Cyrus IMAP: Server directory has / appended always
...
Patch description: Make this function more flexible and support other imap servers such as Cyrus and Courier besides UW server
r=bienvenu
sr=mscott
2002-06-20 06:11:50 +00:00
ducarroz%netscape.com
2672f3f8eb
Fix for bug 145291. We must generate the headers of all the children of an multipart/appledouble attachment when doing parts-on-demand in order to have all the needed information to generate the attachment entry in the UI. R=cavin, SR=bienvenu
2002-06-17 21:07:55 +00:00
naving%netscape.com
beaafb6638
bugscape 15244 r=cavin sr=bienvenu Make webmail folder "Draft" show Recipient instead of Sender
2002-06-17 20:49:44 +00:00
ere%atp.fi
46a4a941f0
Bug 146559 New mail indicator does not work for non-inbox imap folders
...
r=bienvenu@netscape.com , sr=brendan@mozilla.org
2002-06-15 20:07:49 +00:00
ere%atp.fi
935c5301d9
Bug 120106 IMAP: Empty mail when disconnected
...
r=bienvenu@netscape.com , sr=brendan.mozilla.org
2002-06-15 19:51:47 +00:00
naving%netscape.com
364e37a6ed
15244 r=cavin sr=bienvenu Make aol "Sent Mail" and netscape webmail "Sent" folders show "Recipient" column instead of "Sender" column in thread pane.
2002-06-14 23:03:49 +00:00
cavin%netscape.com
fcdd0511f3
Fix for 107466. Reset msg uid in server state parser before calling 'foundShell->Generate()' because the uid may have been used by newly arrived mail. r=naving, sr=bienvenu, a=asa.
2002-06-06 21:44:27 +00:00
cavin%netscape.com
b797b11d74
Fix for 94775. When redirect login fails, invoke ForgetPassword(), instead of SetPassword(nsnull), to clean up all cached passwords. r=dmose, sr=bienvenu.
2002-06-03 06:04:47 +00:00
bienvenu%netscape.com
bc229bf094
fix problem starting up with missing INBOX.msf for imap r=ere@atp.fi, sr=sspitzer 147896
2002-05-29 20:58:35 +00:00
bienvenu%netscape.com
232a8e11a3
fix 138018 should disable delete and move for readonly folders r=naving, sr=sspitzer
2002-05-23 23:13:26 +00:00
naving%netscape.com
a0e82572a2
146313 r=cavin sr=bienvenu Making server->ForgetPassWord() call from imap protocol code thread-safe
2002-05-23 20:19:06 +00:00
bienvenu%netscape.com
950b3162ef
put up a message if imap server connection fails without an error before seeing server greeting, 71792 r=cavin, sr=sspitzer
2002-05-21 23:05:50 +00:00
mscott%netscape.com
28a8310598
Bug #127702 --> security fix
...
r=cavin
sr=bienvenu
2002-05-20 23:30:12 +00:00
bienvenu%netscape.com
31c187d7fa
show message if imap server doesn't support sharing in sharing tab of folder props r=naving, sr=sspitzer 135860
2002-05-17 01:58:54 +00:00
timeless%mac.com
47efbd0240
Bug 18266 Query IMAP folders other than INBOX for new msgs
...
patch by ere@atp.fi r=bienvenu sr=scc
2002-05-16 03:32:20 +00:00
sspitzer%netscape.com
5326167ac1
fix for bugscape bug #15485 . when using turbo, after exiting, some imap accounts
...
would throw up password prompts when the biff timer would go off.
the issue about the biff timer going off after exit is bug #143848 .
r/sr=mscott
2002-05-12 21:00:04 +00:00
darin%netscape.com
6fd5862e6e
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
darin%netscape.com
b4b75daa66
cleaning up documentation, marking some interfaces frozen, and splitting
...
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
bienvenu%netscape.com
f09fc01098
fix crash on shutdown after saving imap draft r=naving, sr=sspitzer 141028
2002-05-01 20:47:03 +00:00
naving%netscape.com
9704a57636
139876 r=bienvenu sr=mscott Add two methods to nsIMsgFolder to transfer db init info when we are getting rid
...
of old db and creating a new db for the same folder
135275 r=bienvenu sr=mscott Added a boolean dbBatching param to EnableNotification that will tell us when
to do db batching. This param help us to not open unused stream to local dest folder in mailDatabase code, hence we can rid of #ifdef MAC.
2002-04-30 21:24:22 +00:00
naving%netscape.com
a707417496
138297 r=bienvenu sr=mscott. null out the filter list when we are unloading server, fixes problem with single profile filters in turbo mode.
2002-04-30 20:35:01 +00:00
darin%netscape.com
e554d83626
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
jgmyers%netscape.com
bf7e6b01fd
Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin
2002-04-26 23:02:11 +00:00
bienvenu%netscape.com
dff58d499c
fix handling of download for offline use when imap no select folder is configured for offline use r=naving, sr=sspitzer 133951
2002-04-25 19:08:40 +00:00
bienvenu%netscape.com
078f75c860
fix reading unread message in sent folder that had an mdn request not to prompt for return receipt, fix by jeff tsai, r=bienvenu, sr=sspitzer 138054
2002-04-24 20:16:23 +00:00
bienvenu%netscape.com
c313dd53ea
fix imap not to download all msg headers r=naving, sr=sspitzer 137994
2002-04-18 23:40:22 +00:00
naving%netscape.com
8332198ead
138014 r=bienvenu sr=mscott Make undo delete messages work for the case when we do Ctrl A/Select all and delete all messages in an imap folder.
2002-04-18 22:15:39 +00:00
pete.zha%sun.com
4e2b201681
bug 120485:Can't delete folders on IMAP server cascadely
...
r=bienvenu sr=mscott
Check in for Henry Jia's(henry.jia@sun.com ) fix
2002-04-17 07:38:27 +00:00
pete.zha%sun.com
43746f29aa
bug 106479:Multiple IMAP accounts: Check "Empty Trash on Exit" from account setting freeze an IMAP account without Trash folder. r=timeless sr=mscott
...
Check in Henry Jia's(henry.jia@sun.com ) fix
2002-04-17 07:18:37 +00:00
naving%netscape.com
10f162ca67
134291 r=mscott sr=bienvenu Make migration for 2nd profile having imap accts work. The fix is to make imapHostSessionList listen for profile-before-change topic and reset all the host (resetAll).
2002-04-16 22:42:16 +00:00
sspitzer%netscape.com
0d23834394
landing cavin's fix for #134897 . turbo related bug:
...
Mail account info and message display not working for new profile created in Quick Launch mode
r=bienvenu, sr=sspitzer
2002-04-16 05:22:35 +00:00
jefft%netscape.com
79c9824e52
fixed bug 136476 -MDN:If you filter mesgs and receive a mesg that is requesting RR, you are prompted to send the RR before you actually click on the mesg; r=bienvenu, sr=sspitzer
2002-04-16 04:13:09 +00:00
bienvenu%netscape.com
516c10fce9
100871 compacting offline imap stores marks messages read r=navin, sr=sspitzer
2002-04-15 22:41:15 +00:00
mscott%netscape.com
07d996cb73
Bug #135753 --> if we are moving a new message to a new folder, be sure
...
to reduce the # of new messages count from the source folder
r=naving
sr=bienvenu
2002-04-13 01:36:59 +00:00
bienvenu%netscape.com
d1eb0a29fe
fix view source and inline images in messages that are in sub-folders on imap servers with hierarchy delimiter other than slash r=naving, sr=sspitzer, a=asa 133899
2002-04-04 22:55:14 +00:00
seawood%netscape.com
090c63d423
More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
...
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
naving%netscape.com
571fc9797a
132098 r=bienvenu sr=mscott a=dbaron make undo/redo work for imap 'remove it immediately'
...
delete model
2002-04-01 01:00:28 +00:00
bienvenu%netscape.com
6d645bc731
fix code that forces certain redirected logon servers delete model r=naving, sr=sspitzer a=asa 134296
2002-03-31 18:00:53 +00:00
cavin%netscape.com
b07cc7c40e
Fix for 94775. When login fails, reset url state. r=bienvenu, sr=mscott, a=asa.
2002-03-31 06:27:20 +00:00
sspitzer%netscape.com
4223c7b432
landing bienvenu's fix for the MDN crasher #134119
...
r=jefft, sr=sspitzer, a=granrose
2002-03-29 21:00:56 +00:00
sspitzer%netscape.com
437f13b03e
landing changes for MDN Return Receipts feature, bug #16241
...
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa. Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
seawood%netscape.com
f940144626
Remove xp_core.h & xp_mem.h and all build references to them.
...
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
bienvenu%netscape.com
fe5652d3ef
fix sharing tab imap folder type for other users and public folders 133471 r=naving, sr=mscott, a=asa
2002-03-26 20:53:02 +00:00
bienvenu%netscape.com
c23656f8be
fix crash doing an imap sync while offline and problem loading imap message with images on cyrus server r=cavin, sr=sspitzer, a=asa 131531, 132616
2002-03-26 00:52:03 +00:00
varada%netscape.com
65d20cc280
fix for bug#129603;hiding or greying out menu items that are not supported by the server;r=racham;sr=bienvenu;a=asa
2002-03-25 22:34:34 +00:00
bienvenu%netscape.com
1625fa7241
fix move of local messages to imap delete source local message 131595 r=sspitzer, sr=mscott, a=asa
2002-03-23 23:01:50 +00:00
mscott%netscape.com
46d90c3f99
Bug #132401 mailnews portion of the ALERT_SERVICE_BRANCH landing.
...
hook biff up to showing an animated alert for windows.
Force folks trying to open a new mail window to go through the the mail open window service
which now takes a folder and a message key.
r=bhuvan
sr=bienvenu
a=asa
2002-03-22 23:28:55 +00:00
cavin%netscape.com
8f6d539d0c
Fix for 132095. Remember the redirector type from last login and uses it, along with the username, to determine if password is required on the next login. r=ducarroz, sr=mscott, a=asa.
2002-03-22 00:07:21 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
ducarroz%netscape.com
8b21a292e9
Fix for bug 128888. Do not emit a MIME header for a message/rfc822 part. Also fix bogus partNum string extraction. R=bienvenu, SR=mscott, A=asa
2002-03-19 21:56:22 +00:00
bienvenu%netscape.com
475389b756
fix problems selecting renamed folder, especially with redirected logons r=sspitzer, sr=mscott, a=asa 131491
2002-03-19 15:40:37 +00:00
bienvenu%netscape.com
5beb90a147
fix 130986 when imap logon redirector fails, shouldn't log out of connection (for mscott) r=me, sr=sspitzer a=asa, part of 114211 close imap folder db after move/copy into folder r=cavin, sr=sspitzer 129928 multiple drag/drop of local messages to imap folder failing r=sspitzer, sr=mscott, a=asa 130989 shouldn't display logon errors from biff with imap logon redirection r=cavin, sr=sspitzer, a=asa
2002-03-15 03:29:54 +00:00
bienvenu%netscape.com
a9d6db5667
fix 130643 can't read imap messages w/o mem cache r=cavin, sr=mscott,sspitzer a=shaver 130616 bad imap password sent to the server multiple times w/o reprompting user r=cavin, sr=sspitzer, a=shaver, 130603 loading messages with images on server w/o other users namespace causes prompt to subscribe to folder r=cavin, sr=sspitzer, a=shaver
2002-03-13 23:39:54 +00:00
seawood%netscape.com
65178608c0
Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
...
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
bienvenu%netscape.com
dfd3a75358
fix build bustage
2002-03-06 02:16:38 +00:00
bienvenu%netscape.com
0d2f974a9c
fix build bustage
2002-03-06 01:53:00 +00:00
bienvenu%netscape.com
cc20b87560
make clicking on a news or imap url load the folder/newsgroup r=naving, sr=sspitzer a=asa 112105
2002-03-06 01:44:07 +00:00
bienvenu%netscape.com
17e5cdbf50
make clicking on a news or imap url load the folder/newsgroup r=naving, sr=sspitzer a=asa 112105 also fix deleting current imap message to pseudo interrupt 103305"
2002-03-06 01:41:34 +00:00
naving%netscape.com
ab94479b93
104484 r=bienvenu sr=smcott a=asa. Set the name of the non-ascii folder correctly
...
so that the sortKey doesn't mess-up.
2002-03-05 23:32:59 +00:00
naving%netscape.com
7a4dee432d
57440 r=bienvenu sr=sspitzer a=asa Make the default mail folders localizable.
2002-03-05 03:25:31 +00:00
alecf%netscape.com
cd8f07f3e8
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
morse%netscape.com
d8c109186b
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
2002-03-02 01:49:30 +00:00
naving%netscape.com
c17b34eeef
100991 r=bienvenu sr=mscott a=roc+moz. Select the folder and the message (if any) after renaming a folder.
2002-02-21 00:16:57 +00:00
mscott%netscape.com
a0a517ba38
Bug #11926 , psuedo is spelled pseudo. Correct the spelling error on my pref.
...
rs=sspitzer
2002-02-20 03:11:27 +00:00
alecf%netscape.com
66e767c7b8
one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
...
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
bienvenu%netscape.com
878d6cd0ad
fix imap label setting on server to unset any possible other labels rs=sspitzer 126144
2002-02-19 22:47:13 +00:00
cathleen%netscape.com
3f9b432d36
eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan
2002-02-19 08:42:48 +00:00
bbaetz%student.usyd.edu.au
8e196739ba
Bug 44995 - support socks proxies in mailnews
...
r=mscott, sr=darin
2002-02-19 07:07:23 +00:00
dbaron%fas.harvard.edu
59892aa65e
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
naving%netscape.com
c08a517514
fixing whitespace from last checkin
2002-02-16 03:36:57 +00:00
naving%netscape.com
db03e14526
109761 r=bienvenu sr=sspitzer Suppress RDF/Outliner notifications when creating new INBOX, will happen on migrating imap accts or creating new imap accts, confuses outliner, ends up showing 2 INBOX es.
2002-02-16 03:11:03 +00:00
bienvenu%netscape.com
7a6d6ae765
fix pressing stop after delting imap message while reading it not to leave trash in busy state, by always dooming queued urls if earlier urls fail and don't send invalid store commands to imap servers that don't support user defined keywords 125736 r=naving, sr=sspitzer 125548
2002-02-16 01:40:33 +00:00
bienvenu%netscape.com
bc57aafef0
fix pressing stop after delting imap message while reading it not to leave trash in busy state, by always dooming queued urls if earlier urls fail r=naving, sr=sspitzer 125548
2002-02-16 01:39:33 +00:00
bienvenu%netscape.com
23c8dde806
fix problem loading messages after deleting message when trash folder is busy, r=naving, sr=sspitzer 125554
2002-02-16 01:36:26 +00:00
bienvenu%netscape.com
29ba936be6
whitespace fixes, no bug
2002-02-16 01:34:48 +00:00
bienvenu%netscape.com
ac23c86d10
fix linux build bustage
2002-02-14 01:35:21 +00:00
bienvenu%netscape.com
6969f40fbd
store labels on the imap server r=naving, sr=sspitzer 114379 show shared imap folders with special icon 28756 r=naving, sr=sspitzer fix subscribe/unsubscribe to utf7 imap folders r=naving, sr=sspitzer
2002-02-14 01:05:37 +00:00
bienvenu%netscape.com
49c57deada
don't check inboxes of imap servers with no folders configured for offline use when going offline, don't make errors stop going offline process, r=naving, sr=sspitzer 103047
2002-02-13 20:49:10 +00:00
naving%netscape.com
9e2c1a9793
107598 r=racham sr=bienvenu. Imap folder creation is first done on server then on client so we need to
...
notify filterEditor window that we are done with folder creation and then we can set the folder picker
to new folder. Added SetBusyCursor for this action. Also remove alert code from imap and local and use
existing "ThrowAlertMsg" in base.
2002-02-13 01:46:37 +00:00
bzbarsky%mit.edu
97aad157b6
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
98afc5ee0f
Testing performance impact of backout of what's left of the patch from
...
bug 115289. See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
naving%netscape.com
2274ba276b
28129 sr=bienvenu. make the stop button work to stop copying msgs between imap folders and also when
...
copying local msgs to imap.
2002-02-09 01:36:22 +00:00
naving%netscape.com
53425a0c08
59694. sr=bievenu. Add the capability to toggle imap deletes using
...
delete button when the delete model is imap-delete model. Also
update undo/redo to reflect such toggling.
2002-02-08 03:30:20 +00:00
naving%netscape.com
b6cd30e242
124295 sr=bienvenu move msgHdr out of imapThread to ui thread - fixes
...
assertion on copying local msgs to imap.
2002-02-08 02:15:10 +00:00
bienvenu%netscape.com
9f48923e0d
add support for xmailboxinfo for doing imap sharing admin urls r=naving, sr=sspitzer 123093 and 124011
2002-02-08 02:05:28 +00:00
naving%netscape.com
20569a4c78
105266 r/sr=bienvenu. Increase the size of buffer when msg lines are very
...
long > 16384 chars. this will enable us to move/copy such messages between
local folders and from local to imap.
2002-02-07 03:23:56 +00:00
cavin%netscape.com
a6e3c423ee
Fix for bugscape #3867 . Added code to use xaol-move cmd, instead of copy and store (flag) cmds, for "delete msg" operations on webmail servers. r=naving, sr=bienvenu.
2002-02-06 21:12:21 +00:00
bienvenu%netscape.com
037d0a9b40
fix delete of multiple imap messages while offline from copying whole offline store to offline trash store r=naving, sr=sspitzer 123427 and remove offline store when folder deleted/trash emptied
2002-02-06 03:57:36 +00:00
bienvenu%netscape.com
d1802bed3f
add assertion to catch imap move/copy across imap servers r=naving, sr=sspitzer 123721
2002-02-06 03:56:22 +00:00
bienvenu%netscape.com
5379bb9e90
fix playback of imap move/copy across imap servers r=naving, sr=sspitzer 123721
2002-02-06 03:54:11 +00:00
bienvenu%netscape.com
b0abe70e9d
fix imap subscribe ui not to allow subscription to no select/namespace folders r=sspitzer, sr=mscott 9572
2002-02-05 15:54:14 +00:00
mscott%netscape.com
9e7114b7a5
Bug #123457 --> fix some thread safety assertion warnings by making sure
...
the notifications callback for the socket gets released on the UI thread.
r/sr=bienvenu
2002-02-05 05:05:37 +00:00
bzbarsky%mit.edu
40d60f39ec
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
cathleen%netscape.com
740d95a0a9
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
2002-02-05 01:41:13 +00:00
mscott%netscape.com
66e5d0b2ca
Bug #122236 --> set the performing biff flag when we are about to perform biff
...
and register the root folder as a listener on the url so it can clear the flag
r=naving
sr=bienvenu
2002-02-05 01:36:42 +00:00
bienvenu%netscape.com
7eee4af254
disallow drag drop into read-only imap folders r=naving, sr=mscott 112103
2002-02-02 17:30:03 +00:00
alecf%netscape.com
5483b6f627
one more part of fix for bug 107575, including the much coveted whitespace
...
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
naving%netscape.com
ee39ebed49
112927 sr=bienvenu. fix whitespace, we do lot more than alerting, we backup old rules.dat as rulesbackup.dat
...
and create a new rules.dat and alert is thrown when receiving new mail/opening filters dialog.
2002-01-31 22:23:42 +00:00
naving%netscape.com
ba6500b0e5
112927 sr=bienvenu. Made it so that we alert the user in case we cannot
...
parse rules.dat, upon getting filterList
2002-01-31 22:08:48 +00:00
bienvenu%netscape.com
8114327709
fix crash playing back offline empty of imap trash when trash is selected, check for null dbfolderinfo rs=mscott 121799
2002-01-31 21:19:55 +00:00
bienvenu%netscape.com
85777aa8cd
fix hourglass problem selecting a non-selectable imap folder r=naving, sr=mscott 120608
2002-01-31 20:10:06 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00