Commit Graph

32 Commits

Author SHA1 Message Date
mscott%netscape.com
254f533268 Redefine MSG_LINEBREAK in terms of NS_LINEBREAK. Later, I'll remove MSG_LINEBREAK all together and just use NS_LINEBREAK. 1999-06-23 00:03:14 +00:00
bienvenu%netscape.com
0850b6eea4 changes for mail filters 1999-05-26 23:51:53 +00:00
mscott%netscape.com
b941736a5e define NS_MSG_BASE which is used as a prefix in front of all functions & classes in base\util. This macro applies to win32 only right now. It is used to declare things as export when building the file and import when we are linking against the file. This helps us make msgcoreutil build as a dynamic library on win32. 1999-05-18 23:46:23 +00:00
bienvenu%netscape.com
cfeb915805 add error for filter parsing 1999-05-10 01:57:14 +00:00
mscott%netscape.com
8d2d60a12a Add MSG_LINEBREAK and MSG_LINEBREAK_LEN for mailnews. We need to transition all mailnews use of LINEBREAK to these new macros. I'm leaving the old LINEBREAK definition in place so I don't have to update all files that use it at once. Why can't we use LINEBREAK? Because it is incorrectly defined on the Mac and due to situations outside of our control, we can't change the value of LINEBREAK on the Mac (because it is defined elsewhere and they need it defined incorrectly). So we're going to use these new values (MSG_LINEBREAK and MSG_LINEBREAK_LEN) instead. 1999-04-27 02:53:29 +00:00
putterman%netscape.com
baca5e550b Removed protocol dependent uri utilities. 1999-04-24 20:36:00 +00:00
jefft%netscape.com
11c085fb96 added kImapRootURI, nsGetImapRoot() 1999-04-21 05:09:33 +00:00
sspitzer%netscape.com
b4e142b8f1 changes to get news in the folder pane 1999-04-20 19:08:10 +00:00
bienvenu%netscape.com
2d81b1adba add imap messages to uri scheme 1999-04-19 21:39:29 +00:00
putterman%netscape.com
8f60e96f9e Added NewFolder 1999-04-15 21:12:10 +00:00
sspitzer%netscape.com
bbedc07458 more newsdb work 1999-04-10 22:05:58 +00:00
putterman%netscape.com
357b3bff79 More work on threads. 1999-04-07 02:50:25 +00:00
ducarroz%netscape.com
6852928ca5 Mac only, define LINEBREAK as \012 to avoid conflict with fe_proto.h 1999-04-06 02:05:51 +00:00
mscott%netscape.com
31590cf30d Part of my mailnews reduce disk footprint cleanup effort. Add macro defintions for IS_DIGIT, IS_ALPHA, etc. I know it is bad to do it here. I need to talk to a raptor base owner and look into adding the macros where everyone besides just mailnews can use them! 1999-04-04 21:59:22 +00:00
mscott%netscape.com
02366f6dca make the filespec const for nsPath2URI and nsBuildLocalMessageURI 1999-04-01 01:06:55 +00:00
putterman%netscape.com
ea01549cd7 Added build local message URI routine. 1999-03-31 22:29:28 +00:00
mscott%netscape.com
3ad6a71bc9 change nsURI2Path to take a const char * for the uriStr. 1999-03-31 19:28:48 +00:00
putterman%netscape.com
7abc08db97 Added semaphore methods for file contention. 1999-03-23 23:19:58 +00:00
putterman%netscape.com
003a8fd6ea Moved parse url utility 1999-03-12 13:17:21 +00:00
warren%netscape.com
3d21ed5037 nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc. 1999-03-09 09:52:30 +00:00
mscott%netscape.com
32eded80a4 Add platform specific defintions for LINEBREAK (these came from nsMsgLineBuffer) 1999-03-05 23:40:53 +00:00
mscott%netscape.com
68a30e86fa Adding some more common includes --> including the repository, service manager, nsCRT.... 1999-02-23 00:54:02 +00:00
bienvenu%netscape.com
a27e524d3e add error for not a mail folder 1999-02-11 07:09:05 +00:00
warren%netscape.com
6762930792 Moved NS_ERROR_MODULE_MAILNEWS to xpcom/public/nsError.h 1999-02-09 04:28:35 +00:00
warren%netscape.com
6025c5369c Changed uses of MsgErr to nsresult. Moved CR LF macros to base/src/nsCRT.h. 1999-02-09 04:20:46 +00:00
mscott%netscape.com
fb0265ba77 Add values for CRLF.... 1999-02-09 03:23:10 +00:00
bienvenu%netscape.com
1933da603b add a couple msg db error codes 1999-02-05 03:03:50 +00:00
bienvenu%netscape.com
34c027fc8a add a couple error defines for db opening 1999-02-01 03:03:10 +00:00
alecf%netscape.com
64ebddeee0 oops, misspelled MEWS->NEWS 1999-01-12 01:09:45 +00:00
alecf%netscape.com
5cc6c52c40 updated to add messenger-specific utility macros 1999-01-11 20:46:13 +00:00
alecf%netscape.com
560cd85091 add error constant for mail/news 1999-01-11 20:15:17 +00:00
mscott%netscape.com
f53b2b2518 First checked in. 1998-12-21 17:57:13 +00:00