Граф коммитов

937 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com d9d2c0b3de need to support invalid URL as well URL without "http://", fix for bug 14376 1999-09-22 07:20:49 +00:00
alecf%netscape.com ff9f72ac79 hook up drafts/templates/fcc to identities 1999-09-22 07:03:27 +00:00
ducarroz%netscape.com 5945054fc3 need to suppot bad URL or url without "http://", fix for bug 14376 1999-09-22 06:45:09 +00:00
alecf%netscape.com ad97c5b356 fix GetPassword() bustage 1999-09-22 03:40:07 +00:00
ducarroz%netscape.com f79d5ccd56 fix spelling error 1999-09-22 03:13:18 +00:00
ducarroz%netscape.com d49b2fc2bd Add back an menu item to delete attachment 1999-09-22 03:12:48 +00:00
ducarroz%netscape.com 4d0f85b699 Add back menu item Remove Selected Attachment as delete key doesn't work on windows tree widget. The Danish label must be converted from "Remove Last Attachment" to "Remove Selected Attachment" 1999-09-22 02:58:40 +00:00
mscott%netscape.com 772c54ebe2 Add smtp status strings. 1999-09-22 02:29:41 +00:00
mscott%netscape.com b575970341 Add some basic status messages for sending a message. 1999-09-22 02:28:36 +00:00
mscott%netscape.com 6df3f0f233 Add smtp server warning strings. 1999-09-22 02:19:00 +00:00
alecf%netscape.com 53b71ad82c eliminate unnecessary cast 1999-09-22 02:01:03 +00:00
ducarroz%netscape.com 2b3bed869d Add vertical separator in toolbar, bug 14272 1999-09-22 01:53:37 +00:00
ducarroz%netscape.com fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com 5effb84d8e Add new Attachment UI, bug 11116 1999-09-22 00:49:26 +00:00
mscott%netscape.com 9eceb52121 Bug #14500 --> allow user to send a message if they don't have a user name and aren't using authenticated smtp.
add a ptr for command status
1999-09-22 00:42:34 +00:00
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