putterman%netscape.com
c28099bcef
Work on 17712 to add incoming server listeners and hook biff up to them. Reviewed by alecf.
1999-11-11 00:25:19 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
putterman%netscape.com
825d352eca
Started work on 17376. reviewed by bienvenu. create an object that knows about
...
mailnews window data and pass it through backend.
1999-10-27 22:38:47 +00:00
alecf%netscape.com
dcaef1d236
export/build nsIMsgProtocolInfo.idl on all platforms
1999-09-13 22:51:38 +00:00
putterman%netscape.com
0f69d7ba27
Add nsIMsgWindowData.idl
1999-08-20 22:42:03 +00:00
mscott%netscape.com
91ddf1ddf4
remove nsIMsgMailNewsUrl.h and add nsIMsgMailNewsUrl.idl
1999-08-04 20:28:47 +00:00
bienvenu%netscape.com
a01d75fc8b
add nsIMsgStatusFeedback.idl
1999-08-04 18:40:13 +00:00
bienvenu%netscape.com
2ac03e0211
add folder cache idl to makefiles
1999-07-16 21:27:56 +00:00
alecf%netscape.com
6db34f38d5
XPIDLize nsIUrlListenerManager on Mac and windows
1999-06-27 04:20:04 +00:00
jefft%netscape.com
a3da9818ed
added nsIMsgCopyServiceListener.idl
1999-06-23 21:17:24 +00:00
jefft%netscape.com
cd1f3ac8de
added new file - nsIMsgCopyService.idl
1999-06-22 23:20:56 +00:00
putterman%netscape.com
9595ad8be4
changed nsICopyMessageStreamListener.idl to nsICopyMsgStreamListener.idl
1999-06-14 22:43:45 +00:00
putterman%netscape.com
d4f3b0ce65
created nsICopyMessageStreamListener interface and added deleteStorage and GetRootFolder
...
to nsIMsgFolder.
1999-06-14 22:20:19 +00:00
sspitzer%netscape.com
1722f76cbd
clean up the nsIMsgHdr & nsIMessage idl and header insanity
1999-06-10 20:24:43 +00:00
alecf%netscape.com
5e3b2dba89
get rid of generated headers
1999-06-08 22:50:58 +00:00
mscott%netscape.com
3d0e344c29
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
alecf%netscape.com
1f5093e97a
Killing the messenger appcore once and for all.
...
Don't be frightened by the size of this checkin, most of the appcore conversion to XPConnect was fairly simple. Some of this is just fixing code that depended on the old appcore
1999-06-04 04:00:58 +00:00
putterman%netscape.com
c12f3168ba
Add nsIMsgBiffManager interface. Add Set/GetCharset to nsIMsgFolder.
1999-06-03 22:53:37 +00:00
alecf%netscape.com
eb177741d4
use XPIDL on windows for all these IDL files
1999-05-28 03:08:27 +00:00
alecf%netscape.com
a314cb0d7e
remove useless nsIMsg.h
1999-05-27 06:04:43 +00:00
alecf%netscape.com
6af7d2507d
remove this useless header file
1999-05-27 05:30:16 +00:00
bienvenu%netscape.com
b733a003f3
temporarily don't build nsIDOMMsgAppcore.idl
1999-05-19 01:47:41 +00:00
putterman%netscape.com
51cfaf8daf
Generate headers from idl.
1999-05-19 01:07:54 +00:00
alecf%netscape.com
05e42c6834
remove nsIMessenger from Mac/Windows
1999-04-26 22:43:09 +00:00
putterman%netscape.com
3fb9c0d04d
Added nsIMessage
1999-04-24 20:32:24 +00:00
mscott%netscape.com
3db4c7a8df
Export nsIMsgMessageService.h
1999-04-20 21:50:51 +00:00
rhp%netscape.com
428ea843e4
Moving header parser interface
1999-04-16 19:02:22 +00:00
alecf%netscape.com
4f5df45a2f
move nsIMsgThread to base/public, and create IDL source
...
nsIMsgThread.idl has to be in base/public because nsIMessage needs it during
IDL compilation
1999-04-10 20:23:54 +00:00
alecf%netscape.com
ff44ac006c
landing multiple accounts
...
account information is now acquired by the account manager, which is held by the nsIMsgMailSession service.
1999-04-06 22:47:12 +00:00
putterman%netscape.com
d321860e42
Added nsIMessageView.
1999-04-05 23:33:43 +00:00
putterman%netscape.com
462b2540dc
Add nsICopyMessageListener.
1999-03-30 02:19:22 +00:00
mscott%netscape.com
6fd6e4f64c
Back out my attempted fix of alecf's build breakage...as leaf backed out his original changes.
1999-03-24 04:56:56 +00:00
mscott%netscape.com
cdad173bda
Fix build breakage for alecf. Don't try to export nsIMsgGroupRecord.h. It is no longer in the repository.
1999-03-24 03:33:12 +00:00
putterman%netscape.com
1887465e9e
Added folder listener.
1999-03-09 22:34:29 +00:00
alecf%netscape.com
7028e88a0d
- move messenger appcore into the base mailnews directory
...
- do appcore initialization during Initialize() in messenger bootstrap
1999-03-09 19:58:17 +00:00
mscott%netscape.com
22230a3692
Export nsIMsgIdentity.h and nsIMsgMailSession.h
1999-03-09 01:33:36 +00:00
mscott%netscape.com
275dcf2b16
Export nsIListenerUrl.h and nsIUrlListenerManager.h
1999-03-03 01:03:27 +00:00
alecf%netscape.com
8a910e86a3
implement new nsIMessenger interface, and make it accessable from JavaScript
1999-02-27 02:33:21 +00:00
mscott%netscape.com
9fc4c60ee5
Fix build by exporting nsIMsg.h
1999-02-26 03:54:45 +00:00
warren%netscape.com
7f928e4843
Reorganization. Changes for collections, enumerations, generic folders, file paths, etc.
1999-02-24 10:39:06 +00:00
mscott%netscape.com
c0834fc7df
Export nsIMsgMailNewsUrl.h
1999-02-24 02:22:22 +00:00
warren%netscape.com
299d7e296e
Converted nsIMsg into nsIMessage, unifying with nsMsgHdr. Removed NS_DEFINE_IID macros. Renamed a few types and enums.
1999-02-13 10:39:59 +00:00
bienvenu%netscape.com
7def9c8733
add local mail folder summary spec
1999-02-08 00:13:59 +00:00
warren%netscape.com
ab220d2640
More cleanup of XPPtrArray. Factored nsMsgFolder, adding nsMsgLocalMailFolder.
1999-02-06 02:11:54 +00:00
warren%netscape.com
57e76cf0be
Added nsIMsg and nsMsg impl. Changed counts to be unsigned.
1999-02-05 03:08:00 +00:00
putterman%netscape.com
689363fb72
Added new RDF Resource for MsgFolder and added MailMsgFolder.
1999-02-04 17:54:04 +00:00
putterman%netscape.com
ff76def87c
Add new methods to nsIMsgFolder interface
1999-01-27 02:59:12 +00:00
mscott%netscape.com
3d57140096
Export new header files.
1999-01-21 01:12:11 +00:00
mscott%netscape.com
126dfc8a2b
First checked in.
1998-12-21 17:57:13 +00:00