Commit Graph

472 Commits

Author SHA1 Message Date
bienvenu%netscape.com
aebb6c1bba fix ref counting problem on isupports filter stuff 1999-05-28 02:15:31 +00:00
alecf%netscape.com
ff3c5ccf00 GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:56:53 +00:00
mcmullen%netscape.com
7dce873c56 Removed base/baseDebug.shlb 1999-05-28 00:48:24 +00:00
bienvenu%netscape.com
14e6523f6e fix build bustage in filter code 1999-05-28 00:38:24 +00:00
mscott%netscape.com
12ff1a5901 Register component for nsIMgParseMailMsgState. 1999-05-27 22:11:18 +00:00
mscott%netscape.com
325bd2325a use nsIMgParseMailMsgState. This generalizes the message parser behind an interface so other components can use it without linking against local. 1999-05-27 22:10:10 +00:00
mscott%netscape.com
80ead13837 Export nsIMsgParseMailMsgState.h 1999-05-27 22:09:15 +00:00
mscott%netscape.com
9268a4f944 Add claas id for nsIMgParseMailMsgState 1999-05-27 22:06:40 +00:00
mscott%netscape.com
fceb885555 export nsIMsgParseMailMsgState.h 1999-05-27 21:39:28 +00:00
mscott%netscape.com
15c7df08bd Not part of build yet. An interface that will sit on top of the message mail statee parser so other components can use it. 1999-05-27 20:53:19 +00:00
bienvenu%netscape.com
dc67f8381f fix build bustage 1999-05-27 06:08:15 +00:00
bienvenu%netscape.com
f9b86efab9 fix build bustage 1999-05-27 05:47:52 +00:00
alecf%netscape.com
8b3e631493 API change - Get/SetUserName -> Get/SetUsername 1999-05-27 05:47:28 +00:00
alecf%netscape.com
d8a5753963 finish IDL-ifying these interfaces
Also stop caching the local mail directory in the pop3 sink and instead ask for it on demand from the nsIMsgIncomingServer
1999-05-27 04:56:53 +00:00
alecf%netscape.com
2a593d8922 remove unnecessary windows-specific code 1999-05-27 04:55:40 +00:00
alecf%netscape.com
ce96050bba fix these asserts so that we know which variable is bad 1999-05-27 04:55:10 +00:00
alecf%netscape.com
26053eb932 IDL-ify these interfaces
move CIDs into nsMsgLocalCID
1999-05-27 04:53:32 +00:00
alecf%netscape.com
fc328a2d9b IDL-ify this interface
had to make nsFileSpec non-const for now
1999-05-27 04:51:20 +00:00
alecf%netscape.com
b8694b9485 include the CID file because CIDs are going away from interfaces 1999-05-27 04:47:13 +00:00
sspitzer%netscape.com
f9d6b9de1a fix build bustage on UNIX 1999-05-27 03:31:25 +00:00
sspitzer%netscape.com
ff7836c07d fix UNIX build bustage 1999-05-27 03:30:33 +00:00
mcafee%netscape.com
79ceccc4d4 Some code wasn't ifdef'd for DOING_FILTERS properly. a=bienvenu 1999-05-27 01:07:24 +00:00
bienvenu%netscape.com
729931951f changes for mail filters, including setting root folder for server 1999-05-26 23:56:21 +00:00
putterman%netscape.com
9f92f3e16c More work on DeleteFolders. 1999-05-26 23:47:01 +00:00
mscott%netscape.com
40a2a52e97 Bug 6722 --> replace PR_Open with nsFileSpec/nsFileStream. 1999-05-26 22:59:26 +00:00
alecf%netscape.com
ee4de749d8 fix bustage by adding gfx/img/mozutil 1999-05-26 08:07:54 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
putterman%netscape.com
e9073f8c33 Fix for 6975. Make sure there's a valid database before accessing it. Reviewed by
mscott. Approved by chofmann.
1999-05-24 22:02:50 +00:00
bienvenu%netscape.com
cbef1620ae more work on filter actions 1999-05-19 01:56:32 +00:00
alecf%netscape.com
55de2eb7ed fix for #5792 - remove leading '/' that occurs on unix 1999-05-19 00:36:58 +00:00
alecf%netscape.com
f1b3e3d7d5 fix newline at end of file 1999-05-19 00:36:13 +00:00
alecf%netscape.com
8c752b1ad3 remove unused variable 1999-05-19 00:30:13 +00:00
mscott%netscape.com
d09f0061ac Updates with msgcoreutil building as a dll. 1999-05-18 23:59:45 +00:00
mscott%netscape.com
3f980cc4d3 clean up makefile, remove unnecessary define. 1999-05-18 23:59:16 +00:00
sspitzer%netscape.com
704c5b3870 changes to get news to work at the same time as imap and pop. the news part of the fix for #6405 1999-05-18 21:46:56 +00:00
alecf%netscape.com
fc38632422 fix some warnings, get rid of variable named index() and cache value of GetSize() 1999-05-18 02:22:56 +00:00
bienvenu%netscape.com
8ae1dd1ae2 remove debugging statements, unused defines 1999-05-17 23:35:45 +00:00
bienvenu%netscape.com
84997f013a move GetChildNamed implementation from local subclass 1999-05-17 22:50:04 +00:00
bienvenu%netscape.com
28f7bb8612 start work on msg filters, ifdeff'ed out 1999-05-17 02:06:29 +00:00
putterman%netscape.com
ccd1ec9340 Implemented GetHostName. 1999-05-16 22:47:27 +00:00
mscott%netscape.com
a2843c2633 implement GetIncomingServerType as part of adding a GetServer method for a folder. 1999-05-15 19:39:58 +00:00
mscott%netscape.com
bda36d538f code cleanup --> use nsAutoCString instead of .newCString. 1999-05-15 19:37:27 +00:00
putterman%netscape.com
c654ed830b call MarkRead instead of OrFlags. 1999-05-14 00:46:07 +00:00
mscott%netscape.com
f3b78551cf Fix memory leak by removing unused QI to an object. this caused us to leak pop3 urls when getting new mail. 1999-05-14 00:40:11 +00:00
alecf%netscape.com
d5a67a4a1e nsCOMPtr audit and remove my stupid debugging comment 1999-05-14 00:21:52 +00:00
bienvenu%netscape.com
0e0bb8ff20 remove db listener in base class 1999-05-13 23:19:35 +00:00
mscott%netscape.com
54709e5fbf fix shadowed variables 1999-05-13 21:58:53 +00:00
warren%netscape.com
87b26617d5 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
bienvenu%netscape.com
07668e51a0 remove self as listener when going away 1999-05-13 02:35:24 +00:00
mscott%netscape.com
6ce4f6cf2c Whenever we display a message, be sure to mark it as read in the db. Use url method to get msghdr for a message instead of doing it ourselves. 1999-05-12 22:53:05 +00:00