Commit Graph

972 Commits

Author SHA1 Message Date
saari%netscape.com
cb935f51c7 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange. 1999-09-21 23:02:35 +00:00
sspitzer%netscape.com
543b84ff91 fix for #9508. now you can send email and post at the same time.
both sending and posting require their own listener, or when you do
email and post at the same time, all hell breaks loose.
1999-09-21 22:45:17 +00:00
mscott%netscape.com
f2cb6856ee Remove obsolete properties file. 1999-09-21 06:51:36 +00:00
mscott%netscape.com
7dcf10120d WE can't insert \n (newline character) in the properties file so take them out. 1999-09-21 06:51:01 +00:00
mscott%netscape.com
89d0710275 Remove obsolete reference to composebe.properties 1999-09-21 06:47:11 +00:00
mscott%netscape.com
c562f6b2d7 remove obsolete reference to composebe.properties. 1999-09-21 06:45:36 +00:00
mscott%netscape.com
fbe8b246a9 Remove reference to obsolete properties file (composebe.properties). 1999-09-21 06:44:43 +00:00
mscott%netscape.com
0692a6a185 remove obsolete properties file. This file has been moved and renamed to compose\resources\locale\en-US\composeMsgs.properties 1999-09-21 06:42:58 +00:00
mscott%netscape.com
9d9a67b6bb re-write so we actually use the string bundle instead of the hard coded
strings that used to be in this class. This meant changing the api to return
a unichar * instead of a char *!!!
1999-09-21 06:30:51 +00:00
mscott%netscape.com
f31d54badd optimize use of PRunichars for string bundle. we were doing lots of
needless conversions between PRunichar * to char * and back again!
replace some hard coded strings with strings created by the string bundle
1999-09-21 06:30:11 +00:00
alecf%netscape.com
0fc7315583 add support for identity-specific HTML compose and signatures 1999-09-21 05:37:23 +00:00
hangas%netscape.com
669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
tao%netscape.com
472450ff09 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:32:06 +00:00
tao%netscape.com
647a559bfd 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:22:43 +00:00
mscott%netscape.com
0a7c01bb4f initialize the ref count on this class. 1999-09-21 00:07:34 +00:00
sspitzer%netscape.com
95fca3acb9 fix bug #10235
implement "pre-select the right identity when composing based on folder pane selection" feature.
1999-09-20 08:13:27 +00:00
alecf%netscape.com
ba853f1847 be smarter about building up list of SMTP servers, don't keep appending onto the pref 1999-09-20 06:49:33 +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
alecf%netscape.com
7a81c47ed7 fix problem where we forgot to append "." to the server key 1999-09-19 23:57:53 +00:00
mccabe%netscape.com
4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
alecf%netscape.com
994043abff allow char properties to return null instead of throwing an exception 1999-09-19 23:35:53 +00:00
alecf%netscape.com
ce26ba85b9 be a little smarter about SMTP servers - create the default one on demand 1999-09-19 23:33:49 +00:00
alecf%netscape.com
c1b1098e55 I need real ProgIDs, not these fakes. 1999-09-19 23:19:53 +00:00
tao%netscape.com
27cf28cb02 Hook up da-DK 1999-09-18 02:07:24 +00:00
sfraser%netscape.com
947d4936aa Fix a broken CLSID macro 1999-09-17 23:42:37 +00:00
tao%netscape.com
4661727893 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
fergus%netscape.com
e603b27631 Adding localization notes. 1999-09-17 23:31:01 +00:00
jefft%netscape.com
e5f6e527b0 moved CreateStartupUrl() to nsMsgUtils 1999-09-17 23:17:53 +00:00
alecf%netscape.com
fb7d3f566b oops, raptorhtml isn't loaded with apprunner, so we do need to load this after all 1999-09-17 22:53:48 +00:00
alecf%netscape.com
0c46a27fae fix bogus linking 1999-09-17 21:13:17 +00:00
ducarroz%netscape.com
8221260b78 NS_INIT_REFCNT must be called before any return else we crash. Fix for bug 14163 1999-09-17 20:47:26 +00:00
alecf%netscape.com
187404d4d0 don't need to link compose against raptor anymore 1999-09-17 20:31:32 +00:00
ducarroz%netscape.com
bfc0297fd3 cleanup 1999-09-17 20:28:22 +00:00
ducarroz%netscape.com
b1d5d1f001 elimnate redundancy, bug 10539 1999-09-17 20:27:46 +00:00
mscott%netscape.com
636e23a193 export new compose messages properties file 1999-09-17 05:04:10 +00:00
mscott%netscape.com
c76f582e26 Export new properties file. 1999-09-17 05:00:36 +00:00
mscott%netscape.com
a47d9126e1 export the new compose messages properties page. 1999-09-17 04:59:12 +00:00
mscott%netscape.com
5467cf3ef0 the properties file for back end compose messages was in the wrong directory. Moving it into the locale
directory where it belongs.
1999-09-17 04:58:27 +00:00
ducarroz%netscape.com
cdd8de3746 Remove unused function LoadFields 1999-09-16 23:55:06 +00:00
ducarroz%netscape.com
6a91822dee Did some cleanup and fix a problem that didn't let us to specify the body through a mailto url. 1999-09-16 23:39:54 +00:00
cls%seawood.org
cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
warren%netscape.com
dd39105041 Changed signature of NewInputStreamChannel to pass load group. 1999-09-16 09:39:29 +00:00
hangas%netscape.com
701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
warren%netscape.com
7d5e565fd5 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
sfraser%netscape.com
36b7cc81cb Remove Security.o 1999-09-16 01:10:47 +00:00
sspitzer%netscape.com
8ee260f294 make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead
of a nsFilePath.  this means nsINNTPNewsgroupPost is fully scriptable.
it also allowed me to clean up a lot of code.
most of these changes are results of this change.

