Commit Graph

132 Commits

Author SHA1 Message Date
alecf%netscape.com
24d2b41a6c fix crash if local mail directory is not found 1999-04-06 22:19:59 +00:00
bienvenu%netscape.com
0c90f57c28 add interfaces to get thread object from msg hdr or msg key 1999-04-06 18:27:28 +00:00
bienvenu%netscape.com
dbe5e0e2de more work on threading interfaces, plus i18n change 1999-04-06 05:44:37 +00:00
sspitzer%netscape.com
ccf8bbb911 quiet egcs / gcc.
(the windows compiler will compile ANYTHING, or windows people like to ignore
warnings.)

update the arguments to Open().  This code has suffered bit rot.
1999-04-06 04:22:45 +00:00
ducarroz%netscape.com
d3c78aa540 Part of Messenger Mac landing 1999-04-06 02:05:52 +00:00
ducarroz%netscape.com
8623605b91 First Checked In. 1999-04-06 00:58:31 +00:00
bienvenu%netscape.com
371506b69f get top level reference threading working 1999-04-05 23:42:32 +00:00
bienvenu%netscape.com
34aa6f53a0 more work on threading, fix mork warnings, problem deleting out of date summary files 1999-04-05 22:50:45 +00:00
mcafee%netscape.com
8e3a283b85 Ignore generated files. 1999-04-05 05:23:13 +00:00
mscott%netscape.com
3aaf756dc3 Fix crash when running mailnews app. Problem: we're creating an object that is an interface without going through the component manager and are calling new on it directly. so the object returned has a ref count of 0. We need to add ref it before returning it..This change should be moot if we were going through the component manager though. 1999-04-04 21:12:10 +00:00
mscott%netscape.com
efff0c767f One more change...we need to link against mork to remove some unresolved symbols which occurr when we load the library. 1999-04-04 20:27:48 +00:00
mscott%netscape.com
24e73ab3bc Help fix Linux build problems for bienvenu. Link with correct name for the msgdb library. 1999-04-04 20:24:36 +00:00
mscott%netscape.com
c08d12b155 Help fix Linux build for bienvenu. We want to build the static library for this... 1999-04-04 20:23:16 +00:00
bienvenu%netscape.com
f4c3ca6058 make msgdb a dll 1999-04-04 17:48:16 +00:00
bienvenu%netscape.com
a722aab65e start imap db 1999-04-04 17:42:41 +00:00
bienvenu%netscape.com
4d03ecb4a0 make msgdb a dll 1999-04-04 17:38:02 +00:00
mcmullen%netscape.com
03f9c867b3 Fix unix bustage with pref calls. 1999-04-03 00:49:50 +00:00
mcmullen%netscape.com
8da85206f5 Adapt to changes in prefapi.h etc 1999-04-03 00:36:49 +00:00
bienvenu%netscape.com
caf8c5bd81 more work on threading 1999-04-02 03:26:14 +00:00
bienvenu%netscape.com
9f0ada3e17 remove use of master in constructor 1999-04-02 03:25:59 +00:00
rhp%netscape.com
4c43db514a updates for libmime changes 1999-04-02 02:42:18 +00:00
ducarroz%netscape.com
069016e318 Part of Messenger Mac landing 1999-04-02 01:00:37 +00:00
putterman%netscape.com
58c4f5a346 Build URI correctly. 1999-04-01 23:41:33 +00:00
bienvenu%netscape.com
815cb97052 start turning on threading of messages 1999-04-01 03:09:08 +00:00
putterman%netscape.com
ea01549cd7 Added build local message URI routine. 1999-03-31 22:29:28 +00:00
bienvenu%netscape.com
ccf0f3ebdf use store to get hdr from now that mork bug is fixed 1999-03-31 05:22:26 +00:00
bienvenu%netscape.com
8cc1520f94 work around mork problem getting msg hdrs 1999-03-30 06:31:16 +00:00
bienvenu%netscape.com
0484e4a350 latest mork drop, fix ref counting bug, add meta table info 1999-03-30 05:43:09 +00:00
waterson%netscape.com
95fe5b64f9 Changed RDF-specific errors to be success rather than error codes. 1999-03-30 02:30:16 +00:00
putterman%netscape.com
d58487c55f fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
bienvenu%netscape.com
f9b5080c9b fix unix build bustage 1999-03-28 23:09:16 +00:00
bienvenu%netscape.com
e66106e976 add thread object and interface 1999-03-28 21:04:05 +00:00
bienvenu%netscape.com
cbb6e9025e add i18n routines 1999-03-28 21:03:11 +00:00
alecf%netscape.com
fb81ec4f2c define PurgeNeeded so that this isn't undefined in this library 1999-03-25 22:48:02 +00:00
alecf%netscape.com
7c976e766c link against libreg to avoid undefined symbols 1999-03-25 22:47:44 +00:00
bienvenu%netscape.com
86c3572c78 i18n routines don't seem happy with empty strings, so don't pass them in 1999-03-25 05:55:28 +00:00
bienvenu%netscape.com
d2516e328e add i18n interfaces for mime2 encoding and collation keys - shouldn't be called yet 1999-03-25 05:01:58 +00:00
ducarroz%netscape.com
8ecc4e7b22 First Checked In. 1999-03-24 21:49:55 +00:00
bienvenu%netscape.com
4be1f780fe turn back on commit code 1999-03-24 03:12:33 +00:00
alecf%netscape.com
e8492614dc switch over to nsIDBFolderInfo from nsDBFolderInfo to reduce library dependancies
Added new API to nsIDBFolderInfo
1999-03-24 00:17:23 +00:00
bienvenu%netscape.com
d284da91d2 turn on mork parsing, add nsNewsDatabase to makefile 1999-03-23 23:38:25 +00:00
bienvenu%netscape.com
bf6c2e9839 fix search for singleton folder info row 1999-03-23 05:20:33 +00:00
bienvenu%netscape.com
f021a2c35e initial entry into cvs ofnews database 1999-03-22 05:09:55 +00:00
bienvenu%netscape.com
4f5d15fa46 more porting of news database 1999-03-22 05:09:29 +00:00
alecf%netscape.com
209c627da6 remove stub code that doesn't build and add relevant libraries 1999-03-20 02:14:42 +00:00
putterman%netscape.com
e38b3a5acd Changes made to avoid nsMsgHdr duplication 1999-03-18 21:39:04 +00:00
bienvenu%netscape.com
b3707d6ccf fix problem in reply all 1999-03-15 07:43:14 +00:00
bienvenu%netscape.com
118473a4ed add comma separator between addresses, remove null byte in msg hdr yarn 1999-03-14 23:00:31 +00:00
bienvenu%netscape.com
1d413c34dc add accessors for recipients and cc list 1999-03-14 17:46:14 +00:00
bienvenu%netscape.com
b3082e3c1b mork landing, fix delete of local mail messages 1999-03-12 20:12:41 +00:00