bienvenu%netscape.com
f40ede20ce
fix build warnings
2000-08-13 23:00:42 +00:00
bienvenu%netscape.com
0fdeeaea66
fix bugs with partial uidl, stopping pop3 download, and deleting msgs on server r=putterman 43489 45727 33943
2000-08-13 22:56:40 +00:00
alecf%netscape.com
65066903b4
local mail speedup for #26456 r=putterman
...
use autostrings not PR_smprintf
2000-08-11 04:28:49 +00:00
alecf%netscape.com
5a903519d1
fix for #39016 r=mscott
...
make more strings localization friendly, and use formatStringFromName where appropriate
2000-08-10 07:00:16 +00:00
alecf%netscape.com
ff6e54f208
part of fix for 39016 - add direct access to the string bundle for the mail string bundle stuff
...
r=mscott
2000-08-08 22:11:40 +00:00
alecf%netscape.com
3ac91a2d6f
part of fix for #34996 - unify location of username amongst the protocols
2000-08-08 22:06:59 +00:00
bienvenu%netscape.com
6c787e2611
fix stop of msg move/copy r=mscott 28129
2000-08-06 20:15:32 +00:00
bienvenu%netscape.com
0e4f9e7359
more work on drag drop move/copy handling 47195 r=mscott
2000-08-06 14:40:21 +00:00
bienvenu%netscape.com
d1cbb2ce9c
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
ducarroz%netscape.com
2e9bc29abe
Fix for bug 47497 (tree blocker). We should not pass rv to the call do_queryInterface in this case because failure here doesn't mean that the whole function failed. R=bienvenu
2000-08-03 20:50:00 +00:00
bienvenu%netscape.com
64cbc464b1
fix 28117 copying online to offline loses read state of msg r=mscott
2000-08-03 01:22:45 +00:00
bienvenu%netscape.com
eb0fcab8e9
remove debug_bienvenu code for search testing
2000-07-26 21:09:39 +00:00
warren%netscape.com
7ac7233df8
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
bienvenu%netscape.com
713e467e25
turn on green icon for local folders that get messages filtered into them from pop, r=gayatrib 43884
2000-07-17 23:16:38 +00:00
mscott%netscape.com
ae155355ca
Bug #43691 --> fix pop uidl urls by supressing OnStart and OnStopRequest calls
...
if the url we are running isn't going to result in any new content.
r=alecf
2000-07-14 23:16:47 +00:00
cls%seawood.org
062c8bd937
Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061
2000-07-10 07:13:31 +00:00
mscott%netscape.com
f4be0bbdc6
Bug #43661 --> open attachment needs to pass in the file name
...
r=bienvenu
2000-07-07 21:57:39 +00:00
jefft%netscape.com
cb8dadfc32
fixed bug 44164 - improperly parented modal dialog in nsPop3Protocol; r=mscott
2000-07-05 23:55:17 +00:00
mkaply%us.ibm.com
83b8bd6fea
#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
sspitzer%netscape.com
7f9294d28c
last check in before sabbatical! fix for nsbeta2+ bugscape bug #1149 .
...
install default templates in the case where the profile's locale
is not set. r=mscott
2000-07-01 02:38:27 +00:00
morse%netscape.com
feb550a4e1
fix bug 43886, single signon no longer works, r=jefft
2000-06-27 21:13:50 +00:00
gayatrib%netscape.com
1567fac51e
Biff Feature bug 36011 review=scottip
2000-06-23 03:19:17 +00:00
mscott%netscape.com
ebc205add2
10802 --> implement open attachment
...
r=bienvenu
2000-06-22 22:37:22 +00:00
mscott%netscape.com
ad4d28b394
Bug #10802 --> add open attachment action type
...
r=bienvenu
2000-06-22 22:16:07 +00:00
amasri%netscape.com
93e980b67b
Adding localization notes per Bugzilla #39775 Beta2+
...
r=rchen@netscape.com
2000-06-20 02:30:45 +00:00
mscott%netscape.com
2a981734c9
Bug #42836 --> attempt to fix crash on linux with migrated profiles by adding some null ptr checks.
...
r=putterman
2000-06-16 23:45:38 +00:00
nhotta%netscape.com
42359847b6
Added code to parse Content-Type charset and store to DB, bug 33101, r=bienvenu.
2000-06-16 22:17:06 +00:00
bienvenu%netscape.com
1c795429b0
more work on search BE, 33101 r=alecf parse local folders before searching
2000-06-16 13:21:41 +00:00
sspitzer%netscape.com
7f157bc012
remove unnecessary line. part of my checkin for #1181
2000-06-15 05:52:02 +00:00
sspitzer%netscape.com
6c5e7a81ce
fix #1181 . make it so we install templates into bin/defaults/Templates and
...
bin/defaults/en-US/Templates. then fix it so we check in the locale
directory first, and fall back to the other one if we have too.
r=alecf
2000-06-15 05:04:49 +00:00
sspitzer%netscape.com
3537df95e2
start of changes for http://bugscape/show_bug.cgi?id=1149
...
allow for default templates for the "Local Folders" account.
r=alecf
2000-06-13 05:04:34 +00:00
jefft%netscape.com
8c934854d2
fixed bug26770 - Messages downloaded twice after hitting stop in POP download; r=bienvenu
2000-06-11 05:23:23 +00:00
jefft%netscape.com
53de752802
fixed bug 32247 - POP: Delete does not work after the first session; r=bienvenu
2000-06-08 22:10:15 +00:00
alecf%netscape.com
7eda727f84
fix for #34996 - pre-escape usernames before building URLs
2000-06-07 07:09:48 +00:00
bienvenu%netscape.com
41aa99c44e
fix 33614 problem with delete filters, r=alecf,a=scottip
2000-06-03 22:12:23 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
alecf%netscape.com
d375b03c76
I forgot this file in my checkin the other day for #14421
...
(it was r=sspitzer)
2000-05-31 08:31:04 +00:00
alecf%netscape.com
3685513be7
fix for #40390 - make nsMsgIncomingServer::GetPort fall back to the default
...
port for the specified server type using nsIMsgProtocolInfo.
Also clean up some of the GetDefaultPort stuff
r=sspitzer
2000-05-31 08:00:13 +00:00
alecf%netscape.com
7e5e7a8fb4
ok, I'm a bonehead. set the passed in flag, not the TRASH flag on newly created local folders. duh.
2000-05-25 06:50:08 +00:00
alecf%netscape.com
76068483c0
cooler way of sharing INBOX/Drafts/etc strings between nsPop3IncomingServer and nsNoIncmoingServer
...
as fix for 14421 r=sspitzer
2000-05-25 05:53:33 +00:00
alecf%netscape.com
0ad4060d07
fix horribly obvious typo that might cause assertions (surprised it hasn't already)
2000-05-25 05:14:24 +00:00
alecf%netscape.com
eeff0d90bd
for local mail, use localized Drafts/Templates/etc from the stringbundle
2000-05-25 03:52:40 +00:00
jefft%netscape.com
473585f46a
fixed bug 39883 - compact local folder crashes in nsMsgLocalMailFolder::Compact() with null database; r=putterman
2000-05-24 12:30:10 +00:00
sspitzer%netscape.com
496424c7f2
fix for #26768 , r=mscott. get biff / get new msg to work properly if you have
...
two accounts on the same pop server.
2000-05-24 08:24:43 +00:00
sspitzer%netscape.com
2eda7c7b6c
fix for several bugs.
...
#34355 , for a new pop server, the copies and folders prefs should point to the pop server,
not the local server.
#22889 , #37464 , news article urls not displaying, and they causing autosubscribe to happen.
#36661 , fix problems with autosubscribe / article url problem, if they happen before
we migrated and if there is no accounts.
#8216 , a successful cancelling of a news posting removes message from thread pane
r=alecf
2000-05-23 02:38:00 +00:00
alecf%netscape.com
045c4b819c
change boolean to integer (same C++ storage size, so no other changes needed)
...
(no reviewer, this is trivial as it was already being used as an integer)
2000-05-22 22:00:14 +00:00
cls%seawood.org
1165ad3a33
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
pavlov%netscape.com
0c75802384
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
jefft%netscape.com
7f1fd811c2
fixed bug 28929 -- [regression] incorrectly entered pop mail leaves user in wierd state - does not download messages
2000-05-16 23:56:19 +00:00
warren%netscape.com
be7f0d13bf
Reverted serverPasswordRealm back to serverURI. Bug 39453.
2000-05-16 21:17:55 +00:00