Commit Graph

2505 Commits

Author SHA1 Message Date
bienvenu%netscape.com
cfeb915805 add error for filter parsing 1999-05-10 01:57:14 +00:00
ducarroz%netscape.com
262d541e95 removed rescued items that was breaking the build verification 1999-05-09 17:20:42 +00:00
sspitzer%netscape.com
4521fe0936 rename GetNewMail to GetNewMessages. Add support for GetNewNews() to the NntpService interface and implementation 1999-05-08 20:26:45 +00:00
sspitzer%netscape.com
82fffcc0c1 *** empty log message *** 1999-05-08 17:25:49 +00:00
sspitzer%netscape.com
f94e488882 changes to get news working. specifically, these changes allow us to parase the xover line and stuff the header info into the right msf file, and then retrieve the right headers later. 1999-05-08 17:25:15 +00:00
sspitzer%netscape.com
657ce27306 kIsRead is now MSG_FLAG_READ 1999-05-08 17:23:30 +00:00
sspitzer%netscape.com
af18cd5692 kIsRead is now MSG_FLAG_READ, so we don't need this 1999-05-08 17:22:40 +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
sspitzer%netscape.com
46147558a0 ignore the generated makefile 1999-05-08 16:59:42 +00:00
ducarroz%netscape.com
492e685f8f Create mPath when needed to avoid empty nsFileSpec on Mac. 1999-05-08 01:22:56 +00:00
mscott%netscape.com
de3a8236b0 For some reason we were linking against msgcore.lib. We didn't need to be. 1999-05-07 23:49:31 +00:00
ducarroz%netscape.com
6d4a6d3db1 update project 1999-05-07 22:25:15 +00:00
mscott%netscape.com
ecf5b1c49b Fix unitialized memory read when we were parsing an imap url which didn't have anything after the host name. 1999-05-07 21:30:39 +00:00
mscott%netscape.com
6f3001853b Register the event queue to fix the crash on start up. 1999-05-07 21:28:43 +00:00
mscott%netscape.com
4d1cabbe34 Build imap/build directory for linux. 1999-05-07 21:24:50 +00:00
mscott%netscape.com
e4e64397f7 Build all the imap directories on linux. 1999-05-07 21:23:27 +00:00
mscott%netscape.com
8a9b6ddfdb Build the imap library. 1999-05-07 21:23:07 +00:00
mscott%netscape.com
63fd63437a Build imap on Linux. 1999-05-07 21:22:24 +00:00
mscott%netscape.com
d75187c1bc Build imap on linux. 1999-05-07 21:22:02 +00:00
mscott%netscape.com
1eb7af8204 Changes to build test app on Linux. 1999-05-07 21:20:41 +00:00
mscott%netscape.com
6a6a24bf9b Changes to get the test app to build on linux. 1999-05-07 21:20:21 +00:00
mscott%netscape.com
7c38cd15f3 Quiet compiler warnings. 1999-05-07 21:19:39 +00:00
mscott%netscape.com
a53b53e74e Quiet compiler warnings in preparation of turning imap on for Linux. 1999-05-07 21:19:11 +00:00
mscott%netscape.com
13fcb76227 Quiet compiler warnings on Linux. 1999-05-07 21:18:45 +00:00
mscott%netscape.com
96914d5c55 Correct signatures for several functions on the imap folder. They weren't matching up with the base class signatures (GetSize, GetPrettyName and RememberPassword). Quiet some compiler warnings. 1999-05-07 21:18:06 +00:00
mscott%netscape.com
e757e9276b Fix signed/unsigned mismatches to quiet compiler warnings. 1999-05-07 21:16:48 +00:00
mscott%netscape.com
68cf8e0fc1 Quiet compiler warnings in preparation of turning on imap for linux. 1999-05-07 21:16:01 +00:00
mscott%netscape.com
06b67141bf Quiet compiler warnings in prepration of turning on imap for Linux. 1999-05-07 21:15:01 +00:00
putterman%netscape.com
b8c14eaf81 use GetParent(). 1999-05-07 20:22:14 +00:00
putterman%netscape.com
c2c6859279 use SetParent() 1999-05-07 20:22:01 +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
mscott%netscape.com
34b2624afb part of mailnews audit --> use nsCOMPtr. 1999-05-07 20:15:18 +00:00
sspitzer%netscape.com
a35e024294 move some code over from 4.x to get nntpTest to parse the xover line.
fix my shadowing of the name variable.  (doh!)
1999-05-07 02:28:06 +00:00
mscott%netscape.com
34b9cd0fb0 part of mailnews audit --> use nsCOMPtr. 1999-05-07 00:47:33 +00:00
mscott%netscape.com
16dfb325a9 part of mailnews audit --> use nsCOMPtr. 1999-05-07 00:42:18 +00:00
mscott%netscape.com
8390eee22c formatting changes. 1999-05-07 00:40:03 +00:00
putterman%netscape.com
2991a6f3c6 Reimplemented GetNewMail to use GetNewMessages. 1999-05-07 00:35:58 +00:00
putterman%netscape.com
4208175d48 HasMessage implemented. 1999-05-07 00:35:26 +00:00
putterman%netscape.com
d2cc181656 HasMessage and GetNewMessages implemented. 1999-05-07 00:34:50 +00:00
putterman%netscape.com
6669ac5ada HasMessage added. 1999-05-07 00:34:22 +00:00
putterman%netscape.com
08564454d8 ContainsKey added and now remove header before notifying observers about delete. 1999-05-07 00:33:56 +00:00
putterman%netscape.com
59c22ec54f ContainsKey added. 1999-05-07 00:33:29 +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