Граф коммитов

1155 Коммитов

Автор SHA1 Сообщение Дата
naving%netscape.com ad7cc1eb65 59063 59064, r=sspitzer, sr=bienvenu 2000-11-29 01:17:14 +00:00
naving%netscape.com b6c7d0336f 59063 59064, r=sspitzer, sr=bienvenu. Passing the arguments correctly 2000-11-29 01:13:44 +00:00
sspitzer%netscape.com 7c44d4f430 fix for #54491 and #60507
remove some more bloat from the subscribe code.  use the SubscribeTree
to build up the hostinfo.dat file instead of keeping a duplicate nsCStringArray
sr=bienvenu
2000-11-21 02:06:03 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
sspitzer%netscape.com 3a79a2ff9b fix #54491 (subscribe is a big fat pig)
fix #56971 (correct spelling mistake: suppress not supress)
fix #60244 (subscribe retains only last server subscribe changes)
fix #60242 (subscribe typedown should select first match in list)
fix #39156 (fix how I determine the delimiter in subscribe.js)
fix #59231 (make insecure imap login work if password has a \ in it)
fix #53654 (subscribe downloaded bytes don't start at zero)
fix #39393 (stop button in subscribe)
fix #60506 (switching servers doesn't clear text area in subscribe)
2000-11-17 20:47:31 +00:00
bienvenu%netscape.com 3438d5b718 fix 52207 get rid of stopwatch cursor if we don't select an imap folder for some reason (e.g., read only, or already running a url on the folder) sr=mscott 2000-11-17 19:57:03 +00:00
mscott%netscape.com 4a9b82a9e4 Bug #58657 --> destroy the event queue when we are done with it
sr=bienvenu
r=sspitzer
2000-11-16 22:42:32 +00:00
bienvenu%netscape.com 9187d9d53d fix for 58691 problem with cyrus imap hierarchy delimiters, sr=mscott 2000-11-16 21:44:59 +00:00
bienvenu%netscape.com c26fd3097b fix rename/delete of imap folder with with mod-utf7 name sr=mscott 57131 2000-11-14 15:21:52 +00:00
mscott%netscape.com 5d2a97e0ba Bug #53082 --> implement setMessageDispositionState
r=putterman
sr=bienvenu
2000-11-14 01:12:21 +00:00
bienvenu%netscape.com 68e1cad16c fixes for hierarchy delimiter handling, multiple fetches of imap messages to retrieve inline attachments, crash in morkRowObject::CloseRowObject r=mscott 52260, 59376 58691 2000-11-13 22:35:50 +00:00
sspitzer%netscape.com c93edc215f fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:28:47 +00:00
sspitzer%netscape.com e8fd89376b fix for #59231. sr=mscott. if we use insecure login and the password
contain a "\", we'll fail.  the fix is to send "\\" for every "\".
2000-11-10 05:27:44 +00:00
bienvenu%netscape.com ca7da76d72 fix problem with alerts locking ui when imap connection is down, r=mscott 58547 2000-11-10 01:00:45 +00:00
jefft%netscape.com b83c5f5b20 fixed bug 57571 -- relative url crashes mail client; r=brendan, sr=mscott 2000-11-09 20:29:39 +00:00
bienvenu%netscape.com b7b7c3f3a2 fix delete to trash on cyrus servers -=r=jefft sr=mscott 58686 2000-11-09 02:47:41 +00:00
putterman%netscape.com f023865395 Fix for 58748. r=jefft sr=mscott. Don't crash if there's no trash folder while trying to delete a folder. 2000-11-05 00:16:03 +00:00
bienvenu%netscape.com 62c8d937f2 fix 46375 (or part of it, anyway) reading large imap messages in too small chunks r=jefft, sr=mscott 2000-11-02 02:22:13 +00:00
naving%netscape.com fb63ab512f Bug #56044, r=sspitzer, sr=mscott. Deleting instead of renaming is the right thing
to do because the folder is created in the code that follows.
2000-11-01 19:56:29 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
cls%seawood.org 663abdf29e Rearrange library linking order so that all symbols are resolved for Irix builds. Build #55783. Thanks to rob@adacel.com.au (Robert Low) for the patch. 2000-10-26 02:24:31 +00:00
jefft%netscape.com e80db70297 fixed bug 57571 - crash due to the failure of resolving relative image urls; r=bienvenu, sr=alecf, mscott 2000-10-24 02:00:53 +00:00
bienvenu%netscape.com dcccdef7d0 fix 55993 problem forwarding imap messages with attachments r=jefft,sr=mscott a=jar 2000-10-15 20:41:36 +00:00
mscott%netscape.com a29cc977b4 Bug #2729 --> disable empty trash on exit for aol servers as this causes a nasty
hang. This is a short term fix for this problem.
r=jefft
sr=alecf
2000-10-15 05:05:43 +00:00
mscott%netscape.com 2f24565e8d Bug #56459 --> mock imap channel needs to support nsIRequest in it's QI method.
this makes the progress dialog start working for opening imap mail attachments.
sr=alecf
r=jefft
2000-10-14 04:14:19 +00:00
mscott%netscape.com 8d3bddcf98 Bug #2775 --> only force a delete model if the server is a AOL server.
only show deleted messages if the server is a AOL server.
r=bienvenu sr=alecf
2000-10-12 02:40:02 +00:00
bienvenu%netscape.com 298de97e9f fix 54854 crash in nsImapMailFolder::NormalEndHeaderParseStream r=mscott 2000-10-05 00:50:38 +00:00
taka%netscape.com 3471c82333 fix for #45222. r=alecf, a=alecf 2000-09-22 02:52:11 +00:00
warren%netscape.com 181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
locka%iol.ie b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
mscott%netscape.com b8c14822af Bug #51631 --> set correct password dialog text
r=sspitzer
2000-09-14 22:50:07 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jefft%netscape.com 51fed80933 fixed bug 28254 -- restrictions on new folder dialog for UW Imap server plus provide choice for creating either folders-only or messages-only mail folder; r=putterman 2000-09-13 14:24:41 +00:00
jdunn%netscape.com fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
scc%mozilla.org 611710ba3b if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:59:22 +00:00
bienvenu%netscape.com f90424234d fix 51889 make sure we have an imap inbox when we startup after profile migration r=sspitzer 2000-09-12 14:14:30 +00:00
alecf%netscape.com 21d722acb6 TRUE->PR_TRUE for platform compatibility (no reviewer, just a bustage fix) 2000-09-12 01:58:50 +00:00
bienvenu%netscape.com e527aaca93 fix crash get new mail with no inbox r=sspitzer 51366 2000-09-08 01:25:59 +00:00
bienvenu%netscape.com 334b3a897f turn on aol pseudo mailboxes, forgot to turn the switch code was reviewed by mscott, 33217 2000-09-08 00:51:14 +00:00
bienvenu%netscape.com 1a24981fd8 work on improving startup time, 26455 r=mscott 2000-09-04 23:35:40 +00:00
scc%mozilla.org 961c75aeeb fixed typo 2000-09-03 00:08:25 +00:00
scc%mozilla.org 798d32a8dc fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
bienvenu%netscape.com c91d88b4b0 fix 50722 problems renaming open imap folder r=mscott 2000-09-02 14:42:14 +00:00
bienvenu%netscape.com e4622d02ab add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
bienvenu%netscape.com b872733fb4 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:57:28 +00:00
bienvenu%netscape.com 4e28b71dc0 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:51:10 +00:00
mscott%netscape.com e83f11310d Bug #50126 --> fix a typo for a comment that goes in the log file. Thanks to gemal@gemal.dk for contributing the patch.
r=a=mscott
2000-08-26 03:06:08 +00:00
bienvenu%netscape.com a9561ac909 fix build warning 2000-08-25 02:50:22 +00:00
bienvenu%netscape.com 27e286afc7 fix problems deleting imap folders, and aol imap trash view, r=mscott 50232 11689 33217 2000-08-25 02:45:36 +00:00