Commit Graph

214 Commits

Author SHA1 Message Date
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
mscott%netscape.com
beea25c5c6 Bug #16927 add nsIMsgQuoteListener interface
r=rhp
1999-10-28 04:21:02 +00:00
rhp%netscape.com
6f8d25b717 Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu 1999-10-25 19:04:56 +00:00
ducarroz%netscape.com
61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
alecf%netscape.com
c28c70ac9d finish landing nsIModule for compose
this and my last checkin r=sspizter
no bug, porkjockey work
1999-10-12 00:37:39 +00:00
alecf%netscape.com
19252b3d04 add new findServer() method and javadoc comments
r=sspitzer
#15140
1999-10-05 03:29:42 +00:00
alecf%netscape.com
561a1fbd52 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
jefft%netscape.com
0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
alecf%netscape.com
0fc7315583 add support for identity-specific HTML compose and signatures 1999-09-21 05:37:23 +00:00
sspitzer%netscape.com
ca2ce65b99 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
alecf%netscape.com
6e6f6922ea rename default server attribute, and change default smtp prefix to "smtp" instead of "server" 1999-09-19 23:58:57 +00:00
ducarroz%netscape.com
cdd8de3746 Remove unused function LoadFields 1999-09-16 23:55:06 +00:00
jefft%netscape.com
a46c88cc36 fixed bug 13574 -- use stream converter instead of temp file for reply quoting 1999-09-15 02:13:04 +00:00
briano%netscape.com
3474999aa5 General cleanup. 1999-09-14 23:05:06 +00:00
alecf%netscape.com
3c33281fd3 support add/removal of SMTP servers 1999-09-14 07:03:47 +00:00
mscott%netscape.com
a40fc1f4ab Remove obsolete file. It's been replaced by an idl file. 1999-09-01 04:24:26 +00:00
ducarroz%netscape.com
00eff64657 Add way to quote a message without headers, just quote the body. 1999-08-27 21:18:57 +00:00
mscott%netscape.com
6241384a29 Bug #7811m --> nsISmtpService is now an idl file 1999-08-27 21:14:26 +00:00
mscott%netscape.com
6c27c48ae2 Bug #7811 --. nsISmtpService is now an idl file. 1999-08-27 21:13:04 +00:00
mscott%netscape.com
ad166748ef Bug #7811 --> turn this interface into an XPIDL interface. 1999-08-27 21:12:22 +00:00
mscott%netscape.com
b787a68d1a This file is not part of the build yet! (approved by cyeh)
This file is the idl replacement of nsISmtpService.h
1999-08-26 21:50:46 +00:00
mscott%netscape.com
b3f95b0016 This file has been replaced by an idl file. 1999-08-25 23:57:03 +00:00
sfraser%netscape.com
e55bfef84b Remove an errant semicolon 1999-08-25 21:28:39 +00:00
mscott%netscape.com
557063df5d I think the clobber windows build may break because I took out the wrong header file from this makefile (the file was still in
my dist directory when I built which is why it worked). In anticipation of eventual breakage, I'm fixing it now.
a=gramps.
1999-08-24 23:48:09 +00:00
mscott%netscape.com
8d11ab3f1f Bug #7811 -- nsISmtpUrl is not an idl file. 1999-08-24 22:18:30 +00:00
mscott%netscape.com
7452c17971 Bug #7811. turn nsISmtpUrl into an IDL file 1999-08-24 22:16:29 +00:00
mscott%netscape.com
704ed758ef Bug #7811 --> turn nsISmtpUrl.h into a fully scriptable IDL file. This involved changing several apis in the interface. 1999-08-24 22:15:52 +00:00
mscott%netscape.com
48b2dc3935 Not part of the buidl yet. an idl file to replace nsISmtpUrl.h 1999-08-24 21:47:17 +00:00
alecf%netscape.com
db4f6f8103 add new SMTP server API
(incomplete implementation, not hooked up yet)
1999-08-20 04:49:04 +00:00
alecf%netscape.com
63333d8651 add smtp server to mac/unix/windows build 1999-08-20 04:20:23 +00:00
alecf%netscape.com
3f1eb1fe76 first pass at SMTP server IDL 1999-08-20 04:13:16 +00:00
alecf%netscape.com
d48c6c0686 start skeleton MANIFEST_IDL for compose for mac 1999-08-20 04:11:11 +00:00
mscott%netscape.com
8d0e7b6b12 Add SetUsername support. 1999-08-10 18:14:27 +00:00
mccabe%netscape.com
2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
bienvenu%netscape.com
3653ea8d06 get rid of nsString2 1999-08-07 02:32:02 +00:00
ducarroz%netscape.com
72ab2dc38a fix for bug 10382 1999-08-06 00:19:17 +00:00
rhp%netscape.com
975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
rhp%netscape.com
2135b4a4af Just adding this file...NOT PART OF THE BUILD! 1999-07-31 14:40:38 +00:00
mscott%netscape.com
01ab699db6 Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
rhp%netscape.com
e5e9833eb3 Changes for sending multipart/related messages 1999-07-21 20:17:07 +00:00
ducarroz%netscape.com
d6897f8e82 Add a new message compose service command that let you create a message from a nsIMsgCompFields. 1999-07-14 21:34:25 +00:00
ducarroz%netscape.com
aeb299284c Add OpenComposeWindowWithValues() 1999-07-13 20:07:10 +00:00
rhp%netscape.com
fd1e447bc8 cleanup 1999-07-13 19:38:45 +00:00
rhp%netscape.com
e4c1bf272c Compose back end cleanup 1999-07-13 18:38:36 +00:00
rhp%netscape.com
7ef3ff7ef1 Just checking in updates for the IDL files. These are NOT part of the build and I got the OK from chofmann. 1999-07-08 04:17:16 +00:00
ducarroz%netscape.com
faee0f3324 Rewrite nsIMsgCompFields/nsMsgCompFields in order to be usable from JS. Remove dependence on the UI implementation (except for the message body) 1999-07-03 21:40:38 +00:00
rhp%netscape.com
753a4fb8ec Changes for plain text quoting 1999-07-01 18:08:05 +00:00
alecf%netscape.com
eb006f3664 now take the identity at send-time 1999-06-29 04:45:11 +00:00
rhp%netscape.com
1bcb44233f Copy service changes 1999-06-26 01:11:28 +00:00
rhp%netscape.com
1c192ecb11 Changes for compose reorg 1999-06-24 23:54:34 +00:00
rhp%netscape.com
8e05c54915 New interfaces for message send listeners 1999-06-23 21:45:28 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mscott%netscape.com
46ad3452fc We now don't inherit directly from nsIMsgMailNewsUrl 1999-06-21 23:20:05 +00:00
ducarroz%netscape.com
2d3cbd0b95 File Removed. 1999-06-21 20:32:04 +00:00
ducarroz%netscape.com
cc671bb812 Remove forward as quoted. 1999-06-21 20:28:39 +00:00
rhp%netscape.com
1d71c93760 New quoting functionality 1999-06-15 23:22:34 +00:00
ducarroz%netscape.com
75fab88934 replace /*nsIDOMEditorAppCore*/nsISupports by nsIEditorShell 1999-06-15 14:25:26 +00:00
rhp%netscape.com
a99aa038bc Adding new quoting interface 1999-06-14 05:22:07 +00:00
sspitzer%netscape.com
402719b4ee we only nsIMsgSendLater.h once 1999-06-12 00:47:09 +00:00
ducarroz%netscape.com
60af720478 re-add nsIMsgSendLater.h as rhp has removed it from the idl project 1999-06-12 00:25:19 +00:00
sspitzer%netscape.com
55e7615320 firsh have of fix for rhp build bustage. 1999-06-12 00:16:25 +00:00
rhp%netscape.com
804622c1e9 new feature work 1999-06-11 23:44:44 +00:00
rhp%netscape.com
c41ee84f6a New send later functionality 1999-06-11 23:42:45 +00:00
ducarroz%netscape.com
cb135fdfb5 update manifest 1999-06-11 22:19:33 +00:00
sfraser%netscape.com
57b3c3e5d8 Fix include nsIDOMEditorAppCore -> nsIEditorShell 1999-06-11 20:28:39 +00:00
sspitzer%netscape.com
7c4741fca1 changes for ducarroz's checkin 1999-06-11 00:25:31 +00:00
ducarroz%netscape.com
f3cb15a9ad update make file 1999-06-11 00:25:16 +00:00
ducarroz%netscape.com
b686c976a3 make it scriptable, sync. with current implementation 1999-06-10 22:09:17 +00:00
ducarroz%netscape.com
ed9d9bb15b Add temporary an argument to OpenComposeWindow 1999-06-10 22:06:01 +00:00
ducarroz%netscape.com
febcf18fcc total rewrite 1999-06-10 22:04:21 +00:00
ducarroz%netscape.com
f75fb7468c make it scriptable 1999-06-10 22:03:28 +00:00
rhp%netscape.com
a290a615b2 Changes for composition reorg 1999-06-10 00:52:47 +00:00
ducarroz%netscape.com
1341917654 First Checked In. 1999-06-10 00:41:28 +00:00
rhp%netscape.com
2ef018fe56 New file for back end reorganization 1999-06-09 19:34:33 +00:00
sspitzer%netscape.com
026c93aa61 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
sspitzer%netscape.com
614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com
989344b80b remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
rhp%netscape.com
e529311adc Dumb typo 1999-06-07 19:17:23 +00:00
rhp%netscape.com
0993d9274c Changes for mail composition 1999-06-07 18:55:28 +00:00
rhp%netscape.com
cec8446911 Adding files to Makefiles 1999-06-07 18:54:37 +00:00
rhp%netscape.com
f44f77db4b More composer BE changes 1999-06-07 18:54:18 +00:00
rhp%netscape.com
bfd5dfb563 New back end composition functionality 1999-06-07 18:53:47 +00:00
rhp%netscape.com
b6e1445779 New compose BE functionality 1999-06-07 18:48:32 +00:00
mscott%netscape.com
266ed15e24 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
ducarroz%netscape.com
d76353507e Add function Dispose. Fix for build bustage 1999-06-04 15:47:05 +00:00
ducarroz%netscape.com
ac639ba166 add some missing includes for C++ only. 1999-06-04 08:49:46 +00:00
sspitzer%netscape.com
3336835e3a fix mac build bustage. 1999-06-04 04:42:24 +00:00
alecf%netscape.com
3dc683beab 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
ducarroz%netscape.com
7dbaf5428f Update the IDL file in order to be able to use it finally... Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:23 +00:00
ducarroz%netscape.com
7161234e94 Don't export header files that are generated by the XPIDL compiler. Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:21 +00:00
ducarroz%netscape.com
4d7d12d1c8 Add properties WrapColumn and UseHtml 1999-05-14 18:52:01 +00:00
rhp%netscape.com
2226d902b8 removal of stub code 1999-05-12 23:42:51 +00:00
rhp%netscape.com
b1de5670df General work on composition back end 1999-05-12 22:13:58 +00:00
rhp%netscape.com
d42b7b4d35 Changes for message send cleanup 1999-05-10 22:17:58 +00:00
sspitzer%netscape.com
af18cd5692 kIsRead is now MSG_FLAG_READ, so we don't need this 1999-05-08 17:22:40 +00:00
sspitzer%netscape.com
cfe0e1f82c fixage for build bustage 1999-05-04 03:13:00 +00:00
sspitzer%netscape.com
f4e3232236 MsgPost is extinct 1999-05-04 02:41:24 +00:00
ducarroz%netscape.com
26c91ebf6d Add parameter args to member function NewMessage() to solve multiple appcores problem 1999-04-27 21:26:49 +00:00
sspitzer%netscape.com
ccb6e5cc03 add this to the list of idl files to export 1999-04-16 04:19:09 +00:00
alecf%netscape.com
c087f08751 rev this interface 1999-04-15 21:27:11 +00:00