445 Commits

Author SHA1 Message Date
putterman%netscape.com
e9073f8c33 Fix for 6975. Make sure there's a valid database before accessing it. Reviewed by
mscott. Approved by chofmann.
1999-05-24 22:02:50 +00:00
bienvenu%netscape.com
cbef1620ae more work on filter actions 1999-05-19 01:56:32 +00:00
alecf%netscape.com
55de2eb7ed fix for #5792 - remove leading '/' that occurs on unix 1999-05-19 00:36:58 +00:00
alecf%netscape.com
f1b3e3d7d5 fix newline at end of file 1999-05-19 00:36:13 +00:00
alecf%netscape.com
8c752b1ad3 remove unused variable 1999-05-19 00:30:13 +00:00
mscott%netscape.com
d09f0061ac Updates with msgcoreutil building as a dll. 1999-05-18 23:59:45 +00:00
mscott%netscape.com
3f980cc4d3 clean up makefile, remove unnecessary define. 1999-05-18 23:59:16 +00:00
sspitzer%netscape.com
704c5b3870 changes to get news to work at the same time as imap and pop. the news part of the fix for #6405 1999-05-18 21:46:56 +00:00
alecf%netscape.com
fc38632422 fix some warnings, get rid of variable named index() and cache value of GetSize() 1999-05-18 02:22:56 +00:00
bienvenu%netscape.com
8ae1dd1ae2 remove debugging statements, unused defines 1999-05-17 23:35:45 +00:00
bienvenu%netscape.com
84997f013a move GetChildNamed implementation from local subclass 1999-05-17 22:50:04 +00:00
bienvenu%netscape.com
28f7bb8612 start work on msg filters, ifdeff'ed out 1999-05-17 02:06:29 +00:00
putterman%netscape.com
ccd1ec9340 Implemented GetHostName. 1999-05-16 22:47:27 +00:00
mscott%netscape.com
a2843c2633 implement GetIncomingServerType as part of adding a GetServer method for a folder. 1999-05-15 19:39:58 +00:00
mscott%netscape.com
bda36d538f code cleanup --> use nsAutoCString instead of .newCString. 1999-05-15 19:37:27 +00:00
putterman%netscape.com
c654ed830b call MarkRead instead of OrFlags. 1999-05-14 00:46:07 +00:00
mscott%netscape.com
f3b78551cf Fix memory leak by removing unused QI to an object. this caused us to leak pop3 urls when getting new mail. 1999-05-14 00:40:11 +00:00
alecf%netscape.com
d5a67a4a1e nsCOMPtr audit and remove my stupid debugging comment 1999-05-14 00:21:52 +00:00
bienvenu%netscape.com
0e0bb8ff20 remove db listener in base class 1999-05-13 23:19:35 +00:00
mscott%netscape.com
54709e5fbf fix shadowed variables 1999-05-13 21:58:53 +00:00
warren%netscape.com
87b26617d5 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
bienvenu%netscape.com
07668e51a0 remove self as listener when going away 1999-05-13 02:35:24 +00:00
mscott%netscape.com
6ce4f6cf2c Whenever we display a message, be sure to mark it as read in the db. Use url method to get msghdr for a message instead of doing it ourselves. 1999-05-12 22:53:05 +00:00
mscott%netscape.com
cd6394f10d add accessor to get msg db hdr for a mailbox url. 1999-05-12 22:51:26 +00:00
mscott%netscape.com
2885be624e part of mailnews audit --> use nsCOMPtr. Use NS_SUCCEEDED test instead of comparing directly against NS_OK. fix mem leak on msghdr & mismatched memory free. 1999-05-11 23:47:13 +00:00
putterman%netscape.com
a0839afb8e Fix mismatch memory free. 1999-05-11 22:28:34 +00:00
ducarroz%netscape.com
672fe09e01 Don't create anymore a nsFileSpec from a unix path 1999-05-11 00:38:08 +00:00
putterman%netscape.com
8942e3da0f Changed DeleteMessage to DeleteMessages 1999-05-10 23:55:41 +00:00
ducarroz%netscape.com
e356dfb580 Fix bug #6175 due to nsFileSpec behavior changed on Mac 1999-05-10 22:23:28 +00:00
ducarroz%netscape.com
3a2cca9097 fix bug #6175 due to new behavior of nsFileSpec on Mac 1999-05-10 22:02:39 +00:00
putterman%netscape.com
a9e70b268a Derive from nsMsgDBFolder. 1999-05-10 21:47:59 +00:00
bienvenu%netscape.com
8a4994d751 fix priority enum names 1999-05-10 21:08:18 +00:00
sspitzer%netscape.com
657ce27306 kIsRead is now MSG_FLAG_READ 1999-05-08 17:23:30 +00:00
putterman%netscape.com
c2c6859279 use SetParent() 1999-05-07 20:22:01 +00:00
putterman%netscape.com
d2cc181656 HasMessage and GetNewMessages implemented. 1999-05-07 00:34:50 +00:00
alecf%netscape.com
dbadca0a8d remove call to GetRootFolderPath 1999-05-07 00:27:24 +00:00
mscott%netscape.com
e572b0bf3f part of mailnews audit --> use nsCOMPtr.
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-07 00:11:43 +00:00
mscott%netscape.com
aa471eab0e part of mailnews audit --> use nsCOMPtr. 1999-05-07 00:06:23 +00:00
mscott%netscape.com
d6083ce608 Calling close on a nsIMsgDatabase no longer releases a ref count so we can now use nsCOMPtr on it. 1999-05-07 00:03:12 +00:00
dp%netscape.com
b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
mscott%netscape.com
5f301a0025 Bug 5991 --> Fix crash in pop3Test caused by the event queue carpool yesterday. We need to make sure the event queue is registered. 1999-05-06 01:35:40 +00:00
sspitzer%netscape.com
67c44b2b57 warnings be gone! 1999-05-06 00:17:15 +00:00
alecf%netscape.com
3e743b0a8b remove some stupid debugging printfs 1999-05-05 02:35:53 +00:00
ducarroz%netscape.com
dfb1117ca7 First Checked In. 1999-05-05 00:04:48 +00:00
mscott%netscape.com
a74fc4e741 Changes for QA smoketest. Be noisy for release builds when getting new mail --> print out results of BIFF and report when get new mail is completed. 1999-05-05 00:02:23 +00:00
hyatt%netscape.com
ae4e8ae9ca Switching over to nsIEventQueues. 1999-05-04 23:31:07 +00:00
mscott%netscape.com
215c6a5834 part of mailnews audit --> use nsCOMPtr.
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 22:51:14 +00:00
mscott%netscape.com
1b4e862aa7 part of mailnews audit --> Conversion to NS_WITH_SERVICE 1999-05-04 22:48:37 +00:00
mscott%netscape.com
91448507d2 part of mailnews audit --> use nsCOMPtr.
part of mailnews audit --> Conversion to NS_WITH_SERVICE
1999-05-04 22:43:09 +00:00
putterman%netscape.com
2b215866ac use nsCOMPtr and nsIDBMessage. 1999-05-04 22:35:41 +00:00