Commit Graph

1100 Commits

Author SHA1 Message Date
mscott%netscape.com
7e998654cf Bug #47285 --> supress logging of base 64 encoded authentication information.
r=bienvenu
2000-08-18 02:43:44 +00:00
bienvenu%netscape.com
df9c2e82b4 disable filters with invalid move targets 46876 r=alecf 2000-08-17 20:10:51 +00:00
alecf%netscape.com
e7857cebb9 oops, forgot these in my last checkin 2000-08-17 00:05:31 +00:00
alecf%netscape.com
ebc5b3c4b7 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com
af3c2b73d2 fix undo of imap delete r=mscott 29039 2000-08-16 23:35:48 +00:00
mozilla.BenB%bucksch.org
92d886b8d4 28355: Synchronize with server at "Get New Mail". "Contributed" :) by bienvenu, r=BenB, a=brendan. 2000-08-12 19:56:38 +00:00
alecf%netscape.com
98c830cf14 speedup for #26456 - use autostring instead of PR_smprintf r=putterman 2000-08-11 04:27:37 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
mscott%netscape.com
cbc84df52e fix mac breakage...can't use NS_LITERAL_STRING on a const char * on the mac 2000-08-10 00:42:19 +00:00
mscott%netscape.com
0b8aba8da6 Bug #44163 --> FEAlert and FEAlertFromServer need a message window and with that message window
we should get the correct nsIPrompt object instead of using the one tied to the hidden window.
r=bienvenu
2000-08-09 22:33:14 +00:00
mscott%netscape.com
1034865435 Bug #44163 --> FEAlert and FEAlertFromServer need a message window
r=bienvenu
2000-08-09 22:32:45 +00:00
bienvenu%netscape.com
085017417c fix stop of msg move/copy r=mscott 28129 2000-08-06 20:15:32 +00:00
bienvenu%netscape.com
ec2dd3adc2 remove unneeded select before append to imap folders r=mscott 46501 2000-08-06 14:50:06 +00:00
bienvenu%netscape.com
503b621fba add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:42:16 +00:00
bienvenu%netscape.com
1c31415b08 add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:28:47 +00:00
bienvenu%netscape.com
72afa1622a fix bugs having to do with imap msg copying failing 46876 46914 etc r=mscott 2000-08-03 01:25:12 +00:00
mscott%netscape.com
974b8ba030 Bug #1635 --> if we are downloading the entire message, set total download size based on the RFC822.SIZE response.
r=bienvenu
2000-08-01 02:53:46 +00:00
bienvenu%netscape.com
f07deaf265 fix 20176 (no new msgs msg for imap) 23590 27379 45799 r=mscott 2000-07-26 21:27:39 +00:00
bienvenu%netscape.com
9f4fd6f2bb fix mark thread read for imap, r=putterman 45087 2000-07-26 21:07:30 +00:00
warren%netscape.com
2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
mscott%netscape.com
a5d4e43adf Bug #45816 --> fix i18n breakage of intl-accept pref by calling getLocalizedUnicharPref
r=tao
2000-07-19 21:41:59 +00:00
pavlov%netscape.com
20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
bienvenu%netscape.com
921df47407 fix imap subscribe ui problems, r=mscott 42106 2000-07-12 03:50:40 +00:00
jefft%netscape.com
4f9e090be4 fixed bug 44699 -- IMAP does not check result param from nsIMsgAccountManager::FindServer(); r=bienvenu, alecf 2000-07-07 22:27:03 +00:00
mscott%netscape.com
e6a9a0e1ce Bug #43661 --> open attachment needs to pass in the file name
r=bienvenu
2000-07-07 21:57:39 +00:00
waterson%netscape.com
73bc2ab4b7 Fix a string leak that dbaron found with leaksoup. r=bienvenu 2000-07-06 20:58:29 +00:00
bienvenu%netscape.com
f9d9b2d41c fix memory leaks in imap header parsing, r=jefft 2000-07-06 13:41:10 +00:00
mkaply%us.ibm.com
ecb1bbb781 #42637
r=mscott, a=brendan
OS/2 bringup - VisualAge treats this like a cast - according to nsFileSpec.h, our way is correct
2000-07-05 13:44:44 +00:00
bienvenu%netscape.com
b9c1f9cd75 fix problem with imap messages arriving out of order, r=jefft,mscott 40701 2000-06-27 23:52:05 +00:00
bienvenu%netscape.com
f6e57b9a5e fix for 38598 progress not working r=mscott 2000-06-26 14:54:28 +00:00
dougt%netscape.com
8b638a4c67 I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
gayatrib%netscape.com
dfd928ee8d Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
mscott%netscape.com
7e54058b07 Bug #10802 --> in order to implement open attachment i need the mail news channels to implement set owner
and set/get contenttype
r=sspitzer
2000-06-23 03:11:20 +00:00
mscott%netscape.com
03af6b3cbe 10802 --> implement open attachment
r=bienvenu
2000-06-22 22:37:22 +00:00
mscott%netscape.com
86f3ed7dc2 Bug #10802 --> add open attachment action type
r=bienvenu
2000-06-22 22:16:07 +00:00
rhp%netscape.com
a5a3827ae9 Adding COOL Auth to ABSync - Bug #: 43022 - r: jefft 2000-06-22 04:21:43 +00:00
bienvenu%netscape.com
fa76031aa1 fix 31411 problems interrupting imap message load r=jefft 2000-06-21 00:34:43 +00:00
pavlov%netscape.com
edf17f5e32 fix for nsImapSearchResultSequence::Clear() crash. bug 43079. r=mscott 2000-06-20 03:11:09 +00:00
amasri%netscape.com
402a2ef801 Adding Localization Notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:14:21 +00:00
mscott%netscape.com
bfc686f7ff Bug #41199 --> language extension tweak...don't issue the language request if we don't have a preferred language
nsString to nsAutoString change
r=sspitzer
2000-06-17 18:34:42 +00:00
valeski%netscape.com
f0fec56b70 42767. AsyncOpen (dead code) removal. 2000-06-16 14:39:19 +00:00
jefft%netscape.com
e9446a18d2 fixed bug 32178 -- Undo: completely unpredictable when it will enable or work; r=scottip, bienvenu 2000-06-16 13:48:02 +00:00
bienvenu%netscape.com
f3b0625c40 override delete model for aol server, r=sspitzer 32519 2000-06-16 13:31:51 +00:00
bienvenu%netscape.com
c103944fe9 fix fmr in imap parser causing envelope parser problems r=jefft 42498 2000-06-16 13:24:19 +00:00
jefft%netscape.com
e4d6f47b1c fixed bug 41170 - opening the twisty for an imap server should refresh the folder list; r=sspitzer, bienvenu 2000-06-13 23:18:04 +00:00
waterson%netscape.com
984630e965 Grow by power of two after reaching 16 elements; factor 'implementation' into a separate struct so the nsVoidArray object is one word when empty. 2000-06-13 08:33:19 +00:00
bienvenu%netscape.com
f7cbeeb06d more work on search backend, fix scheduling of multiple urls, r=alecf 33101 2000-06-10 14:36:50 +00:00
jefft%netscape.com
f5ddd703d2 fixed bug 39262 folder pane doesn't show [un]subscribe changes to imap folders; r=bienvenu, sspitzer 2000-06-09 23:28:03 +00:00
mscott%netscape.com
bcc5060003 just removing hard tabs with spaces....no code change.... 2000-06-09 22:20:16 +00:00
mscott%netscape.com
29a94f0bc7 Bug #41199 parse out the language capabilitiy. We also needed to add the ability to not necessarily throw alert
dialogs just because we get a bad or nO response from the server. Some commands like LANGUAGE are "exploratory" in
nature and you don't care if they succeed or fail.
r=bienvenu
2000-06-09 22:19:49 +00:00