Commit Graph

2072 Commits

Author SHA1 Message Date
chuang%netscape.com
f9c4e5d6f3 Address book UI, not in build yet 1999-04-23 06:47:41 +00:00
mscott%netscape.com
7497d31533 Updates to get the test running with preferences again. We need to manually register
the file locator. This test app will now read prefs out of the default profile directory.
1999-04-23 06:32:35 +00:00
bienvenu%netscape.com
ead5ee2909 get imap messages to display in thread pane 1999-04-23 01:33:52 +00:00
jefft%netscape.com
fdcf5e6ee4 (not part of build yet> more on integrating with 3-pane ui 1999-04-23 00:36:07 +00:00
mscott%netscape.com
30a4d0e744 Not part of the build.
Fixes to get the test harness to work in the new preferences world again. We need to manually register the file locator component because it doesn't get self-registered in the repository.
1999-04-22 21:13:48 +00:00
jefft%netscape.com
119aa05555 (not part of the build yet) - more works on hooking up 3-pane ui with protocol 1999-04-22 19:02:45 +00:00
jefft%netscape.com
8f1a286301 added include path - mime 1999-04-22 19:01:05 +00:00
jefft%netscape.com
6d28346e31 not part of the build yet - added msglocal.lib 1999-04-22 19:00:25 +00:00
rickg%netscape.com
40b0327745 sync up with nsString2.cpp 1999-04-22 17:43:57 +00:00
warren%netscape.com
154f8381b4 Removed unnecessary nsIByteBuffer.h 1999-04-22 07:31:09 +00:00
warren%netscape.com
c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
rickg%netscape.com
f86b7f933d update to sync with nsString2 1999-04-22 06:39:40 +00:00
sspitzer%netscape.com
da32a2b1b8 new icon from scotty 1999-04-22 04:15:07 +00:00
bienvenu%netscape.com
3f37904761 add services for dealing with flags, fix build problem in test harness 1999-04-22 03:57:44 +00:00
alecf%netscape.com
c4bff4302d Add server RDF source 1999-04-22 03:02:35 +00:00
alecf%netscape.com
6141657ece add new datasources to windows build 1999-04-22 02:28:55 +00:00
alecf%netscape.com
5b2d214c74 start building new RDF datasources on unix 1999-04-22 02:26:25 +00:00
alecf%netscape.com
1518456dc6 check in skeleton source for RDF datasources for account system 1999-04-22 02:25:22 +00:00
alecf%netscape.com
7e2d826a6a add headers for new RDF data sources for account system 1999-04-22 02:24:39 +00:00
mscott%netscape.com
399e88d020 Remove old & slow ReadLine code. Replace it with nsMsgLineStreamBuffer. This also involved cleaning out a lot of code for displaying messages as the logic of the read line loop changed. 1999-04-22 02:13:42 +00:00
mscott%netscape.com
dbfdf65c06 Highlight the different servers in the folder pane. Eventually this should be in a style sheet but I've been having trouble getting that to work. 1999-04-22 02:08:33 +00:00
mscott%netscape.com
e38957cc5a nsMsgLineStreamBuffer takes a new argument stating whether new lines should be allocated or not on calls to ReadNextLine. 1999-04-22 02:01:08 +00:00
mscott%netscape.com
b4933a51c8 constructor for nsMsgLineBufferStream takes a new argument specifying if new lines should be allocated for ReadNextLine. 1999-04-22 01:54:32 +00:00
mscott%netscape.com
907c03e019 Fix fence post case in nsMsgLineBufferStream::ReadNextLine when we read n bytes and n == the size of the buffer...we were over-writing the n+1th byte with a null terminator.
Add (unimplemented) feature to nsMsgLineBufferStream to give caller the choice of allocating new memory for new lines or not.
1999-04-22 01:53:19 +00:00
davidmc%netscape.com
3895aebe28 set morkStore::mStore_CanAutoAssignAtomIdentity to true in places where MDB clients can access a store instance, so that this bool is enabled only at the last possible moment. 1999-04-21 23:57:03 +00:00
davidmc%netscape.com
a5c518cc46 fix morkAtomSpace::MakeBookAtomCopy() so it will use new boolean slot on morkStore, mStore_CanAutoAssignAtomIdentity, to decide whether new atoms with auto assigned identity is allowed. 1999-04-21 23:56:02 +00:00
davidmc%netscape.com
0ab7f37525 use new default atom space constant; init the new boolean controlling whether auto assignment of atom IDs is allowed 1999-04-21 23:54:22 +00:00
davidmc%netscape.com
e9aab5b668 add new constant kValueSpaceScope to replace old ambiguous ground atom space constant to fix problem with default atom spacing 'a' being used instead of the 'v' space expected by the parser (causing more than one atom space to be used ... bad). Also add a boolean controlling whether auto-assignment of atom IDs is permitted by atom spaces (so this can be disabled during parsing, so it can be detected when it's inappropriate). 1999-04-21 23:53:38 +00:00
davidmc%netscape.com
b8fb0c0949 fix morkEnv::OidAsHex() to print a scope < 0x80 as a plain text byte instead of ^hex hex when the character is a name byte 1999-04-21 23:51:22 +00:00
davidmc%netscape.com
c78445c3eb change format to v1.4 to account for hex oids for single char spaces changing from, eg., 1CE:^6D to 1CE:m 1999-04-21 23:50:03 +00:00
bienvenu%netscape.com
3796e54a4f fix a few race conditions with fe events, add NOOP service 1999-04-21 22:35:12 +00:00
mcmullen%netscape.com
e4661eacd6 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
mscott%netscape.com
459aa39e8c unregister ImapResource. Compress some of the register service code for the imap resource. 1999-04-21 21:08:00 +00:00
mscott%netscape.com
c95d00affa Replace the old slow ReadLine code to use the new more efficient nsMsgLineBufferStream class. Right now this class creates a new buffer for each line returned so we need to free this buffer. Later on, I'll be looking into removing the allocation of the new line and some of these statements will be made obsolete. 1999-04-21 20:23:47 +00:00
putterman%netscape.com
4ddb23c6e9 added files: mozilla/mailnews/base/util/nsMsgUtils.cpp 1999-04-21 20:22:18 +00:00
putterman%netscape.com
d8f6a32185 Change to news instead of nntp. 1999-04-21 20:18:35 +00:00
putterman%netscape.com
385fe63376 Use delete[]. 1999-04-21 20:18:15 +00:00
putterman%netscape.com
5abc728033 Added mailbox_message registration. 1999-04-21 20:17:43 +00:00
putterman%netscape.com
69323103f5 Add utility functions so we can use nsIMsgMessageService correctly. 1999-04-21 20:17:23 +00:00
putterman%netscape.com
40c42f537c uses nsIMsgMessageService. 1999-04-21 20:16:16 +00:00
sspitzer%netscape.com
a462087190 use nsCRT:strtok(), not strtok() 1999-04-21 19:54:44 +00:00
mscott%netscape.com
454b189257 Remove message display from the demos menu. We don't need to do this anymore as you can just select the message from the thread pane to display it. 1999-04-21 19:05:46 +00:00
mscott%netscape.com
e654a0431a OpenUrl no longer needs any knowledge of the nntp service. It should be able to go directly through the nsIMsgMessageService interface. 1999-04-21 18:59:51 +00:00
mscott%netscape.com
252d578016 Clean up CreateInstance to condense some code. use progids for registering the nntp service and the nntp version of the message service. 1999-04-21 18:58:29 +00:00
mscott%netscape.com
b1de92aaab add support for nsIMsgMessageService interface. 1999-04-21 18:57:24 +00:00
alecf%netscape.com
287cda8c88 include NSPR libs from the right directory 1999-04-21 18:45:41 +00:00
rhp%netscape.com
98c287ed15 Fix the makefile problem and remove bad error warnings 1999-04-21 13:48:54 +00:00
jefft%netscape.com
90ad32b3a9 added imap host entry 1999-04-21 05:47:04 +00:00
jefft%netscape.com
a6834f2118 added nsImapMailFolder.cpp 1999-04-21 05:21:12 +00:00
jefft%netscape.com
63ac60242d initial coding 1999-04-21 05:20:11 +00:00