Commit Graph

545 Commits

Author SHA1 Message Date
putterman%netscape.com
36e1b242ac Remove db related functions. 1999-05-10 21:46:18 +00:00
bienvenu%netscape.com
4c4d190029 add priority parsing util 1999-05-10 21:06:39 +00:00
bienvenu%netscape.com
2c41a6fb30 fix head mask define 1999-05-10 21:06:12 +00:00
mcafee%netscape.com
492b4cef0f Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com 1999-05-10 06:47:04 +00:00
bienvenu%netscape.com
c94b64e307 more work on search and filters, not part of build yet 1999-05-10 01:59:23 +00:00
bienvenu%netscape.com
cfeb915805 add error for filter parsing 1999-05-10 01:57:14 +00:00
sspitzer%netscape.com
2df54596aa changes for GetLineCount().
we had SetLineCount(), but no GetLineCount().

news will be using GetMessageSize() and SetMessageSize(), but we'll have
the line count, in case we need it.
1999-05-08 17:02:19 +00:00
putterman%netscape.com
ac37b51b3b Write folder parent functions. 1999-05-07 20:21:47 +00:00
putterman%netscape.com
cbec5edf49 use GetParent() 1999-05-07 20:21:25 +00:00
putterman%netscape.com
cbddfe221f Added folder parent functions. 1999-05-07 20:21:09 +00:00
putterman%netscape.com
31e9a1f08a GetNewMessages and HasMessage are implemented. 1999-05-07 00:33:06 +00:00
putterman%netscape.com
4a8f6b0551 GetNewMessages and HasAssertions are implemented. 1999-05-07 00:32:36 +00:00
putterman%netscape.com
4baa1f5a06 Added GetTargetHasAssertion, GetNewMessages and use string instead of ints for
property names.
1999-05-07 00:32:10 +00:00
putterman%netscape.com
2abe7e7cae Add HasMessage and GetNewMessages 1999-05-07 00:29:56 +00:00
bienvenu%netscape.com
b6cd915934 search session class 1999-05-07 00:29:11 +00:00
bienvenu%netscape.com
9fedeebda9 initial entry into cvs of searching and filter interfaces, not part of build 1999-05-07 00:28:35 +00:00
alecf%netscape.com
647043469e use nsCOMPtr and fix ownership model of account manager 1999-05-07 00:10:20 +00:00
alecf%netscape.com
6ffba108cb use nsCOMPtr and fix up ownership model in account manager 1999-05-07 00:09:08 +00:00
alecf%netscape.com
ab2cb33c50 use nsCOMPtr 1999-05-07 00:07:58 +00:00
mscott%netscape.com
24657444c0 part of mailnews audit --> use nsCOMPtr. Fix ownership issue for url listeners by removing nsISupportsArray and using nsVoidArray. The listeners are the owners.. 1999-05-07 00:02:12 +00:00
rickg%netscape.com
80f580de9f sync with nsString2 1999-05-06 06:47:15 +00:00
putterman%netscape.com
7dcb4ea2d6 Fix 5988. Delete message works again. 1999-05-06 00:28:12 +00:00
putterman%netscape.com
586e2e1ce9 fixes mailnews crash when sending mail and opening folders. AddRef before
returning.
1999-05-05 20:09:20 +00:00
alecf%netscape.com
3f9d9e1fee use nsCOMPtr 1999-05-05 06:43:34 +00:00
alecf%netscape.com
8e8236674e minor cleanup and add a helpful comment 1999-05-05 06:40:28 +00:00
alecf%netscape.com
da8927c94e use nsCOMPtr 1999-05-05 06:38:18 +00:00
alecf%netscape.com
31dda5d681 make sure QueryInterface returns the right GetIID() 1999-05-05 05:16:09 +00:00
alecf%netscape.com
2dc9f2d89f use the new lighter weight nsIAppShellComponent 1999-05-05 05:14:39 +00:00
alecf%netscape.com
5fb06f74bf remove unnecessary variable 1999-05-05 02:46:48 +00:00
alecf%netscape.com
81e74fdec0 some nsCOMPtr conversions 1999-05-05 02:45:49 +00:00
alecf%netscape.com
9976bf2421 fix variables named "time" so as not to conflict with global system function time() 1999-05-05 02:44:07 +00:00
alecf%netscape.com
ff8af2a4f8 fix virtual destructor 1999-05-05 02:43:38 +00:00
alecf%netscape.com
9215a5fb5c remove some impossible PR_ASSERTs 1999-05-05 02:43:23 +00:00
alecf%netscape.com
dc496e39a3 fix some unused variables, fix the signed/unsigned issue with total and total unread messages, and fix some variable shadowing 1999-05-05 02:42:12 +00:00
alecf%netscape.com
c5839cfcfb name variables correctly so as not to conflict with system functions 1999-05-05 02:34:52 +00:00
alecf%netscape.com
a060e83ab0 fix some NS_ADDREF things, and fix a local variable shadowing another variable 1999-05-05 02:33:35 +00:00
alecf%netscape.com
8bb75e4445 update this interface 1999-05-05 02:30:46 +00:00
alecf%netscape.com
52b1bb5fdc fix signed/unsigned problem (because -1 is a magic value) 1999-05-05 02:30:24 +00:00
alecf%netscape.com
fa3c883ab7 AddRef() -> NS_ADDREF and fix signed/unsigned problems 1999-05-05 02:29:00 +00:00
alecf%netscape.com
0502a12bf9 fix uninitialized variable problem 1999-05-05 02:27:35 +00:00
alecf%netscape.com
8de8ce6162 remove stupid debugging statements 1999-05-05 02:27:11 +00:00
alecf%netscape.com
b665bacac7 remove unused variables 1999-05-05 02:26:41 +00:00
bienvenu%netscape.com
b66512971c initial entry into CVS, not currently used in build 1999-05-05 02:08:31 +00:00
hyatt%netscape.com
97aaeb8e8f Switching to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:29:28 +00:00
nhotta%netscape.com
051d4df938 Changed SetDocumentCharset, synchronized with browser implementation. 1999-05-04 23:19:28 +00:00
putterman%netscape.com
60852f1cb3 use nsCOMPtr's. 1999-05-04 22:34:35 +00:00
putterman%netscape.com
62c68e7922 Use nsCOMPtr's. 1999-05-04 22:34:11 +00:00
putterman%netscape.com
3ff58f2af4 Add nsIDBMessage interface and remove GetPath from nsIImapFolder. 1999-05-04 22:33:40 +00:00
alecf%netscape.com
0d5818ca9e massive cleanup of the message factory - make sure to delete objects when the QueryInterface fails
and fix the message factory constructor since we no longer hold onto the service manager
1999-05-04 21:39:54 +00:00
mscott%netscape.com
35e56cb21b part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 20:54:35 +00:00