Commit Graph

276 Commits

Author SHA1 Message Date
jefft%netscape.com
ce04b48ace Default not notify fe event completion 1999-05-12 03:47:46 +00:00
mscott%netscape.com
8f857ac10a re-audit this filetoo use nsCOMPtr as some code was added that wasn't using it when it should have. fix memory leak of folder name. 1999-05-11 22:32:29 +00:00
mscott%netscape.com
9c5225addc fix unitialized memory read. 1999-05-11 20:08:08 +00:00
mscott%netscape.com
9d2239288a fix mismatched memory free. 1999-05-11 20:05:46 +00:00
jefft%netscape.com
e6d5bb30ea fixed OnlineMessageCopy() not setting imap sink problem 1999-05-11 18:31:52 +00:00
jefft%netscape.com
5cd26250a9 fixed message copy problem by adding space between message id string and destination folder 1999-05-11 18:31:04 +00:00
jefft%netscape.com
d7f9c82be4 remove obsolete code; implemented DeleteMessages() 1999-05-11 18:29:53 +00:00
jefft%netscape.com
0cd2285289 added OnlineMessageCopy() method 1999-05-11 18:27:28 +00:00
mscott%netscape.com
986b91722d Fix build breakage for jefft. change nsstring to nstring2. 1999-05-11 01:19:52 +00:00
jefft%netscape.com
0d73dd56ad implemented OnlineMessageCopy() 1999-05-11 00:16:14 +00:00
putterman%netscape.com
d002bba24a Changed DeleteMessage to DeleteMessages. 1999-05-10 23:55:00 +00:00
jefft%netscape.com
22453eea2d added few more utils to get hostname, username, & protocol type from uri 1999-05-10 22:26:21 +00:00
jefft%netscape.com
def3219d24 implemented GetNewMessages() for a selected folder 1999-05-10 22:25:26 +00:00
putterman%netscape.com
a9e70b268a Derive from nsMsgDBFolder. 1999-05-10 21:47:59 +00:00
bienvenu%netscape.com
500b25cfba add header file includes to work around vc bug 1999-05-10 17:39:23 +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
46147558a0 ignore the generated makefile 1999-05-08 16:59:42 +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
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
mscott%netscape.com
34b2624afb part of mailnews audit --> use nsCOMPtr. 1999-05-07 20:15:18 +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
6669ac5ada HasMessage added. 1999-05-07 00:34:22 +00:00
mscott%netscape.com
e7460f4c72 Fix mismatched delete. 1999-05-07 00:13:10 +00:00
bienvenu%netscape.com
06d3b5c352 use nsCOMPtr for dbFolderInfo 1999-05-07 00:12:16 +00:00
dp%netscape.com
b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
ducarroz%netscape.com
c286694acc Use LL_xxx macros when using PRInt64 variable 1999-05-06 00:01:27 +00:00
bienvenu%netscape.com
f8955f43aa fix ref counting problem with mListeners 1999-05-05 04:26:41 +00:00
hangas%netscape.com
bd83cefde4 sspitzer: stop hiding these virtual methods. (thanks mac compiler!) 1999-05-05 03:38:18 +00:00
ducarroz%netscape.com
dfb1117ca7 First Checked In. 1999-05-05 00:04:48 +00:00
jefft%netscape.com
f10ffb10a4 uncommented out check for inbox folder name 1999-05-04 23:34:42 +00:00
hyatt%netscape.com
d5d409566a Switching from PLEventQueues to nsIEventQueues. 1999-05-04 23:34:41 +00:00
putterman%netscape.com
d8ce82864a use nsIDBMessage 1999-05-04 22:35:55 +00:00
sspitzer%netscape.com
3fdf8c9b12 comment for clarity 1999-05-04 21:26:28 +00:00