Commit Graph

39 Commits

Author SHA1 Message Date
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
ducarroz%netscape.com
03b778a6f7 Fix for bug 14561, Already checked in the M10 BRANCH. Error must have negative value. A=choffman, R=mscott
git-svn-id: svn://10.0.0.236/trunk@49746 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:43:57 +00:00
bienvenu%netscape.com
326e1f270b remove doing_filters
git-svn-id: svn://10.0.0.236/trunk@44243 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 04:41:52 +00:00
bienvenu%netscape.com
3dd0c5ea84 turn filters back on
git-svn-id: svn://10.0.0.236/trunk@39121 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-13 18:51:26 +00:00
bienvenu%netscape.com
eab82d5815 turn off filters - mac project is not complete
git-svn-id: svn://10.0.0.236/trunk@38632 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-07 06:31:56 +00:00
bienvenu%netscape.com
1b5abd2dbc turn on pop and imap filters
git-svn-id: svn://10.0.0.236/trunk@38438 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-06 22:46:51 +00:00
ducarroz%netscape.com
1193e8f8f1 Replace time_t by PRTime
git-svn-id: svn://10.0.0.236/trunk@37552 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-30 21:04:29 +00:00
mscott%netscape.com
60c367ff31 Redefine MSG_LINEBREAK in terms of NS_LINEBREAK. Later, I'll remove MSG_LINEBREAK all together and just use NS_LINEBREAK.
git-svn-id: svn://10.0.0.236/trunk@36416 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-23 00:03:14 +00:00
bienvenu%netscape.com
4a1940cef2 changes for mail filters
git-svn-id: svn://10.0.0.236/trunk@32809 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-26 23:51:53 +00:00
mscott%netscape.com
3e64b2deb0 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.
git-svn-id: svn://10.0.0.236/trunk@32164 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-18 23:46:23 +00:00
bienvenu%netscape.com
f157bdce63 add error for filter parsing
git-svn-id: svn://10.0.0.236/trunk@30904 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-10 01:57:14 +00:00
mscott%netscape.com
5b7946889c 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.
git-svn-id: svn://10.0.0.236/trunk@29353 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-27 02:53:29 +00:00
putterman%netscape.com
0958a14458 Removed protocol dependent uri utilities.
git-svn-id: svn://10.0.0.236/trunk@29071 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-24 20:36:00 +00:00
jefft%netscape.com
a4cf9afe46 added kImapRootURI, nsGetImapRoot()
git-svn-id: svn://10.0.0.236/trunk@28434 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-21 05:09:33 +00:00
sspitzer%netscape.com
30a1fc3e1e changes to get news in the folder pane
git-svn-id: svn://10.0.0.236/trunk@28280 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-20 19:08:10 +00:00
bienvenu%netscape.com
ab0a5d77e5 add imap messages to uri scheme
git-svn-id: svn://10.0.0.236/trunk@28094 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-19 21:39:29 +00:00
putterman%netscape.com
0f33cbda07 Added NewFolder
git-svn-id: svn://10.0.0.236/trunk@27696 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-15 21:12:10 +00:00
sspitzer%netscape.com
898fa123d1 more newsdb work
git-svn-id: svn://10.0.0.236/trunk@27059 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-10 22:05:58 +00:00
putterman%netscape.com
a6d2dfee67 More work on threads.
git-svn-id: svn://10.0.0.236/trunk@26660 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-07 02:50:25 +00:00
ducarroz%netscape.com
20fd7c8e6f Mac only, define LINEBREAK as \012 to avoid conflict with fe_proto.h
git-svn-id: svn://10.0.0.236/trunk@26407 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-06 02:05:51 +00:00
mscott%netscape.com
50f73a5df4 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!
git-svn-id: svn://10.0.0.236/trunk@26234 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-04 21:59:22 +00:00
mscott%netscape.com
9b32c7b1d1 make the filespec const for nsPath2URI and nsBuildLocalMessageURI
git-svn-id: svn://10.0.0.236/trunk@25772 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-01 01:06:55 +00:00
putterman%netscape.com
1df5268b72 Added build local message URI routine.
git-svn-id: svn://10.0.0.236/trunk@25752 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-31 22:29:28 +00:00
mscott%netscape.com
44f0772c6d change nsURI2Path to take a const char * for the uriStr.
git-svn-id: svn://10.0.0.236/trunk@25727 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-31 19:28:48 +00:00
putterman%netscape.com
b096d125be Added semaphore methods for file contention.
git-svn-id: svn://10.0.0.236/trunk@24913 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-23 23:19:58 +00:00
putterman%netscape.com
de4b563b52 Moved parse url utility
git-svn-id: svn://10.0.0.236/trunk@23941 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-12 13:17:21 +00:00
warren%netscape.com
de7b75d07f nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc.
git-svn-id: svn://10.0.0.236/trunk@23303 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-09 09:52:30 +00:00
mscott%netscape.com
beec466d17 Add platform specific defintions for LINEBREAK (these came from nsMsgLineBuffer)
git-svn-id: svn://10.0.0.236/trunk@22972 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-05 23:40:53 +00:00
mscott%netscape.com
a55b21fec4 Adding some more common includes --> including the repository, service manager, nsCRT....
git-svn-id: svn://10.0.0.236/trunk@21511 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-23 00:54:02 +00:00
bienvenu%netscape.com
b1d4970f0e add error for not a mail folder
git-svn-id: svn://10.0.0.236/trunk@20392 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-11 07:09:05 +00:00
warren%netscape.com
3da87a4b64 Moved NS_ERROR_MODULE_MAILNEWS to xpcom/public/nsError.h
git-svn-id: svn://10.0.0.236/trunk@20101 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-09 04:28:35 +00:00
warren%netscape.com
3c55c995a0 Changed uses of MsgErr to nsresult. Moved CR LF macros to base/src/nsCRT.h.
git-svn-id: svn://10.0.0.236/trunk@20099 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-09 04:20:46 +00:00
mscott%netscape.com
7d91171fa6 Add values for CRLF....
git-svn-id: svn://10.0.0.236/trunk@20084 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-09 03:23:10 +00:00
bienvenu%netscape.com
b8ea1126db add a couple msg db error codes
git-svn-id: svn://10.0.0.236/trunk@19802 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-05 03:03:50 +00:00
bienvenu%netscape.com
2bc8f51851 add a couple error defines for db opening
git-svn-id: svn://10.0.0.236/trunk@19135 18797224-902f-48f8-a5cc-f745e15eee43
1999-02-01 03:03:10 +00:00
alecf%netscape.com
6e248cd38a oops, misspelled MEWS->NEWS
git-svn-id: svn://10.0.0.236/trunk@17535 18797224-902f-48f8-a5cc-f745e15eee43
1999-01-12 01:09:45 +00:00
alecf%netscape.com
aa16127a53 updated to add messenger-specific utility macros
git-svn-id: svn://10.0.0.236/trunk@17509 18797224-902f-48f8-a5cc-f745e15eee43
1999-01-11 20:46:13 +00:00
alecf%netscape.com
3198e5cd24 add error constant for mail/news
git-svn-id: svn://10.0.0.236/trunk@17507 18797224-902f-48f8-a5cc-f745e15eee43
1999-01-11 20:15:17 +00:00
mscott%netscape.com
f2861e4e64 First checked in.
git-svn-id: svn://10.0.0.236/trunk@16757 18797224-902f-48f8-a5cc-f745e15eee43
1998-12-21 17:57:13 +00:00