Commit Graph

918 Commits

Author SHA1 Message Date
rhp%netscape.com
261077b266 Changes to fix I18N vCards - Bug #: 23324 - r: nhotta 2000-01-08 17:24:55 +00:00
rhp%netscape.com
04f0ee8400 Fix for quoting blurb about signed messages - Bug #23075 - r: jefft 2000-01-08 17:12:43 +00:00
rhp%netscape.com
cb57baf5f3 Final fix for vcard crashing bug - Bug 23309 - r: sspitzer/alecf 2000-01-07 16:08:03 +00:00
sspitzer%netscape.com
05a217e66b check in bulletproofing fix for #23309 2000-01-07 03:07:14 +00:00
alecf%netscape.com
93a6a9d9ce fix crash viewing Ben Goodger's vCard :)
just a null pointer check, no reviewer
2000-01-07 01:00:29 +00:00
mscott%netscape.com
9fe7e943b2 Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

Also removed a function I didn't need (DumpAttachmentsMenu)
r=alecf.
2000-01-06 21:29:44 +00:00
mscott%netscape.com
b04f62c7cf Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

the header sink needs to use a wstring for the attachment name.
r=alecf.
2000-01-06 21:29:09 +00:00
rhp%netscape.com
c0162b5a15 Fix for incorrect reporting of number of attachments for signed messages - Bug #: 23182 - r: jefft 2000-01-06 19:59:48 +00:00
rhp%netscape.com
7f08a6c054 Fix for vCard display problem - Bug #10620 - r: mscott 2000-01-06 16:01:28 +00:00
jefft%netscape.com
9c5b3edc9f remove shadow variable; r=bienvenu 2000-01-06 14:25:04 +00:00
mscott%netscape.com
b3e5a85817 fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com
2ddb75160e Fix some I18N display problems with the new message display stuff by forcing the header value
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +00:00
mscott%netscape.com
1713da7081 remove obsolete emitter factory. 2000-01-06 06:08:17 +00:00
mscott%netscape.com
ee41099c34 Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
mscott%netscape.com
ba4d7a8286 Bug #22960 New html emitter for new message display which broadcasts header information to a listener interface which
is passed in on conversion.

Later tonight I'm going to merge this new html display emitter back into the original emitter.
r=rhp
2000-01-06 00:49:33 +00:00
mscott%netscape.com
781255353d Prep work for landing Bug ##22960 --> Adding PR_Logging support to the mime emitter.
Make WriteHTMLField methods virtual so they can be over-ridden by derived classes.
2000-01-06 00:28:46 +00:00
mscott%netscape.com
679d2aad9b Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format. 2000-01-06 00:17:18 +00:00
mscott%netscape.com
55bae324c1 Bug #22960 --> add nsIMsgHdrSink interface for getting headers
r=sspitzer
2000-01-06 00:15:54 +00:00
mscott%netscape.com
02b08268f8 Bug #22960
make the header parser easier to use from xpconnect by adding
an enumerator you can use to enumerate over parsed results
and adding nsIMsgHeaderParserResult
r=sspitzer
2000-01-06 00:14:05 +00:00
jefft%netscape.com
398cac9ed2 fixed bug 21688 -- [Dogfood] Headers are all collapsed into 1 line when forwarding certain types of msgs; conditionally strip out line continuation; r=rhp 2000-01-05 15:46:06 +00:00
warren%netscape.com
e07863e48c Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
rhp%netscape.com
6b06ca840c Fix for incorrect charset on Draft messages - Bug #: 22508 - r: nhotta 2000-01-04 23:22:51 +00:00
rhp%netscape.com
b087727625 Fix for mime rendering problem - Bug #22653 - r: jefft 2000-01-04 02:58:42 +00:00
mscott%netscape.com
39f82b2424 Prep work for landing improved message display performance: Bug #22960.
give the msg header parser a progid so it can accessed from js.
2000-01-03 23:24:16 +00:00
jefft%netscape.com
71c63ee4d2 fixed bug 15069 -- wrong implementation to get the file type url string; r=ducarroz 2000-01-03 23:14:32 +00:00
blizzard%redhat.com
d6cf22aa5c Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
sspitzer%netscape.com
b4a6479e68 ignore generated makefile 1999-12-28 22:28:18 +00:00
rhp%netscape.com
f5549230fa Fixes for quoting problems - Bug #: 21993 1999-12-25 19:09:21 +00:00
rhp%netscape.com
7077c2102e Adding signed stubs to build process 1999-12-25 16:05:30 +00:00
sspitzer%netscape.com
9cf4030670 rest of fix for #21649. don't get the pref values inside the stream converter, get it in compose and mime, and pass the value through.
thanks to mozilla@bucksch.org for explaining the right thing to do.

