bienvenu%netscape.com
a4763259e0
fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673
2002-12-03 15:23:42 +00:00
beard%netscape.com
04d5f67de0
Fix build bustage, need MsgUtil[Debug].lib now.
2002-12-03 15:05:40 +00:00
bienvenu%netscape.com
6c0c561f7f
remove unused var to fix warning from last checkin
2002-12-03 13:18:40 +00:00
bienvenu%netscape.com
1e0776bf87
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
kaie%netscape.com
210417ee19
b=115294 Support S/Mime signing only configuration / relax certificate configuration requirements
...
r=javi sr=sspitzer
2002-11-28 18:31:03 +00:00
sspitzer%netscape.com
8897f7c963
fix for bug #180019 .
...
fix problems when choosing "Customize..." mail view, and then cancelling.
also fix problems when you choose the same view as previously chosen.
r/sr=bienvenu
2002-11-28 04:31:58 +00:00
dmose%netscape.com
dbd67c504c
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
5ddfa5fe9b
add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162
2002-11-26 21:41:44 +00:00
kaie%netscape.com
11e4a80cf5
b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
...
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
sspitzer%netscape.com
9007844118
fix for static build bustage. thanks for the tip from cls.
2002-11-12 23:13:50 +00:00
blizzard%redhat.com
86d09b9cec
Bug #179773 . mailViews.dat not installed during make install. r=sspitzer
2002-11-12 19:24:38 +00:00
rdayal%netscape.com
68826a6167
Bug #178989 sometimes records are not added to Palm AB during Palm Sync
...
r=ssu, sr=bienvenu.
2002-11-08 23:45:00 +00:00
sspitzer%netscape.com
dd0c8a83d6
moving to 8.3. it's too easy to goof this up otherwise.
2002-11-08 20:41:45 +00:00
mkaply%us.ibm.com
5f450d9f98
Os/2 needs 8.3 names
2002-11-08 15:24:29 +00:00
mkaply%us.ibm.com
5bf6f20a44
OS/2 bustage
...
1. PR_CALLBACK
2. PLEASE don't create more implementations using min() and max()
name them something different.
2002-11-08 05:05:28 +00:00
mkaply%us.ibm.com
2afb8ff07a
OS/2 DLL names need to be 8.3
2002-11-08 04:08:31 +00:00
mkaply%us.ibm.com
33797d05da
Need to change true/false to PR_TRUE/PR_FALSE as well
2002-11-08 03:27:12 +00:00
dmose%netscape.com
8133fefe21
Fix OS/2 tinderbox build bustage by changing instances of bool to PRBool
2002-11-08 03:13:07 +00:00
peterv%netscape.com
a6eae8bf93
Turn on basic junk-mail detection functionality in mail on Mac. r=dmose.
2002-11-07 22:30:16 +00:00
dmose%netscape.com
65478302dc
Removing old, unused files (not part of build)
2002-11-07 21:29:26 +00:00
dmose%netscape.com
8364187e66
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
sfraser%netscape.com
65cdf38061
Fix debug target to output shared lib, not static lib; fixes autoreg crash in debug builds. r=brade/sspitzer.
2002-11-07 20:02:59 +00:00
sfraser%netscape.com
6d53a48108
Fixing .headers output file name to fix IDL dependencies, which should fix the flames. r=sspitzer
2002-11-07 00:57:23 +00:00
sfraser%netscape.com
ca2a0a1eab
Fixing up project files for sspitzer. r=sspitzer
2002-11-06 21:51:59 +00:00
sspitzer%netscape.com
661dbbbd17
ignore generated Makefiles.
2002-11-06 21:21:05 +00:00
sspitzer%netscape.com
ec89db0149
mailviews for the mac. not part of the build.
2002-11-06 20:40:17 +00:00
sspitzer%netscape.com
5eb26f1e91
build work for mailviews, for mac.
not part of the build.
2002-11-06 19:10:33 +00:00
sspitzer%netscape.com
37b944c793
turn on mscott's mail views. (only linux and windows, working on mac build changes).
...
bug #176850 . r/sr=bienvenu
2002-11-06 05:22:25 +00:00
sspitzer%netscape.com
1100d81151
landing mscott's mail views work from the ns tree. see #176850
...
NOT PART OF THE BUILD YET.
2002-11-02 01:07:53 +00:00
kairo%kairo.at
0978ac7de5
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
rdayal%netscape.com
925ce54780
Bug #177250 fix for crash during / after palmsync
...
The fix is for using the OLE memory management routines instead of the usual ones
for the 'out-parameters' of the MS COM IPalmSync interface used for IPC
between the conduit loaded in the HotSync Manager process and the Mozilla process.
The fix has also been tested by mozilla community person who mostly saw these crashes.
r=ssu, sr=bienvenu, a=roc+moz.
2002-10-30 00:18:51 +00:00
dmose%netscape.com
7692842a78
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
beard%netscape.com
737a579e5e
Added TokenEnumeration, which provides efficient direct enumeration of the Tokenizer's PLDHashTable. r/sr=brendan, a=asa [not part of build]
2002-10-18 06:31:47 +00:00
beard%netscape.com
602c054e3f
Performance enhancement: using PLDHashTable to store tokens by value in the hash table, using PLArenaPool to allocate token word strings. r/sr=brendan, r=dmose [not part of build]
2002-10-16 21:29:25 +00:00
leaf%mozilla.org
aeba91a83f
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
kaie%netscape.com
a9a7900ea6
b=165574 PSM embedding freeze/ step 3/ replace nsISupportsArray with nsIArray
...
r=javi sr=alecf a=asa
2002-10-14 14:49:00 +00:00
rdayal%netscape.com
880efe66cd
part of Bug #173281 Modify for install.
...
Changes for registration of PalmSync support interface
r=ssu, sr=dveditz, a=asa
2002-10-14 06:53:05 +00:00
beard%netscape.com
0ac379140a
oops, forgot a return type on isUpperCase() r/sr=sspitzer a=asa [not part of build]
2002-10-12 01:14:53 +00:00
beard%netscape.com
a7af6ead53
Don't lowercase non-ASCII characters! r/sr=sspitzer a=asa [not part of build]
2002-10-12 00:45:07 +00:00
beard%netscape.com
78129fe6da
Fixed declaration of nsIJunkMailPlugin::setMessageClassification consistent with nsMsgJunkStatus typedef. Added pooled allocation for tokens and word strings. r=bienvenu sr=sspitzer, a=asa [not end user visible as yet]
2002-10-10 01:20:47 +00:00
sspitzer%netscape.com
b249c67565
no need to cast this, now that we use nsMsgJunkStatus type. r/sr=bienvenu
2002-10-09 03:11:33 +00:00
rdayal%netscape.com
bf9c116e93
Bug #164760 Implement Palm Conduit - changes to build it.
...
Makefile and changes to build the Conduit. This would get built only when Palm CDK
is installed and the env var PALM_CDK_DIR is set to Palm CDK dir path.
r=leaf, sr=mscott.
2002-10-08 19:00:06 +00:00
sspitzer%netscape.com
0e48c7de27
more work for #169638 . spam UI work (still in progress) including changes to allow search by score. "score" attribute is now "junkscore", per mscott. some code cleanup.
...
r/sr=mscott
2002-10-08 04:29:57 +00:00
bienvenu%netscape.com
f6287abc17
pass uris, not urls to spam filter plugin, not part of build, r/sr=sspitzer
2002-10-08 02:39:02 +00:00
rdayal%netscape.com
dcf98d7652
Bug #164760
...
Files for implementation of PalmSync Conduit, NOT YET PART OF BUILD
The Conduit would be built as separate Windows Dll loaded by the HotSync Manager
r=cavin, sr=mscott
2002-10-08 01:41:17 +00:00
beard%netscape.com
d5a6370888
Using a fixed sized (16k) token buffer, now byte swapping 32-bit integers written into the training data, correctly opening the ANSI file in binary mode (crucial on the Mac). [not part of build]
2002-10-04 22:47:36 +00:00
ducarroz%netscape.com
c86c793c57
Bug 172210. Set correct parameter to force mime generating clean output for mail filter. R=cavin, SR=sspitzer
2002-10-04 22:43:26 +00:00
beard%netscape.com
5daa6bd705
Remove obsolete file. r=sspitzer [not part of build, either]
2002-10-03 22:29:52 +00:00
beard%netscape.com
2a6c98ca92
Kill warnings. [not part of build]
2002-10-03 22:22:42 +00:00
rdayal%netscape.com
eec6c834da
Bug #165247 . Implementation of Palm AB HotSync support in Mozilla.
...
NOT yet part of BUILD.
- files in palmsync/build are for providing IPC support to get called from
Palm Conduit loaded into Palm's HotSync Manager
- files in palmsync/public is the XPCOM interface for Palm HotSync support Mozilla module
- files in palmsync/src is the implementation of this module, the XPCOM interface
implementation, implementation when IPC call is made and the implementation of the
actual PalmSync Logic.
r=cavin, sr=bienvenu.
2002-10-03 20:40:24 +00:00
ducarroz%netscape.com
81d80c2c34
Fix spam filter bustage on Windows and Linux. Not part of the build yet
2002-10-03 02:35:57 +00:00
beard%netscape.com
cf8c039a86
Switched to binary format for training data. [not part of build]
2002-10-03 00:26:44 +00:00
beard%netscape.com
a8c45c3ea3
Incorporated patch from bug #172210 (thanks jf), added code to writeTokens to write correct data when there are 0 tokens, so that readTokens will work correctly in that case. [not part of build]
2002-10-02 22:16:00 +00:00
beard%netscape.com
af47bfb387
Added writeTrainingData/readTrainingData methods which save to a file called "training.txt" in the current profile directory. [not part of build]
2002-10-02 21:52:21 +00:00
beard%netscape.com
57da5f9c29
Fixes learning, removes usage of NaN, and correctly initializes refcount of the nsIStreamListener. [not part of build].
2002-10-02 19:54:32 +00:00
kaie%netscape.com
af1d6e068e
b=170575 View Signature certificate button is busted
...
r=javi
2002-10-02 18:50:52 +00:00
kaie%netscape.com
26818206d4
b=172028 Regression: LDAP certificate retrieval does no longer work
...
r=rjc sr=darin
2002-10-02 18:48:28 +00:00
sspitzer%netscape.com
593dbee451
instead of NAN, use 0. build problems on win32 (and probably linux).
...
r=beard.
2002-10-02 18:31:17 +00:00
sspitzer%netscape.com
1475e8ac99
more build changes for beards new bayesian filter implementation. not part of build yet.
2002-10-02 10:18:56 +00:00
sspitzer%netscape.com
d9d457963c
some changes for windows / linux. not part of the build.
2002-10-02 09:02:18 +00:00
sspitzer%netscape.com
4b33b7b3b8
remove bogus comment.
2002-10-02 07:50:21 +00:00
sspitzer%netscape.com
3064d6c4cd
ignore generated makefile.
2002-10-02 07:21:41 +00:00
beard%netscape.com
eaefeda218
Bayesian Spam Filter C++ implementation. [not part of build yet].
2002-10-02 01:58:35 +00:00
sspitzer%netscape.com
d0c5c48dd4
adding consts to the nsIMsgFilterPlugin interface, and using it.
...
removing UI added to extension, since there is core UI For this already (but off by default).
part of bug #169638 . r/sr=bienvenu
2002-09-30 22:13:01 +00:00
beard%netscape.com
37447ed8fd
Simplify the subclassing, using __proto__ explicitly, and remove an unnecessary extra level of prototype chain when instantiating the algorithm. (not part of build, r=peterv)
2002-09-28 17:02:53 +00:00
dmose%netscape.com
3145cc5850
Change function name to avoid namespace collision; don't write out the database if nothing has changed; use scores instead of labels to be compatible with the rest of the infrastructure (not part of build)
2002-09-28 00:54:57 +00:00
dmose%netscape.com
403c4388ce
Changes from peterv to not modify the database based on automatically classified spam (not part of build)
2002-09-28 00:53:34 +00:00
sspitzer%netscape.com
6dc889c017
cid to progid cleanup. no bug.
2002-09-27 09:32:06 +00:00
dmose%netscape.com
f7430dd4a6
Tweaks to match interface; not part of build
2002-09-26 22:34:18 +00:00
dmose%netscape.com
47b7f75517
Fix syntax error (not yet part of build).
2002-09-26 01:12:42 +00:00
dmose%netscape.com
41256e5e66
Fix syntax error (not part of build).
2002-09-26 01:03:06 +00:00
dmose%netscape.com
de82a1b204
Add comment crediting various folks in the Bayesian spam community for their ideas.
2002-09-25 22:22:07 +00:00
dmose%netscape.com
b7890a4bbb
Initial work (mostly by peterv) for a bayesian spam filter. Not yet part of the build.
2002-09-25 22:15:12 +00:00
kaie%netscape.com
35392df5f2
b=170221 Syntax error opening message security info
...
r=javi sr=rpotts
2002-09-23 23:14:39 +00:00
kaie%netscape.com
41447e5463
b=169932 Replace wstring with AString in IDL
...
r=darin sr=alecf
2002-09-23 20:17:16 +00:00
kaie%netscape.com
70233f9ee6
b=169164 Replace PRUint* and PRInt* in IDL with "unsigned long" etc
...
r=javi sr=alecf
2002-09-18 17:15:58 +00:00
kaie%netscape.com
20ada98927
b=168448 PSM embedding freeze/ step 1/ move stuff & change data types
...
r=javi sr=alecf
2002-09-17 18:51:22 +00:00
andreww%netscape.com
306632bf26
bugzilla bug 164174 r=suresh, sr=hewitt. Updating skin version number due to new backwards incompatibilites.
2002-09-12 23:39:25 +00:00
leaf%mozilla.org
b1bdbfd3cd
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
rjc%netscape.com
800d8a6b3b
Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin
2002-09-04 01:28:36 +00:00
timeless%mac.com
8c12601ae8
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-02 20:23:29 +00:00
kaie%netscape.com
f96f0897f6
b=106988 Switching sender should also change the sign/encrypt setting
...
r=javi sr=mscott
2002-08-26 06:13:17 +00:00
bryner%netscape.com
2920dae2f9
Ignore generated Makefiles.
2002-08-23 10:30:06 +00:00
kaie%netscape.com
a7ea0fe9c4
b=154634 if you collapse the message pane, the security status can be misleading
...
r=ducarroz sr=sspitzer
2002-08-23 10:25:32 +00:00
kaie%netscape.com
6873b490d4
b=156343 [LDAP] address lookup appears to be case sensitive when dir server lookup is enabled
...
r=javi sr=jag
2002-08-23 10:20:41 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
kaie%netscape.com
a19bf9fc49
b=161379 Fix JavaScript warnings in security code
...
r=ssaux sr=mscott
2002-08-07 14:24:04 +00:00
kaie%netscape.com
de8050310c
b=145698 javascript strict warnings in msgCompSecurityInfo.js
...
r=javi sr=alecf a=asa
2002-07-25 02:45:51 +00:00
leaf%mozilla.org
dd33dbb91f
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
kaie%netscape.com
344b6e8c89
b=114893 Can't send encrypted mail if encryption cert has not been imported. Smartcard issue.
...
r=javi sr=alecf a=asa
2002-07-15 13:35:30 +00:00
kaie%netscape.com
2808af4b12
b=135214 tentative fix for "signed icon in 3-pane isn't going away"
...
r=dbaron sr=mscott
2002-07-12 11:53:34 +00:00
racham%netscape.com
2fc8fc73dc
Fixing bug 154274. When certificate is pre-configured, other elements associated with it should be lockable. This patch provides that ability. r=naving, sr=mscott
2002-06-26 05:09:39 +00:00
kaie%netscape.com
165c358501
b=153243 Error in recipient certificate availability checking, causing unreadable mail
...
r=ssaux sr=jag
2002-06-21 00:43:18 +00:00
kaie%netscape.com
d21328b798
b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
...
r=ducarroz sr=mscott
2002-06-19 13:46:10 +00:00
kaie%netscape.com
395cb888eb
b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
...
r=ducarroz sr=mscott
2002-06-19 12:49:29 +00:00
kaie%netscape.com
3384200906
b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
...
r=ducarroz sr=mscott
(need to rename file because it is too long for Mac)
2002-06-19 12:47:44 +00:00
kaie%netscape.com
2b1964d604
b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
...
r=ducarroz sr=mscott
2002-06-19 12:24:27 +00:00
racham%netscape.com
3cc5c32ddb
Fixing bug 144563. Disable AccountManager panel elements and account setting preferences when the corresponding preferences are locked. This is a useful feature for Administrators and vendors. Special configuration tool to be used for generating a config file to feed the locked prefs to the app. r=srilatha, sr=bienvenu
2002-06-18 09:29:15 +00:00
kaie%netscape.com
4c4d965cce
b=119394 Support fetching certificates from LDAP servers.
...
r=javi/dmose sr=mscott
2002-06-14 02:10:02 +00:00
kaie%netscape.com
9431367d0c
b=133995 Only allow sending encrypted mail using valid recipient certs.
...
r=javi sr=mscott
2002-06-13 23:54:56 +00:00
kaie%netscape.com
73328bc26f
b=147770 Enhance S/Mime menu wordings
...
r=cotter sr=alecf
2002-06-12 16:54:45 +00:00
stephend%netscape.com
455ac44d61
Bug 147438. Security panel needs some cleanup. Patch by Stephen Walker <walk84@yahoo.com> r=kaie, sr=mscott
2002-06-11 20:42:53 +00:00
nhotta%netscape.com
1cd4fe5124
Changed the localization note to mention that "MsgMdnWishToSend" is localizable,
...
bug 149162, r=yxia, sr=bienvenu.
2002-06-11 20:17:27 +00:00
leaf%mozilla.org
0034658953
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
cathleen%netscape.com
12e47be3cf
clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan
2002-06-04 23:05:39 +00:00
kaie%netscape.com
f82d5fb61d
Part of bug 119394, landing UI strings only.
...
r=cotter sr=alecf
2002-06-04 05:09:47 +00:00
kaie%netscape.com
5ed1bb1f08
b=139561 Implement S/Mime "on demand verification" for IMAP messages
...
r=javi/cotter sr=bienvenu
2002-05-29 04:44:50 +00:00
kaie%netscape.com
d030f000cd
b=142096 Message Security box does not display all recipients
...
r=javi sr=mscott
2002-05-17 02:27:39 +00:00
kaie%netscape.com
2a9d9846b2
b=120939 Make clear that both encryption and signing certs are required to configure s/mime.
...
r=javi sr=mscott
2002-05-17 01:12:49 +00:00
kaie%netscape.com
6803ea2ace
b=136948 Give better feedback when no valid certs for S/Mime are available
...
r=javi sr=mscott
2002-05-16 03:51:37 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
shliang%netscape.com
fcfadd8ef8
134430 - change default mdn pref. r=ssu, sr=sspitzer
2002-05-14 00:22:48 +00:00
kaie%netscape.com
6de1e228f9
b=127175 Fix javascript strict warnings
...
r=javi sr=mscott
2002-05-13 14:03:51 +00:00
stephend%netscape.com
c20e809c91
Bug 141894. Security button in msgCompose should have a tooltip. r=kaie@netscape.com, sr=sspitzer@netscape.com
2002-05-03 20:46:51 +00:00
darin%netscape.com
040ddbbf28
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
mscott%netscape.com
1401374810
Bug #134288 --> hide extra hash marks caused by the smime code in the 3-pane and compose window when you
...
are viewing/sending a message with no security information.
r=kai
sr=sspitzer
2002-05-03 00:23:52 +00:00
kaie%netscape.com
1b9a1ddb79
b=130692 Find matching certificate using case insensitive email address
...
r=javi sr=jag
2002-05-01 14:09:42 +00:00
sspitzer%netscape.com
7f1233d0c0
fix build issue. thanks to jefft for the patch.
2002-04-30 06:33:18 +00:00
alecf%netscape.com
e4d4ba3ccb
Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
...
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
nhotta%netscape.com
1d148846ba
Adding a localization comment to a property file not to translate the strings,
...
bug 139615, r=rchen.
2002-04-25 00:48:50 +00:00
bienvenu%netscape.com
2a481a4026
fix 136805 broken mdn receipts when msg subject has non-ascii characters fix by jeff tsai, r=ducarroz, sr=bienvenu
2002-04-24 20:45:53 +00:00
seawood%netscape.com
7e99f9e47e
Use debug() instead of dump() so that js component registration output only shows up in debug builds.
...
Bug #138726 r=rginda sr=alecf
2002-04-23 07:30:11 +00:00
kaie%netscape.com
658962867b
b=125607 Temporary workaround for better displaying signed S/Mime messages w/ attachments from IMAP servers.
...
r=ducarroz sr=bienvenu
2002-04-22 23:02:29 +00:00
dbragg%netscape.com
060ac1f254
Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa
2002-04-16 22:19:10 +00:00
stephend%netscape.com
69727bda6a
Fixing bug 135797. Move it to my 'Sent' folder is the correct text. r=robinf (wording), r=shuehan (code), sr=sspitzer
2002-04-13 01:54:31 +00:00
kaie%netscape.com
be88a33114
b=119418 Fix handling of opaque signed S/Mime messages.
...
Also fixes some other S/Mime issues, as described in the bug.
r=ddrinan/ducarroz/darin sr=alecf
2002-04-12 04:26:40 +00:00
kaie%netscape.com
17d1c7eab3
b=135161 Review S/Mime UI text
...
r=cotter sr=alecf a=asa
2002-04-05 23:52:35 +00:00
brade%netscape.com
35a16ebeb2
fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf
2002-04-05 18:15:13 +00:00
kaie%netscape.com
57f3cd9aa9
b=131087 Failure on sending S/Mime messages should display the correct reason
...
r=ddrinan/ducarroz sr=jag a=asa
2002-04-04 23:15:22 +00:00
sspitzer%netscape.com
f516a57146
attempting to fix the mac MDN build horkage. thanks to dbaron for the help.
2002-03-29 00:05:35 +00:00
sspitzer%netscape.com
5f9f54b81c
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
ducarroz%netscape.com
4f80179617
Fix for bug 16241. Implementation of MDN. R=sspitzer, SR=bienvenu, A=asa
2002-03-28 21:24:21 +00:00
kaie%netscape.com
313246fba8
b=107817 Make sure sent encrypted messages will be decryptable by sender.
...
r=ddrinan
sr=alecf
a=roc+moz
2002-03-27 03:27:43 +00:00
kaie%netscape.com
91e9529dc3
b=129100 Finalize S/Mime UI implementation
...
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
sspitzer%netscape.com
af59a6b3de
default accounts to use the global MDN prefs. NOT PART OF THE BUILD.
...
a=asa
2002-03-23 17:28:31 +00:00
sspitzer%netscape.com
857c62d341
landing some of the changes for MDN for jefft. bug #16241 . a=asa. NOT PART OF THE BUILD.
2002-03-23 03:39:34 +00:00
cbiesinger%web.de
5002d02f48
bug 131580 r=doron sr=blake a=asa
...
typo in msgSecurityInfo.properties
2002-03-19 22:11:52 +00:00
andreww%netscape.com
9401f96236
bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0
2002-03-14 21:20:51 +00:00
seawood%netscape.com
1e2fdc2421
Remove now redudant REGCHROME calls.
...
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
af0cf0ee2d
Remove REGCHROME calls since we now auto-register chrome when jars are processed.
...
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
sspitzer%netscape.com
ed7886c166
additional fix for #128962 . pref UI work for MDN (return receipts)
...
NOT PART OF THE BUILD (yet)
fix the global prefs to match the 4.x global
prefs so that migration is a no-brainer. fix the per account
prefs to be correct (wrt server or identity). fix certain prefs to be
booleans, instead of ints.
r=shuelan, sr=bienvenu, a=shaver
2002-03-13 01:41:10 +00:00
kaie%netscape.com
ba192890c0
b=123069 Mozilla ignores "encrypt always" preference!
...
r=javi sr=mscott a=asa
2002-03-11 19:00:09 +00:00
sspitzer%netscape.com
fd43310582
fixes to get MDN account manager UI to build on linux.
...
and remove unnecessary makefiles. see bug #128962
NOT PART OF THE BUILD. a=asa
2002-03-09 08:25:07 +00:00
shliang%netscape.com
1d25956479
128962 - account manager extension for MDN return receipts - not part of build - r/sr=sspitzer,a=asa
2002-03-08 22:09:45 +00:00
dbragg%netscape.com
9fd02ba450
Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz
2002-02-20 03:18:10 +00:00
kaie%netscape.com
990aabd2ee
b=115010 Implement "Message Security Info" when reading S/Mime messages.
...
(includes b=115209 Only care for outermost signing/encryption level)
r=javi/ducarroz sr=mscott
2002-02-18 15:36:30 +00:00
kaie%netscape.com
dd97cbe147
b=125097 Typo in error string identifier NoSenderEncryptionCert
...
r=ssaux
2002-02-13 01:48:55 +00:00
heikki%netscape.com
02a455545d
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
kaie%netscape.com
c0277b3fd7
b=122503 msgCompFields.securityInfo morphs from nsIMsgSMIMECompFields to nsISupport.
...
r=kaie sr=mscott
2002-01-30 01:58:35 +00:00
dougt%netscape.com
894fdcfaaf
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
kaie%netscape.com
fba86ece7a
b=115010 Mail/News UI must provide detail info on signature/encryption status
...
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
dbragg%netscape.com
b3ce95e541
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
racham%netscape.com
ea7d65f467
Fixing bug 117714. This fix saves and retrieves preferences in smime panel properly. Thanks to Stephane Saux for the patch he proposed. Needed to add more changes to that so that prefs are saved while user moves across items like Server Settings, Addressing, etc under a given account in the AccountManager panel. r=sspitzer, sr=mscott
2002-01-10 22:40:27 +00:00
mscott%netscape.com
241b8c024c
fix the builds when the mail smoketest variable is defined. we were clobbering the DIRS
...
variable in that case causing us to not build smime anymore. this caused the redness on lhasa & boxset
2002-01-08 02:08:39 +00:00
sspitzer%netscape.com
404e12e054
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
mscott%netscape.com
6a306e27e2
Bug ##115962 --> convert the security panel to match the spec.
...
r=kai
sr=sspitzer
2001-12-21 01:22:25 +00:00
hewitt%netscape.com
1dc8b67ef1
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
kaie%netscape.com
3ec6a5ec6b
b=115182 Wrong usage of SMIMEBundleFormatStringFromName
...
r=timeless sr=mscott
2001-12-15 03:56:18 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
dbragg%netscape.com
8b33e8cf0b
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
sfraser%netscape.com
60e4871eb6
Fix bug 114971 -- debug target for smime project had a fragment9 name that conflicted with the msgDB library, making mailnews unusable in developer builds. r=beard, sr=bienvenu/rs=sspitzer, a=asa
2001-12-13 22:27:05 +00:00
kaie%netscape.com
e8289872f0
b=112524 Fixing crash when signing message with expired certificate
...
r=kaie sr=mscott
Checking in for ssaux
2001-12-12 04:05:30 +00:00
ccarlen%netscape.com
5be3015148
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
1b00c70ee8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
eec09f1b7d
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
stephend%netscape.com
2a8de6ca22
Additional comments... r=varada@netscape.com, sr=sspitzer@netscape.com
2001-12-06 03:54:34 +00:00
stephend%netscape.com
bf536f360d
No bug #. Adding comments for each function/method
2001-12-06 03:52:09 +00:00
sfraser%netscape.com
676fcd490c
Fix the output path, so that generated files go into mozilla/dist/mailnews, rather than mozilla/mailnews/dist/mailnews.
2001-11-28 03:50:15 +00:00
sfraser%netscape.com
7679bb3931
Fix the build by adding nsIMsgSMIMEHeaderSink.idl to the IDL project
2001-11-28 02:48:32 +00:00
mscott%netscape.com
1a5cd1307e
Bug #110543 --> add smime UI to message display
...
r=kai
sr=sspitzer
2001-11-28 01:07:46 +00:00
mscott%netscape.com
80bf391ea8
Not part of the build yet. Export nsIMsgSMIMEHeaderSink.idl on the Mac.
...
Part of Bug #110543
2001-11-27 23:31:44 +00:00
sspitzer%netscape.com
0ef40c172d
ignore generated makefiles.
2001-11-21 22:07:10 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
mscott%netscape.com
0454025d9f
Bug #110543 --> add smime UI to message display
...
r=kai
sr=sspitzer
2001-11-21 03:57:35 +00:00
sspitzer%netscape.com
babf0cb779
removing this 2 megabyte file from the tree. while it's not part of the build
...
we shouldn't make everyone check it out. the mozilla source is big enough.
2001-11-20 03:27:20 +00:00
varada%netscape.com
ac7ff8cf71
adding Inbox for bloat tests:NOT PART OF BUILD
2001-11-19 23:36:42 +00:00
varada%netscape.com
212740920d
mail smoketest automation:NOT PART OF BUILD
2001-11-19 20:52:53 +00:00
mscott%netscape.com
93e80f739b
Bug #108790 --> fix bogus rdf name space url. contributed by waterson
...
r=bryner
sr=mscott
2001-11-19 04:37:10 +00:00
sspitzer%netscape.com
783830f264
ignore generated makefiles.
2001-11-17 23:12:13 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
varada%netscape.com
7ea285889c
adding mail smoketest files -NOT PART OF BUILD
2001-11-15 01:18:39 +00:00
jpierre%netscape.com
03547abceb
Fix OS/2 build
2001-11-13 21:38:54 +00:00
seawood%netscape.com
19b032f6df
Use proper module name for smime & make local function static.
...
Fixing static build bustage
Bug #109575 r=bryner sr=waterson
2001-11-12 20:16:48 +00:00
kaie%netscape.com
4d6ab44fdd
build smime if MOZ_PSM is defined
...
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com
0f9c9d8d62
build smime if psm2 is defined.
...
a=leaf
2001-11-09 20:26:40 +00:00
tao%netscape.com
42541e842f
107375: localeVersion update: 0.9.4 -> 0.9.6 in the trunk.
...
(r=jbetak,sr=dveditz,a=asa), fix smime and ldap parts.
2001-11-08 21:50:50 +00:00
ddrinan%netscape.com
c47ee6a2ad
Bug 108744 - mail compose does not get S/MIME settings. r=javi,sr=mscott
2001-11-07 00:00:44 +00:00
mscott%netscape.com
78b5dd4195
Bug #106507 --> if BUILD_SMIME is defined in the build environment (which it isn't), build
...
the smime extensions directory to add smime support
This code was contributed by mscott and ddrinan@netscape.com
r=ducarroz
sr=sspitzer
2001-11-03 00:32:44 +00:00
javi%netscape.com
a1035f3d25
NOT PART OF BUILD.
...
Previous project file was corrupt. Replace with one on tip of
OTIS_TEST_BRANCH
NOT PART OF BUILD.
2001-11-03 00:15:45 +00:00
mscott%netscape.com
696a318c96
NOT PART OF THE BUILD
...
Make the security options menu match the spec --> add access keys, make the selection a radio
widget.
r/sr=sspitzer
NOT PART OF THE BUILD
2001-11-03 00:06:32 +00:00
javi%netscape.com
cdedc79410
NOT PART OF BUILD
...
The project file that was previously checked in was somehow corrupted.
Updating to version on tip of OTIS_TEST_BRANCH
NOT PART OF BUILD
2001-11-02 02:22:04 +00:00
javi%netscape.com
b1901374b1
Fix objdir builds.
...
NOT PART OF BUILD.
2001-11-01 23:18:36 +00:00
mscott%netscape.com
d08deab452
NOT PART OF THE BUILD
...
Adding new smime extension files.
NOT PART OF THE BUILD
2001-11-01 22:35:58 +00:00
mscott%netscape.com
db9b67d2c2
NOT PART OF THE BUILD.
...
Adding the new extensions/smime directory. Bug #106507
NOT PART OF THE BUILD
2001-11-01 22:14:28 +00:00