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

7230 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 2948f5e553 Bug #22960 --> help improve message display performance. This routine would get called for each
line of data parsed by mime for displaying a message. It was making 4 copies of the line inside of it. I
used some nsString magic to reduce the number of allocations to just one! *yeah*
r=rhp
a=phil
2000-03-02 06:14:33 +00:00
rhp%netscape.com 368ef9ca4b Just updating a test harness... THIS IS NOT PART OF ANY BUILD! 2000-03-02 06:14:01 +00:00
sspitzer%netscape.com ef3666f4a3 fix for #29894, newsrc file corruption. need to truncate the newsrc when
we open it.  otherwise, if we go to write it out and it has gotten smaller,
we will leave garbage at the end of the file.  big thanks to Ken Dowling (kdowling@concentric.net) reporting this bug. a=jar
2000-03-02 05:19:18 +00:00
jefft%netscape.com b4ebf27fde fixed bug 29746 - startup imap folder cache bypassed; reset online folder name should only happen when rename; a=phil,r=bienvenu 2000-03-02 03:21:15 +00:00
putterman%netscape.com e42097a669 a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
entire thread.
2000-03-01 22:33:25 +00:00
rhp%netscape.com 3166fc3245 Fix for eating message bodies and missing auto linking - Bug 29759 - r: mscott - a: phil 2000-03-01 07:57:08 +00:00
mscott%netscape.com 83ea176daf Bug #28984 --> use SetRecipients to set the recipients on the smtp url. I forgot to check this file
in with the rest of the files I checked in earlier.
r=sspitzer
a=phil
2000-03-01 06:38:34 +00:00
jefft%netscape.com 5ca59d5a1e fixed bug 25988 -- IMAP Subfolders appearing at 1st level instead of 2nd level; bug 26061 -- Rename a pop3 folder and its subfolders disappear; a=phil,r=bienvenu 2000-03-01 05:17:53 +00:00
bienvenu%netscape.com 8bb0f508c9 fix threading performance with header cache, r=mscott,a=phil 28233 2000-03-01 04:15:12 +00:00
bienvenu%netscape.com 3acff095b6 fix utf7 encoding of folder names whose last char is non-ascii, r=jefft a=phil 26745 2000-03-01 03:58:53 +00:00
mscott%netscape.com 1368141505 Bug #29650 --> add a cache stream listener which can mediate between the cache channel and the mock channel
when broadcasting onstart/on stop, etc. notifications to the end consumer
r=bienvenu
a=phil
2000-03-01 03:10:06 +00:00
mscott%netscape.com ee923ac9ba Bug #28984 --> add a getter & setter for recipients. The recipients are now stored as a field in the smtp url
instead of as part of the url spec.
r=sspitzer
a=phil
2000-03-01 03:08:05 +00:00
mscott%netscape.com 49519e5eed Bug #28984 --> add a getter & setter for recipients
r=sspitzer
a=phil
2000-03-01 03:07:10 +00:00
sspitzer%netscape.com 888b989ed4 fix for #29647. fix pref stickiness issue. r=ben, a=jar,rickg 2000-03-01 02:50:09 +00:00
alecf%netscape.com 3a133b8797 fix for #29586 r=rickg a=rickg
bandaid fix to make <p> tag wrap the paragraphs
2000-03-01 02:47:45 +00:00
ducarroz%netscape.com 71df3cdba7 FIx for bug 28349, don't addref a null pointer oh dude!. R=alecf, A=phil 2000-02-29 22:32:14 +00:00
hangas%netscape.com 3abfae753c Fix 29654 (Unable to Delete messages or Cancel News Messages from menu) r=mscott, a=phil 2000-02-29 21:57:50 +00:00
hangas%netscape.com e0b6e2946a Fix 29383 (Calling address picker twice causes hang) r=mscott, a=phil 2000-02-29 21:53:02 +00:00
jefft%netscape.com eef8375a52 bug 29340 -- Message sent before logging into mail shows logon failed message; a=phil,r=bienvenu 2000-02-29 21:01:53 +00:00
rhp%netscape.com d486886282 Finally correcting the nsIXULWindow issue in nsMsgSend.cpp 2000-02-29 09:13:10 +00:00
rhp%netscape.com 0a2fb66b4e Fixing again.. 2000-02-29 08:02:04 +00:00
rhp%netscape.com 534958a414 Fixing breakage 2000-02-29 07:43:21 +00:00
rhp%netscape.com 4e7f4db46b Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +00:00
jefft%netscape.com b64d59103f fixed bug 28445 - [PDT+] Error displayed after selecting the renamed subfolders; bug 20366 - Unsuccessful IMAP folder rename makes folder disappear; r=bienvenu,a=phil 2000-02-29 01:16:55 +00:00
alecf%netscape.com edf61e395f fix for #29168
r=sspitzer
a=phil
allow us to switch between nativePath and URLString when using the picker in prefs/account manager
2000-02-29 00:52:51 +00:00
blizzard%redhat.com 8bbac10e64 fix spelling of hander to handler. bug #29407. r=sspitzer 2000-02-27 20:51:11 +00:00
mscott%netscape.com 9e5648ac13 Bug #23788 --> implement logon redirection support for smtp.
r=bienvenu
a=phil
2000-02-27 09:04:44 +00:00
mscott%netscape.com 87afa67505 Bug #23788 --> add a string for noting that we are trying to connect to
the smtp server.
r=bienvenu
a=phil
2000-02-27 08:47:28 +00:00
mscott%netscape.com 22fb88faed Bug #23788 --> in order for the logon redirector to work for smtp and imap we need to pass in a service ID request
token.
r=bienvenu
a=phil
2000-02-27 01:11:13 +00:00
mscott%netscape.com 915a1ad582 Bug #23788 --> add the ability to open connection given a host and port instead extracting them from the url.
This is necessary in order to implement 23788.
r=bienvenu
a=phil
2000-02-26 23:11:45 +00:00
putterman%netscape.com 768f10ad60 a=phil. r=bienvenu. More work on 26456, speeding up Imap mail folder loading by
reusing dbhdr in syncflags.
2000-02-26 20:48:14 +00:00
putterman%netscape.com 791cfcf47a a=phil. Fixes for 29184 and 29104 (r=alecf and bienvenu) Can now access and copy to a local
subfolder.  Fix for 7844 (r=nhotta and bienvenu) Can now view Japanese local folders.
2000-02-26 20:46:39 +00:00
sspitzer%netscape.com 85f2e240e8 fix for #29287, r=alecf, a=jar. set defaults for the copies and folder prefs. 2000-02-26 07:42:09 +00:00
sspitzer%netscape.com 83498d2ac6 fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
hangas%netscape.com 2d7bd9402d Fix 28144 Make XP Toolkit widgets look more professional. r=german/scottip a=phil 2000-02-26 01:21:51 +00:00
sspitzer%netscape.com f29abcb66f fix for #26773, alert when there is a network error in mailnews. r=mscott, a=phil 2000-02-26 01:04:50 +00:00
bryner%uiuc.edu bbfe27364b Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
hangas%netscape.com 1f423ff27f Fix for PDT+ bug 23091 (Messages pref panel). r=scottip a=phil 2000-02-25 01:56:02 +00:00
hangas%netscape.com 985a3556f5 Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00
bienvenu%netscape.com d280982163 part of fix for 28891 r=mscott, a=phil 2000-02-25 01:19:13 +00:00
alecf%netscape.com 36a6ad0489 last part of fix for #23411 - support login redirectors in SMTP servers
r=mscott a=phil
2000-02-25 00:59:56 +00:00
alecf%netscape.com 4f2d1145b5 additional string for #23411 r=sspitzer, a=phil 2000-02-25 00:57:47 +00:00
alecf%netscape.com d9b2afa5f7 support to allow arbitrary ISPs to pre-fill any accounts in the account wizard.
r=sspitzer, a=phil
bug=#23411
2000-02-24 23:05:07 +00:00
bienvenu%netscape.com 3a7ae2ce20 fix logon referral stuff to put up error messages and reprompt a=phil,r=mscott 28201 28203 2000-02-24 04:27:16 +00:00
sspitzer%netscape.com 8f9492f4ec fix for #28530, r=alecf, a=jar,phil 2000-02-24 02:03:11 +00:00
bienvenu%netscape.com 8dffdd2b2c fix unix build warning from last checkin - unused var 2000-02-23 20:59:59 +00:00
bienvenu%netscape.com 8db773e8be remove use of strtok to fix latin1 char handling, r=alecf, a=phil 24692 2000-02-23 20:49:09 +00:00
jefft%netscape.com 5a8c69ac03 fixed bug 28445, 26547, 26657, 25988 - failed to set server directory separator correctly; r=bienvenu, a=phil 2000-02-23 20:31:11 +00:00
alecf%netscape.com 06dc9abf8e back out file I didn't mean to check in 2000-02-23 10:48:17 +00:00
alecf%netscape.com b09a8b8140 implement per-identity smtp servers and use the identity's smtp server if in fact it has a special one
bug #28898
r=mscott
a=phil
2000-02-23 09:42:54 +00:00