also fix a couple of warnings.

r=bienvenu
1999-12-23 22:20:10 +00:00
ducarroz%netscape.com
2c3ebdcd2c First Checked In. 1999-12-23 20:47:06 +00:00
ducarroz%netscape.com
95cf967e58 File Removed. 1999-12-23 20:45:53 +00:00
bienvenu%netscape.com
ec2736182d fix memory leaks, r=sspitzer 1999-12-23 20:05:19 +00:00
jefft%netscape.com
95ac1fac81 fixed bug 21869 -- forwarding multipart/signed message crashes the system; check for the subpart isn't a multipart mime object prior setting up decomposing part function; r=rhp 1999-12-22 21:49:15 +00:00
ducarroz%netscape.com
f9274cbe6a First Checked In. 1999-12-22 21:37:09 +00:00
nhotta%netscape.com
e222267d9c Bug fix for 22209 (and 20997), when the mail body charset is labeled as us-ascii, use ISO-8859-1 converter (which is a superset of us-ascii), r=rhp. 1999-12-22 19:57:35 +00:00
sspitzer%netscape.com
ebfba119c8 fix warnings, a=sdagley 1999-12-21 22:27:57 +00:00
rhp%netscape.com
1e36d1d252 Adding files to the repository. NOT PART OF THE BUILD! 1999-12-21 17:55:56 +00:00
rhp%netscape.com
3f7e67c780 Adding smimestub to the build process. 1999-12-21 17:48:12 +00:00
rhp%netscape.com
615c192cb9 Cleanup of dead files 1999-12-17 21:39:09 +00:00
rhp%netscape.com
5c07699361 Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann 1999-12-17 21:37:46 +00:00
rhp%netscape.com
a9084e8553 Large Image attachments hang on mail display fix - Bug #21852 - r: mscott/rhp approved: chofmann 1999-12-16 03:35:01 +00:00
rhp%netscape.com
968e22dd58 Fix for build problem 1999-12-15 04:05:40 +00:00
rhp%netscape.com
074e45276e Performance fix for message display - Bug #: 21203 - r: xxxxx 1999-12-15 03:35:34 +00:00
rhp%netscape.com
19e34795ff Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann 1999-12-14 02:25:50 +00:00
rhp%netscape.com
b2596d9e1a Fix for possible memory overrun - Bug #:20564 - r: jefft 1999-12-09 01:11:52 +00:00
norris%netscape.com
db3ac41e96 Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.