add notifyOn, maxArticles, and markOldRead attributes to nsINntpIncomingServer
these correspond to "news.max_articles","news.mark_old_read", and "news.notify.o
n" prefs in 4.x.  (in 5.0, they are on a per server basis now.)
rewrite nsNNTPProtocol.cpp to use these attributes, instead of the old 4.x globa
l prefs.

fix warnings.
1999-09-15 21:29:30 +00:00
nhotta%netscape.com
94f7812e50 Bug 8865, hooked up entity converter. 1999-09-15 19:32:32 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +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
law%netscape.com
d94d90f478 Enable mail composition to be opened via window.openDialog 1999-09-14 21:19:27 +00:00
ducarroz%netscape.com
2c85b4d825 Remove key binding again as other problems appear! 1999-09-14 19:54:41 +00:00
alecf%netscape.com
9917da1051 register smtp server 1999-09-14 08:23:20 +00:00
alecf%netscape.com
7073f4c9e8 build smtp server on windows 1999-09-14 08:22:50 +00:00
alecf%netscape.com
fc34bf545b fix solaris bustage 1999-09-14 08:19:54 +00:00
alecf%netscape.com
ede250feb0 oops, forgot constructor/destructor 1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
e8f17a8f76 added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp 1999-09-14 08:03:36 +00:00
alecf%netscape.com
bbf194521a ok, finally write this thing out to prefs 1999-09-14 07:58:04 +00:00
alecf%netscape.com
101d0c1ce6 unify server creation like the account manager 1999-09-14 07:15:21 +00:00
alecf%netscape.com
3c33281fd3 support add/removal of SMTP servers 1999-09-14 07:03:47 +00:00
hangas%netscape.com
4e4bedb4fe Moved Close menu item to its new location. 1999-09-14 06:18:08 +00:00
alecf%netscape.com
c303921954 add new nsSmtpServer/etc to the build 1999-09-14 04:22:09 +00:00
bienvenu%netscape.com
3456144dd5 break out UpdateFolder method from GetMessages 1999-09-14 04:02:34 +00:00
sspitzer%netscape.com
748c22204e fix for #13708. remove the message formatting pref pane: it's in the account wizard now. 1999-09-14 00:43:10 +00:00
ducarroz%netscape.com
5f86eb66a2 Let the user tabs into the body from the subject edit field. Fix bug 10932 1999-09-13 22:20:07 +00:00
jefft%netscape.com
750364ab73 fixed bug 13674 -- reply quotes wrong message for news and imap messages 1999-09-13 20:26:04 +00:00
cls%seawood.org
a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
hangas%netscape.com
c8b5bd6ae7 Using edit menu items from globalOverlay.xul 1999-09-12 08:41:46 +00:00
hangas%netscape.com
f4bdd73f19 Modifications to use new features in globalOverlay.xul 1999-09-12 02:30:04 +00:00
hangas%netscape.com
ec7d0eb62b Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them. 1999-09-12 02:22:11 +00:00
nhotta%netscape.com
3809ce982e Bug #10940, when converting from unicode skip unencodable char instead of abort conversion. 1999-09-11 03:45:07 +00:00
jefft%netscape.com
47859e0b68 fixed bug 12459 -- cannot use delete for error recovery instead should use AddRef() and Release() 1999-09-11 01:44:16 +00:00
hangas%netscape.com
0be92f0105 Major Cleanup and bug fix effort for addressbook. 1999-09-10 23:15:25 +00:00
ducarroz%netscape.com
173272ba16 Reactivate key binding, fix for bug 11184 1999-09-10 23:10:18 +00:00
ducarroz%netscape.com
b3c684d4cf Add a way to extract headers during parsing of a message and give them back to the caller 1999-09-10 18:57:03 +00:00
warren%netscape.com
40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
mcafee%netscape.com
bfa78f8585 Un-named radio buttons don't get radio-mode; adding names to fix this. a=alecf 1999-09-09 04:09:33 +00:00
sspitzer%netscape.com
e360299ec5 fix for #13366. remove the copies and folders pane from the preferences window. its in the account mananger now, on a per server basis. 1999-09-08 21:24:07 +00:00
jfrancis%netscape.com
cf66cf5e46 passing corrected format string to editor 1999-09-08 18:49:24 +00:00
putterman%netscape.com
d9a3e093d7 Fix for 13328. Approved by leaf. 1999-09-08 17:34:01 +00:00
jfrancis%netscape.com
bde9580ecb mail now asks for special mail-compose rules from the editor 1999-09-08 06:28:11 +00:00
alecf%netscape.com
87e0651590 whoops, pass newstr to strtok, not serverList (no wonder it wasn't loading anything) 1999-09-08 05:50:17 +00:00
alecf%netscape.com
7c3767fdb3 use cool new ISUPPORTS macros 1999-09-08 05:46:24 +00:00
alecf%netscape.com
8b562f3afb add code for loading SMTP servers from the prefs 1999-09-08 05:41:58 +00:00
alecf%netscape.com
3b038972f9 add CID for SMTP server 1999-09-08 05:39:44 +00:00
alecf%netscape.com
73ea2cd8bf fix some warnings and comments 1999-09-08 03:44:11 +00:00
sspitzer%netscape.com
549e69a421 remove my work around for bug #11010, since it is no longer needed. thanks to mdubinko@yahoo.com for keeping on top of that bug report. 1999-09-07 20:33:11 +00:00
brade%netscape.com
37dd29534a remove some keybindings; these should be coming from an overlay anyways 1999-09-07 14:40:51 +00:00
bruce%cybersight.com
ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
ducarroz%netscape.com
fae161d767 Put "<name> wrote:" at the beginning of a reply instance of "--- Original Message ---". Last part of bug 12080 1999-09-03 22:13:36 +00:00
mscott%netscape.com
eeb3a8adb3 fix up class id stuff, use nsIstreamConverter instead of nsIstreamConverter2 1999-09-03 22:08:44 +00:00
sspitzer%netscape.com
d9cf98db7d fix for bug #13083. missing entity caused the Copies and Folders pane to come up blank. 1999-09-03 08:23:45 +00:00
sfraser%netscape.com
fb60454a75 Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup" 1999-09-02 21:58:12 +00:00
cata%netscape.com
ace44ed456 Method name change. 1999-09-02 20:01:26 +00:00
sfraser%netscape.com
74f43c0f23 Landing XUL overlays for editor keys, toolbars and menus. 1999-09-02 04:55:52 +00:00
sfraser%netscape.com
c62adc772a No longer need the dot of .Format 1999-09-02 04:50:14 +00:00
briano%netscape.com
afac2beb0d Fix for objdir builds. 1999-09-02 02:37:58 +00:00
ducarroz%netscape.com
f0bd325bbc Hide HTML toolbar when compose in plain text mode, fix bug 9512 1999-09-02 01:26:34 +00:00
cata%netscape.com
0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00