Commit Graph

829 Commits

Author SHA1 Message Date
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
akkana%netscape.com
ff7a19a5bd Revise the doc encoder and content sink APIs yet again to make it easier
to add new flags (pass a flag in the constructor, rather than specific
booleans.  This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
ramiro%netscape.com
ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
alecf%netscape.com
a54ddd9c0c fix solaris bustage 1999-08-24 03:06:07 +00:00
alecf%netscape.com
68241994a3 fix a minor leak and convert nsIMsgIncomingServer to a nsCOMPtr 1999-08-24 00:31:33 +00:00
mccabe%netscape.com
a900e17559 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mscott%netscape.com
13451a44ce Remove unnecessary windows.h include which was used to get InterlockedIncrement for threadsafe interfaces. I fixed the
implementation of threadsafe addref and release for windows to notrequire it so people no longer need to include windows.h whenever
you are using a threadsafe interface.
1999-08-22 23:03:27 +00:00
rhp%netscape.com
f3b8fdb88c Image cleanup 1999-08-22 15:54:20 +00:00
rhp%netscape.com
76f94e6acc Code cleanup changes 1999-08-22 15:48:46 +00:00
mccabe%netscape.com
17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com
56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
hangas%netscape.com
387354986d Changed Select Addresses dialog to be modal. 1999-08-21 00:24:26 +00:00
hyatt%netscape.com
d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
mscott%netscape.com
94f8065fee Bug #12198 --> crash when clicking mailto links in the message pane. Also, Use NS_GET_IID 1999-08-20 22:44:01 +00:00
mscott%netscape.com
9e01d6febd fix some bogus QI stuff where we always returned nsISupports instead of what the user asked 1999-08-20 22:43:01 +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
2ccf8338ab added files: mozilla/mailnews/compose/public/nsISmtpServer.idl 1999-08-20 04:17:18 +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
alecf%netscape.com
c6d38bf96d fix shadow warning (extra variable) 1999-08-20 03:57:37 +00:00
hangas%netscape.com
7ec091056e Added dynamic addressing widget to mail compose window. It still needs work, mainly waiting on XP bugs. Hook?=sspitzer 1999-08-19 22:22:44 +00:00
rhp%netscape.com
7606cf018d Fix for Mac bustage 1999-08-18 06:48:35 +00:00
rhp%netscape.com
a702626c5b Fix for file paths on Mac 1999-08-18 05:15:41 +00:00
rhp%netscape.com
0031f4ab09 Changes for Envelope display and fixing MHTML sending capabilities 1999-08-18 01:39:17 +00:00
ramiro%netscape.com
6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com
04349cdd68 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
rhp%netscape.com
e6bcba8073 Fix for Bug: #10813 - Approval: jevering 1999-08-14 06:36:48 +00:00
warren%netscape.com
d944d70a84 Fix for bug 7682: StringBundle can't load URLs from imap thread. 1999-08-13 00:43:48 +00:00
jefft%netscape.com
8e5c992a92 fix bug 6216 -- SMPT send removes CRLF lines; a=cyeh, r=rhp; tested on Windows & Mac 1999-08-12 22:07:51 +00:00
rhp%netscape.com
2da5600b55 One final fix for charset auto detection 1999-08-11 03:38:15 +00:00
rhp%netscape.com
9b64052a08 Fix for auto detecting charset on HTML docs when sending 1999-08-11 03:28:22 +00:00
rhp%netscape.com
4a298b7ba8 Simple fix for naming on factory for quoting 1999-08-10 21:40:25 +00:00
hangas%netscape.com
eae58d2903 Added icon to addressing widget, change selection behavior. 1999-08-10 21:24:35 +00:00
mscott%netscape.com
8d0e7b6b12 Add SetUsername support. 1999-08-10 18:14:27 +00:00
mscott%netscape.com
22afe8b4ad nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
some interface clean up work before adding GetServer to url interface.
1999-08-10 18:14:08 +00:00
mscott%netscape.com
38a72c5fc1 password and user name related clean up work. 1999-08-10 18:13:33 +00:00
mscott%netscape.com
3642cc74a6 nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-10 18:13:03 +00:00
mscott%netscape.com
8fc13baa57 Add SetUserName support which is going to be needed in order to figure out the server for a url. 1999-08-10 18:12:37 +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
mscott%netscape.com
87baa370a5 nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-10 07:24:11 +00:00
bienvenu%netscape.com
a03473b8c2 fix build bustage 1999-08-10 04:51:32 +00:00
alecf%netscape.com
fbc1a37229 fix uninitialize variable 1999-08-10 04:00:38 +00:00
rhp%netscape.com
cd64c3ebee fixing a non-intentional change 1999-08-10 03:15:23 +00:00
rhp%netscape.com
171635757a Possible fix for missing spaces 1999-08-10 02:50:29 +00:00
hangas%netscape.com
cd3519d401 Changed background color of tree to inherit background color rather than the white picked up from xul.css 1999-08-10 01:56:51 +00:00
hangas%netscape.com
c023ea4488 Added treeallowevents to allow click through on addressing widget. 1999-08-10 01:36:20 +00:00
hangas%netscape.com
bf63c48eed Moved addressing widget from messengercompose to its own overlay 1999-08-09 23:59:54 +00:00
hangas%netscape.com
0dd4f2652b added addressing widget to build 1999-08-09 23:59:06 +00:00
hangas%netscape.com
e1781071b1 First Checked In. 1999-08-09 23:58:19 +00:00
alecf%netscape.com
82b5f6a513 removed files: mozilla/mailnews/compose/src/nsMsgCompPrefs.cpp 1999-08-09 23:04:09 +00:00
alecf%netscape.com
8392ca4cf6 remove nsMsgCompPrefs from build 1999-08-09 23:01:10 +00:00
sspitzer%netscape.com
b7912c60da use try and catch in the message compose javascript. 1999-08-09 14:23:44 +00:00
ramiro%netscape.com
4ca8634688 Ignore generated Makefiles. 1999-08-07 22:34:02 +00:00
bienvenu%netscape.com
8f3473e855 get rid of nsString2 1999-08-07 15:47:55 +00:00
cls%seawood.org
3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
bienvenu%netscape.com
3653ea8d06 get rid of nsString2 1999-08-07 02:32:02 +00:00
ducarroz%netscape.com
d7adb11862 Fix breakage with plain text message composition due to wrong url loaded in Ender 1999-08-07 00:30:01 +00:00
ducarroz%netscape.com
065f815d73 Remove   in order to make japanese mail works because of entity bug 1999-08-07 00:28:28 +00:00
chuang%netscape.com
e07fcfc91b remove pref html files 1999-08-06 23:16:13 +00:00
chuang%netscape.com
debcc564a4 replace Entity with dtd file 1999-08-06 23:09:43 +00:00
ducarroz%netscape.com
baffe04959 Remove temporary the key binding, fix for bug 11184 1999-08-06 20:29:18 +00:00
chuang%netscape.com
cba244dd4d add locale/en-US to build 1999-08-06 20:28:20 +00:00
chuang%netscape.com
dcdb4147ad fix text change, this file is not in build yet 1999-08-06 18:49:36 +00:00
chuang%netscape.com
dce7f0eafa replace pref html file with xul file 1999-08-06 17:33:51 +00:00
rhp%netscape.com
7e1f7562bd Changes for charset detection for URL attachments 1999-08-06 13:12:04 +00:00
ducarroz%netscape.com
72ab2dc38a fix for bug 10382 1999-08-06 00:19:17 +00:00
ducarroz%netscape.com
618e21a4bb Fix for bug 10382 1999-08-06 00:16:24 +00:00
chuang%netscape.com
b70a35f040 converted pref xul file, not in build yet 1999-08-05 23:08:59 +00:00
chuang%netscape.com
61bf534ffa dtd files, not in build yet 1999-08-05 23:03:38 +00:00
chuang%netscape.com
42bd36bb67 local stuff, not in build yet 1999-08-05 23:00:19 +00:00
sspitzer%netscape.com
fdcbe50278 use /tmp instead of /usr/tmp. /tmp should always be there, where /usr/tmp will not be. eventually, this will go away anyways. 1999-08-05 22:43:15 +00:00
rhp%netscape.com
126e9aa075 Changes for bodies in drafts and fix for 8bit address sending 1999-08-05 22:19:46 +00:00
chuang%netscape.com
127397b4e6 fix bug 6845 1999-08-05 20:12:45 +00:00
sspitzer%netscape.com
374cba2e00 remove taunting of QA 1999-08-05 14:55:13 +00:00
mscott%netscape.com
04fdfa7f3c yuck..we are referring to the implementation nsMsgCompFields here instead of through the interface.
that's not good..
use newSetAsciiHeader method
1999-08-04 23:59:25 +00:00
mscott%netscape.com
939e6eedef We were overloading SetHeader which was a method in an interface (nsIMsgCompFields) which we inherited from. This was hiding the
interface method and was generating a warning on some platforms.
Fix --> change second definition of SetHeader to be SetAsciiHeader nsMsgCompFields.cpp
1999-08-04 23:58:57 +00:00
sspitzer%netscape.com
aa2aa9f5b5 fix warning 1999-08-04 20:40:57 +00:00
sspitzer%netscape.com
aa996d0e5b fix warnings. add newline to the end of file for crappy unix compilers 1999-08-04 20:40:23 +00:00
mscott%netscape.com
f2bf012d3c fix linux warning. 1999-08-04 20:32:33 +00:00
mscott%netscape.com
f81f1014c2 fix linux warning 1999-08-04 20:32:11 +00:00
rhp%netscape.com
2129c94f26 Changes for quoting cleanup in mail compose 1999-08-04 20:19:45 +00:00
chuang%netscape.com
a0afb83e9b replace html files to xul files 1999-08-04 18:29:28 +00:00
brade%netscape.com
a4b1d61ee0 editor keybindings (some may need to change to be mailcompose-specific) 1999-08-03 15:01:00 +00:00
rhp%netscape.com
eaadce95c2 Just adding a new file - NOT PART OF THE BUILD 1999-08-03 02:41:39 +00:00
putterman%netscape.com
9a9a248acd Text goes on bottom of buttons. 1999-08-03 00:01:13 +00:00
mscott%netscape.com
1bf8faec8a Fix for Bug #8718. Fix problem where we failed to send messages which had a line greater than 2K. 1999-08-02 23:40:06 +00:00
hangas%netscape.com
94babc0002 Fixed the Exit menu item for all mailnews windows to match the new menu structure. Hook?=dp 1999-08-02 23:16:13 +00:00
hangas%netscape.com
c27dffed84 Updates for the new address book xul file names, added dtd files, removed html files, overall reorg. 1999-08-02 18:27:42 +00:00
rhp%netscape.com
1d3aa65510 Changes for specifying attachments via the nsMsgCompFields object 1999-08-01 16:01:31 +00:00
rhp%netscape.com
7682dd4713 Fix pref for deleting drafts on Send Later operation 1999-08-01 13:28:36 +00:00
sspitzer%netscape.com
d673221a8a fix attach menu to play in the new xpmenu world. 1999-07-31 20:29:12 +00:00
sspitzer%netscape.com
48b9e2d357 use the right image for the throbber. we should make the throbber css info should be global. I'll log a bug and get to that later. 1999-07-31 20:15:21 +00:00
rhp%netscape.com
975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
sspitzer%netscape.com
9331740482 adding rhp's new file to the project. 1999-07-31 19:56:40 +00:00