r=rhp@netscape.com.

Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
rhp%netscape.com
0dbd32e463 Changes for emitter rework for printing - r: jefft 1999-12-08 03:34:32 +00:00
rhp%netscape.com
33c6cfdf17 Fix for garbage display on text=flowed messages. r: rhp Externally Contributed 1999-12-07 22:54:41 +00:00
dp%netscape.com
2836fa3605 Converting to generic factory. Fixed vcard factory holding
servicemanager. r=rhp@netscape.com
1999-12-07 22:44:49 +00:00
rhp%netscape.com
eedfcf7238 Fixes for Text - HTML converstion - r: rhp - externally contributed 1999-12-07 22:25:00 +00:00
rhp%netscape.com
957beb03fe Adding file to tree - NOT PART OF THE BUILD! 1999-12-07 15:29:20 +00:00
rhp%netscape.com
5bc5532f1e Deleting dead files 1999-12-06 05:02:33 +00:00
rhp%netscape.com
8c52701186 Cleaning up dead files 1999-12-06 05:02:18 +00:00
rhp%netscape.com
747d7fc6f5 Cleaning up dead files. 1999-12-06 05:01:42 +00:00
rhp%netscape.com
e16eeb9d25 Landing new txt - HTML scanning functionality - Bug 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:55:54 +00:00
rhp%netscape.com
5c1d1ddd4b Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
warren%netscape.com
6af4802e75 Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
rhp%netscape.com
28e3f7468f Fix for vCard crasher display on Mac - bug #: 20564 - r: sspitzer 1999-12-04 00:59:43 +00:00
rhp%netscape.com
0882624c4a Fix for emoticon bug - Bug #20644 - r: alecf 1999-12-03 04:07:53 +00:00
alecf%netscape.com
58cce0ec60 more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
r=rhp
1999-12-03 00:12:49 +00:00
ducarroz%netscape.com
1980290fb9 Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong. 1999-12-02 21:17:03 +00:00
rhp%netscape.com
8f84b13eb4 Fix for mac display problem - Bug #: 18866 - r: alecf 1999-12-02 02:58:06 +00:00
rhp%netscape.com
8f0ec1eb9f Fixing project file for release build. 1999-12-02 01:45:13 +00:00
rhp%netscape.com
bbcc763a69 Correcting project file. 1999-12-01 23:17:58 +00:00
ducarroz%netscape.com
eef04c348d Fix for bug 17771 and bug 18676. We need to quote name and address part when we reformat email addresses. R=jefft 1999-12-01 22:34:33 +00:00
erik%netscape.com
5cf43677d8 adding local .cvsignore file; r=none 1999-12-01 18:03:52 +00:00
rhp%netscape.com
8e02dff090 Adding new files for mac...NOT PART OF THE BUILD YET 1999-12-01 06:12:10 +00:00
rhp%netscape.com
01ba842eae Cleanup of garbage files 1999-11-30 23:15:59 +00:00
sspitzer%netscape.com
9e37f6ff2d go back to version 1.7 for rhp. 1999-11-30 23:03:59 +00:00
sspitzer%netscape.com
45fc16c656 clean up in preparation for bug #14254. remove unused files. create
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle.  now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
rhp%netscape.com
2c608a1d66 adding these back. 1999-11-30 22:42:09 +00:00
rhp%netscape.com
e20654c4d2 deleting garbage files 1999-11-30 22:37:16 +00:00
rhp%netscape.com
cb9ed8a1d4 Adding new build files to the tree 1999-11-30 22:31:23 +00:00
rhp%netscape.com
8505a48d17 Adding new mac project file 1999-11-30 22:29:57 +00:00
mscott%netscape.com
a3120f1082 comment out the msgWindow variable that we were creating
every time this script was loaded. This was happening
every time we loaded a message. It had a side effect
of causing a uri dispatching crash and it had severe performance implications. We shouldn't be creating
a new msg window every time we display a message.
this may have a bad side effect when we support multiple
3-pane windows because we can no longer call SetWindow.
1999-11-30 22:24:44 +00:00
rhp%netscape.com
37a95b7bc6 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:16:11 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
rhp%netscape.com
c55e612ff1 Changes to build this on Unix 1999-11-29 03:58:20 +00:00
rhp%netscape.com
99f5ad93db Change for new code that is not part of the build! 1999-11-29 03:51:31 +00:00
rhp%netscape.com
4f76fe4ed3 Just adding files to the tree. NOT PART OF THE BUILD YET! 1999-11-29 03:37:47 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
rhp%netscape.com
3447be2bee Fixing include problem..but this is NOT PART OF THE BUILD. - r: rhp 1999-11-22 21:47:24 +00:00
nhotta%netscape.com
c293de9967 Change to charset name to case sensitive corresponding the nsCharsetManagerService change, r=ftang. 1999-11-22 21:22:58 +00:00
rhp%netscape.com
b0d9ac0a79 Curing bitrot...THIS IS NOT PART OF THE BUILD. 1999-11-20 22:03:19 +00:00
rhp%netscape.com
74d7368d51 Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft 1999-11-20 03:14:13 +00:00
rhp%netscape.com
78aeabf09d Fix for separators after body text - Bug #: 18972 r: jefft 1999-11-19 15:19:53 +00:00
rhp%netscape.com
27260bfcaa Checking in some debug only code - r: rhp 1999-11-19 03:49:18 +00:00
rhp%netscape.com
e44e9c7b65 Cleanup of free calls - No bug - r: bienvenu 1999-11-18 21:12:49 +00:00
rhp%netscape.com
ae6e21cb42 Small fix for a useful test program - NOT PART OF THE BUILD 1999-11-18 19:29:11 +00:00
nhotta%netscape.com
b397596105 In MIME encoder, put a check at the end of the loop if the source points to a null character then bump the
pointer. This fixes a problem when a separator is at the end of a header string. Bug 9762, r=cata.
1999-11-18 03:24:56 +00:00
warren%netscape.com
34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
bienvenu%netscape.com
c9db8a0d0c fix build warning 1999-11-16 04:48:51 +00:00
cls%seawood.org
0ea4864d1d Removing dependency upon security/freenav module. r=alecf 1999-11-13 23:51:49 +00:00
ducarroz%netscape.com
accd69b6d3 Fix build warning. R=mscott 1999-11-12 23:44:17 +00:00
warren%netscape.com
7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
rhp%netscape.com
fd6e8bfc24 Fixing my build warnings - No Bug - r: jefft 1999-11-12 04:58:33 +00:00
rhp%netscape.com
1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
nhotta%netscape.com
5cfbad9452 For unicode conversion, I had to convert a part of the string not the entire string, otherwise MIME encoder aborts, bug 18105/18595, r=cata. 1999-11-12 01:22:09 +00:00
nhotta%netscape.com
a079345422 Changed to resolve charset alias before unicode conversion, made charset name to case sensitive, consolidated conversion wrapper functions, bug 18264,
r=ftang.
1999-11-11 22:05:10 +00:00
rhp%netscape.com
9fbb4ae9c0 Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu 1999-11-11 19:21:11 +00:00
nhotta%netscape.com
bf25e318e3 Added msgbaseutil to a project file so unicode conversion utils to be accessable, part of bug fix #18264, r=ftang. 1999-11-11 00:48:55 +00:00
nhotta%netscape.com
4c2af862b1 Added msgbaseutil to makefiles so unicode conversion utils to be accessable, part of bug fix #18264, r=ftang. 1999-11-10 23:51:46 +00:00
rhp%netscape.com
278c2edbed Fix for format=flowed plain text - Part of 17983 fix - r: rhp 1999-11-09 03:09:28 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
jefft%netscape.com
b84f4f7160 fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann 1999-11-04 19:47:21 +00:00
rhp%netscape.com
3e6de69f59 Changes for String Bundle problem in forwarding - Bug #: 12345 - r: jefft - approved: chofmann 1999-11-04 13:59:26 +00:00
rhp%netscape.com
0102a67130 Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann 1999-11-03 22:35:04 +00:00
mscott%netscape.com
84e9c31570 one more tweak for Bug #17825
r=sspitzer
1999-11-03 03:51:12 +00:00
mscott%netscape.com
91db332f72 Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
to fix save attachements.
r=sspitzer
1999-11-03 03:12:58 +00:00
rhp%netscape.com
99b084c732 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta 1999-11-02 21:31:32 +00:00
alecf%netscape.com
649ac66265 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
jefft%netscape.com
41d58575bd partial fix for bug 17034; decode encoded words prior setting to the composition fields; r=nhotta,rhp 1999-10-29 19:23:29 +00:00
rhp%netscape.com
ed196216e3 Fix for message display - Bug #17481 - r: jefft 1999-10-29 02:17:10 +00:00
ducarroz%netscape.com
17988515cd another Mac bustage fix. Caught before it appears 1999-10-28 06:01:43 +00:00
mscott%netscape.com
1e50b0b74a Remove incorrect export of nsIMimeStreamConverter.idl 1999-10-28 05:42:15 +00:00
mscott%netscape.com
9e8329606a more work to try to fix the mac build. 1999-10-28 05:39:14 +00:00
mscott%netscape.com
cf593d92e0 fix mac build by exporting nsIMimeStreamConverter.idl 1999-10-28 04:56:12 +00:00
rhp%netscape.com
4f5a37f5db Cleaning up some comments. 1999-10-26 23:06:27 +00:00
rhp%netscape.com
37d345756e Update changes for Mac project...again 1999-10-26 22:56:18 +00:00
rhp%netscape.com
7c8a299309 Update changes for Mac project 1999-10-26 22:47:55 +00:00
rhp%netscape.com
0b335c2468 Changes for better text display and format flowed - Bug #16507 - r: rhp since this is externally contributed 1999-10-26 22:43:25 +00:00
nhotta%netscape.com
35df054c4f Unicode encoder related change for unmapped characters.
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
rhp%netscape.com
a0f188aa04 Just adding new files...NOT PART OF THE BUILD! 1999-10-26 18:50:08 +00:00
warren%netscape.com
f50d3df7c0 Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott 1999-10-26 09:16:24 +00:00
ducarroz%netscape.com
7ebfa97da7 Checking it again as for reason, the file I've checked in last time is corrupted. 1999-10-26 00:16:33 +00:00
ducarroz%netscape.com
a053f26923 Fix build bustage for nhotta 1999-10-25 23:29:24 +00:00
nhotta%netscape.com
f03a4277ab Added MsgUtil.lib and MsgUtilDebug.lib to the project, part of bug fix 15475. 1999-10-25 22:04:23 +00:00
nhotta%netscape.com
b52cb42e21 Changed MIME header encoder in unicode conversion. Instead of skipping unmapped characters,
call the fallback funcion (puts a question mark for an unmapped char), part of bug fix 15475, r=rhp.
1999-10-25 22:03:09 +00:00
rhp%netscape.com
c34588bade Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu 1999-10-25 19:02:39 +00:00
jefft%netscape.com
b534ab7406 fixed bug 11892 - [dogfood] When Name or Address of a recipient includes 8-bit characters address is incorrectly formed; not quoting name part of an email address; calling GetPath() instead of GetFileName() for all recipients; r=rhp, mscott 1999-10-22 21:00:07 +00:00
bienvenu%netscape.com
c4ef9a290b fix memory leaks in vcard and calendar factories r=rhp 1999-10-22 20:32:02 +00:00
alecf%netscape.com
018a99bad8 nsIModulize mime emitters - porkjockey work, r=sspitzer 1999-10-22 01:05:04 +00:00
rhp%netscape.com
675e52d571 Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott 1999-10-21 21:18:54 +00:00
bienvenu%netscape.com
b12c9be47c another memory leak fix for mime 1999-10-21 01:37:03 +00:00
bienvenu%netscape.com
85ff159494 fix mime memory leaks, mostly strings, r=rhp 1999-10-20 21:00:02 +00:00
bienvenu%netscape.com
80a7df3a48 fix memory leaks with mime string bundles and v-cards r=rhp 1999-10-20 18:41:49 +00:00
mscott%netscape.com
5f382fd393 no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp
1999-10-19 21:06:42 +00:00
mscott%netscape.com
100a8c5c7a Bug #16538 --> pass the emitter into NS_NewPipe as a pipe observer.
r=jefft
1999-10-19 21:02:27 +00:00
mscott%netscape.com
ff6b60bd82 Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft
1999-10-19 21:01:54 +00:00
jefft%netscape.com
2b4d477d3e removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp 1999-10-19 03:08:43 +00:00
rhp%netscape.com
10c9c02a8f Change for separating inline attachments - Bug #16367 - r: bienvenu 1999-10-18 22:07:02 +00:00
norris%netscape.com
68f22b94c2 Part of bug 7261 "Connect XPConnect visibility filter to query principals"
Reviewed by rhp@netscape.com.
1999-10-18 21:35:52 +00:00
bienvenu%netscape.com
6b559ed958 fix leaks in mime xul emitters r=rhp 1999-10-16 20:49:06 +00:00
rhp%netscape.com
6929cb91e5 Changes to display when a message is coming from a 5.0 client - Bug #7518 - r: mscott 1999-10-16 02:38:24 +00:00
rhp%netscape.com
c296f009c0 Fix for email names with embedded &'s - Bug #16383 r=jefft 1999-10-15 03:27:33 +00:00
nhotta%netscape.com
cac15fde3f Additional fallback for not charset labeled input, bug=15766, r=rhp 1999-10-15 00:08:42 +00:00
rhp%netscape.com
93ccba7139 Fix for attachment count - bug #16076 - reviewer: jefft 1999-10-14 02:05:20 +00:00
mscott%netscape.com
d27b40a079 Bug #15655 --> don't build old nsMimeFactory. Build nsMimeModule instead. r=rhp 1999-10-12 05:05:17 +00:00
mscott%netscape.com
405a97bdab Bug #15655 -> build nsMimeModule.cp
r=rhp
1999-10-12 05:04:41 +00:00
mscott%netscape.com
53fc0c1738 bug #15655 --> no longer build nsMimeFactory.cpp...we build
nsMimeModule instead.
r=rhp
1999-10-12 05:04:25 +00:00
mscott%netscape.com
d47c00f5fd include nsMsgMimeCID.h to get the CID. (moved CID out of interface)
r=rhp
1999-10-12 05:03:49 +00:00
mscott%netscape.com
aa21bf142b Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
remove NS_New** factory method. minor cleanup
r=rhp
1999-10-12 05:03:25 +00:00
mscott%netscape.com
188cca5cbf Bug #15655 module for mime. (replaces nsMimeFactory.cpp)
r=rhp
1999-10-12 05:03:05 +00:00
mscott%netscape.com
ab1ff88742 Bug #15655 new file. module for mime. (replaces nsMimeFactory.cpp)
r=rhp
1999-10-12 05:02:23 +00:00
waterson%netscape.com
bdfcaec321 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
rhp%netscape.com
4c66c0bcc7 Changes to fix VCard display problems - Changed generated JS - Bugs: #14204 and #12352 - Reviewer: scottip 1999-10-09 01:19:00 +00:00
rhp%netscape.com
caeb86a08f Changes for bug #13098 - Reviewer: jefft 1999-10-07 20:53:06 +00:00
rhp%netscape.com
5ee3473d40 Fixing a test program makefile. THIS IS NOT PART OF ANY BUILD! 1999-10-07 03:39:02 +00:00
rhp%netscape.com
a26e28b073 Fixing a test program. THIS IS NOT PART OF ANY BUILD! 1999-10-07 03:38:42 +00:00
rhp%netscape.com
d58e69e806 Changes for Bug #13512 - Reviewer: Bienvenu 1999-10-06 18:35:16 +00:00
warren%netscape.com
8603974025 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski) 1999-10-06 08:26:01 +00:00
mscott%netscape.com
0bb9cbe66a (not part of the build!)
just add a new line to the end of the file....
1999-10-06 06:21:40 +00:00
mscott%netscape.com
d1f37cc1ca Bug #15655 --> new file for mime to use nsIModule. This is not part of the build and has not been reviewed yet. The review will happen
when I land all the rest of the changes related to converting mime to use nsIModule.
1999-10-06 06:00:40 +00:00
rhp%netscape.com
b8a801fabd Fixes for bug #15363 and #14675 - reviewer bienvenu 1999-10-05 00:03:20 +00:00
alecf%netscape.com
561a1fbd52 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
mscott%netscape.com
34224169dd Bug #14680...migrating this bug from the M10 branch. make input and output stream for the converter pipe non-blocking.
r=ducarroz
1999-10-04 01:01:48 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
jefft%netscape.com
0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
shaver%netscape.com
7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
sfraser%netscape.com
50971ff0c1 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
nhotta%netscape.com
08db4dcc9e fix for #14621. r=ftang, a=chofmann 1999-09-23 19:53:19 +00:00
mscott%netscape.com
65774de94e added a close method to release several sinks after we are done converting as a pre-emptive strike against
some memory leaks.
1999-09-22 07:21:32 +00:00
bienvenu%netscape.com
6fc63c9b5f fix charset conversion problem introduced yesterday in an attempt to speed up performance 1999-09-21 22:18:35 +00:00
tao%netscape.com
34dfefc3a3 Rename *en.properties to *.properties. 1999-09-21 05:35:34 +00:00
waterson%netscape.com
06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
bienvenu%netscape.com
9adfdc2ef9 some performance improvements for header parsing 1999-09-21 00:06:25 +00:00
jefft%netscape.com
ffbed73cfa enabled SaveAttachment 1999-09-20 21:07:22 +00:00
jefft%netscape.com
59f069855f enabled SaveAttachment; added displayName & messageUri when calling openAttachment 1999-09-20 21:05:52 +00:00
bienvenu%netscape.com
abc6d920a6 fix mismatched delete 1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
65e377b2b3 fix mismatched free 1999-09-18 17:41:37 +00:00
bienvenu%netscape.com
a2297ca2eb fix memory leak 1999-09-18 03:01:20 +00:00
jefft%netscape.com
1eccc1ed45 register message/rfc822 to text/html stream converter 1999-09-17 23:23:03 +00:00
jefft%netscape.com
c4b5fc7a26 use message uri instead of protocol url spec for openning attachment 1999-09-17 23:21:58 +00:00
jefft%netscape.com
dd17bf1407 remove debug only save attachment menubar 1999-09-17 23:20:51 +00:00
jefft%netscape.com
fc857d46d5 removed SaveAttachmentURL 1999-09-17 23:19:34 +00:00
jefft%netscape.com
6f4d95193d define text/html converter progid 1999-09-17 23:18:47 +00:00
alecf%netscape.com
3365a1099e link mime emitter against NSPR 1999-09-17 20:35:09 +00:00
alecf%netscape.com
06d71166b4 don't need to link mime against js anymore 1999-09-17 20:33:14 +00:00
cls%seawood.org
cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
warren%netscape.com
a2a211c738 Changed signature of NewInputStreamChannel to pass load group. 1999-09-16 09:44:41 +00:00
mscott%netscape.com
78b9f507f0 Code compression. Use base class: nsMimeBaseEmitter which contains all the emitter code that was duplicated across
all the emitters.
1999-09-16 04:44:35 +00:00
mscott%netscape.com
dc93d09a68 Build nsMimeBaseEmitter 1999-09-16 04:29:59 +00:00
mscott%netscape.com
232b2b3533 Build nsMimeBaseEmitter 1999-09-16 04:19:08 +00:00
mscott%netscape.com
6f11385254 Not part of the build yet. a base emitter class which will pull out lots of code that was just
duplicated in the raw, html, xml and xul emitter classes.
1999-09-16 00:02:50 +00:00
mscott%netscape.com
bd1157f124 Bug #10933 --> don't signal OnDataAvailable to the listener after we write
a line as this gets expensive! Batch the calls together and do them at the end
1999-09-15 07:10:36 +00:00
mscott%netscape.com
21537ee291 Crank the buffer size used for the pipe in the stream converter back down to 32K. It
was a ridiculously large number due to an old necko bug that isn't appropriate anymore.
1999-09-15 06:40:15 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
jefft%netscape.com
fbabae7fd2 added SaveAttachURL, statusFeedback 1999-09-15 02:14:28 +00:00
jefft%netscape.com
a46c88cc36 fixed bug 13574 -- use stream converter instead of temp file for reply quoting 1999-09-15 02:13:04 +00:00