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

396 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 0089326454 don't hardcode this alert, move it to a string bundle. 2000-01-12 08:04:07 +00:00
ducarroz%netscape.com 609762887c Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu 2000-01-11 22:41:36 +00:00
hyatt%netscape.com 9d3f017abd Getting the addressing tree out of a div. 2000-01-10 07:37:39 +00:00
jefft%netscape.com 9c94867543 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz 2000-01-06 23:35:57 +00:00
ducarroz%netscape.com a0b02a38d4 Fix for bug 21025. Need to unescape the attachment url before putting it in the attachment pane. R=jefft 2000-01-05 00:20:34 +00:00
ducarroz%netscape.com cd0826108e Fix for bug 22420. Change capitalization. R=nicole 1999-12-23 23:37:00 +00:00
ducarroz%netscape.com 939788219e Fix for bug 21606. Don't autocomplete an empty string. R=putterman 1999-12-13 22:59:01 +00:00
ducarroz%netscape.com 9f1bbf86f0 Fix for bug 20922. OnAutocComplete and AutoComplete now must start with a lower case. R=hangas 1999-12-06 20:10:05 +00:00
hyatt%netscape.com 867ee6882f Making messengercompose compliant. 1999-12-05 09:10:47 +00:00
cmanske%netscape.com 23307c31dd XUL changes for messengercompose to keep in line with UI changes made to editor. r=brade 1999-12-04 01:35:30 +00:00
ducarroz%netscape.com 9975a03aae Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman 1999-12-03 00:12:23 +00:00
alecf%netscape.com df62407466 mail architecture cleanup (no bug - emptying my tree before next week's closure)
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
ducarroz%netscape.com e399189e0e Fix for bug 20219. Use spring instead of flex to separate a label from its text field. R=sspitzer 1999-12-02 02:17:50 +00:00
ducarroz%netscape.com 23a28a4221 Fix column width problem in MsgCompose addressing widget. This is related to bug 20506. R=sspitzer. 1999-12-02 01:11:16 +00:00
ducarroz%netscape.com add6efd7e0 Fix for bug 16340. Add button Insert Object in MsgCompose Format Toolbar. R=cmanske 1999-12-01 22:54:48 +00:00
ducarroz%netscape.com 4121bdcf42 Fix for bug 17771. Add a split addresses function in nsIMsgCompFields to let the UI use backend code to split correctly email addresses. R=jefft 1999-12-01 22:34:45 +00:00
cmanske%netscape.com ff701d1190 Changed Message Composer UI for new color picker UI. r=sfraser 1999-12-01 22:19:56 +00:00
sspitzer%netscape.com 30cf4f4ab7 fix for #20506. this makes the addressing text area big as wide as possible, which is what we want. 1999-12-01 22:14:09 +00:00
sspitzer%netscape.com 6a51426194 fixed by ducarroz. r=sspitzer 1999-11-29 22:28:40 +00:00
sspitzer%netscape.com d4e455355d remove workaround for #14312, it is no longer needed. 1999-11-29 20:41:23 +00:00
akkana%netscape.com 3d03085c9e 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
ducarroz%netscape.com d964874e77 Fix for bug 18974 & bug 15238. We need to use the default identity when no identity is specified. r=alecf 1999-11-18 21:57:06 +00:00
cmanske%netscape.com d3c7f04a9d Changed Mail Composer XUL to use Increase/Decrease font size instead of combobox (part of fix for 18774) r=sfraser 1999-11-13 16:37:16 +00:00
ducarroz%netscape.com 804b038fa2 Fix for bug 18605. We need to listen on nsMsgCompose and not anymore on nsIEditorShell in order to synch. the Front End with the Back End. R=rhp 1999-11-13 16:04:41 +00:00
saari%netscape.com dc16e7f602 Adding user-focus: normal CSS rule to make message compose subject and to: field fuction properly. R: billions and billions of monkeys 1999-11-13 08:17:17 +00:00
ducarroz%netscape.com a961088135 File Removed. 1999-11-13 00:00:29 +00:00
ducarroz%netscape.com 0f94b69e81 Fix for bug 12080, 16730: I cannot modify the window from a JS listenner function, therefore I use a timer function to do the job. Also, I've implemented support for pref "mailnews.reply_on_top". And add a space to the standard signature separator, now it's "-- ". R=jefft 1999-11-12 23:44:28 +00:00
ducarroz%netscape.com a4068db181 Add a dark gray line under the addressing toolbar to separate it from either the body or the HTML format toolbar. R=german 1999-11-12 23:44:26 +00:00
ducarroz%netscape.com 776fcfc7f5 Remove unused files. R=jefft 1999-11-12 23:44:24 +00:00
rhp%netscape.com 1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
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
ducarroz%netscape.com 818e82215c Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann 1999-11-04 04:58:06 +00:00
cmanske%netscape.com d7f72f5b12 Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098). 1999-11-03 02:18:01 +00:00
sspitzer%netscape.com dea1c4efdb fix #16457, r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert.  define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
mscott%netscape.com 9c0d8c884f Checking this in for hangas. Fixes the grey menus in the compose window.
r=mscott
1999-10-28 01:52:13 +00:00
cata%netscape.com 4b2093536d I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround. 1999-10-27 23:10:51 +00:00
hangas%netscape.com 84df0919cf Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt 1999-10-27 23:01:09 +00:00
hangas%netscape.com e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
ducarroz%netscape.com 61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
ducarroz%netscape.com 050ae5396a Fix for bug 15313 & 15536. .txt files are now interpreted as XML document. Therefore we need to load a .html file even if it content is purely plain text. R=rhp 1999-10-18 22:38:54 +00:00
hyatt%netscape.com 80d4dd9246 Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
sspitzer%netscape.com 7e6e7a39e9 whoops, forgot this wee bit of JS. 1999-10-13 05:14:16 +00:00
sspitzer%netscape.com 01596330e0 fix for #16264, r=mscott. migrate prefs (if we need to) when compose is opened.
also, if we have no identities, launch the account wizard so the user can create
 one.  also, cache the nsIMsgMailSession, we don't need to go through Components
[] and do a getService each time.
1999-10-13 05:09:14 +00:00
sspitzer%netscape.com 8227e7bda9 fix for bug #14591, r=mscott.
handle the case where we migrate from 4.x and our sent folder is on the imap server.
but, since we haven't logged into the imap server yet, our folders are undiscovered.

other related fixes:
1) make it so on failure to fcc, save to draft, save to template, send later the message shows up.
2) clean up the error message strings
3) fix how we determine if an URI points to a local folder. (all we need to do is look at the scheme and see if it is "mailbox:"
4) remove a stale comment.
1999-10-13 04:12:06 +00:00
tao%netscape.com dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com 452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
ducarroz%netscape.com 88a9f70faa Fix for bug 14561, Already checked in the M10 BRANCH. Error must have negative value. A=choffman, R=mscott 1999-10-04 23:43:57 +00:00
hyatt%netscape.com 0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
jefft%netscape.com 0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
hangas%netscape.com 940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
hangas%netscape.com 9f3eef8646 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
mscott%netscape.com 107403ab6c If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...
1999-09-22 08:07:52 +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 6df3f0f233 Add smtp server warning strings. 1999-09-22 02:19:00 +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
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
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
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
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
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
tao%netscape.com 27cf28cb02 Hook up da-DK 1999-09-18 02:07:24 +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
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 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
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
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
hangas%netscape.com 4e4bedb4fe Moved Close menu item to its new location. 1999-09-14 06:18:08 +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
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
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
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
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
sfraser%netscape.com fb60454a75 Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup" 1999-09-02 21:58:12 +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
ducarroz%netscape.com de3a2a52da Set the caption after ender is done loading the page. Fix bug 10396 1999-09-01 00:42:16 +00:00
ducarroz%netscape.com b5da78d3b7 Set correctly the focus either on the first repient or on the body. Fix for bug 6565, 8481 and 12080 1999-08-31 01:12:25 +00:00
waterson%netscape.com 3f4b23faf7 Add an 'html:div' tag so that we don't reflow this indefinitely. 1999-08-30 21:34:50 +00:00
hangas%netscape.com accaff242d Changed back to onkeyup= because someone broke the windows onkeypress= again. 1999-08-27 07:06:25 +00:00
alecf%netscape.com 7acaa619a1 fix 12549 1999-08-27 03:44:47 +00:00
ducarroz%netscape.com c2fd2611ec Add Ender Debug Menu 1999-08-26 00:41:32 +00:00
ducarroz%netscape.com 34b5dd79a7 Moved entity into MsgAttachPage.dtd 1999-08-25 02:32:39 +00:00
ducarroz%netscape.com b0641576f3 Add MsgAttachPage.dtd 1999-08-25 02:31:31 +00:00
ducarroz%netscape.com 72d57b2546 First Checked In. 1999-08-25 02:29:45 +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
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
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
hangas%netscape.com eae58d2903 Added icon to addressing widget, change selection behavior. 1999-08-10 21:24:35 +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
sspitzer%netscape.com b7912c60da use try and catch in the message compose javascript. 1999-08-09 14:23:44 +00:00
ducarroz%netscape.com 065f815d73 Remove &nbsp; in order to make japanese mail works because of entity bug 1999-08-07 00:28:28 +00:00
ducarroz%netscape.com baffe04959 Remove temporary the key binding, fix for bug 11184 1999-08-06 20:29:18 +00:00
ducarroz%netscape.com 72ab2dc38a fix for bug 10382 1999-08-06 00:19:17 +00:00
sspitzer%netscape.com 374cba2e00 remove taunting of QA 1999-08-05 14:55:13 +00:00
rhp%netscape.com 2129c94f26 Changes for quoting cleanup in mail compose 1999-08-04 20:19:45 +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
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
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
sspitzer%netscape.com aa01af9aec changes to live in hyatt's new xpmenu world. stub AttachVCard() 1999-07-31 19:34:17 +00:00
sspitzer%netscape.com 6e69c915d9 landing compose attachment ui changes. 1999-07-31 19:05:36 +00:00
hyatt%netscape.com 6bff4e520c Phase 3. Moving the menu bar into the toolbox and enabling XP menus. 1999-07-31 11:33:23 +00:00
hyatt%netscape.com 59379a233b Fixing mailcompose menu bar. 1999-07-31 07:54:30 +00:00
hyatt%netscape.com fd312307df Phase 1 of XP menu landing. Patching XUL files. 1999-07-31 03:01:03 +00:00
davidm%netscape.com a217eec0a9 Remove <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> now that tasksoverlay.css is in 1999-07-27 23:45:13 +00:00
sspitzer%netscape.com 5297ce6223 wrap prefs with try and catch. turn back on ComposeLoad() call. 1999-07-27 21:24:57 +00:00
waterson%netscape.com 91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
ducarroz%netscape.com bafa445c68 Remove extra character sets introduced during my previous checking by mistake. Also enable back the charset menu. 1999-07-27 07:00:12 +00:00
ducarroz%netscape.com 4afccdbd0a Remove extra character sets introduced during my previous checking by mistake. 1999-07-27 06:32:59 +00:00
hangas%netscape.com dfe3ec8d10 Fixed bustage left behind by previous checkins of this file. Hook? = arielb 1999-07-27 03:39:46 +00:00
hangas%netscape.com bacba6b157 Added taskbar to all mailnews windows, fixed xul files that began to fail after recent C++ checkins, and misc small UI enhancements. Hook? = arielb 1999-07-27 02:57:36 +00:00
sspitzer%netscape.com 3fb2c848ca other header in compose feature, from dmose@netscape.com and endico@netscape.com. 1999-07-27 01:11:10 +00:00
ducarroz%netscape.com 2893c671a6 Use entitie for charset menu 1999-07-27 00:51:55 +00:00
ducarroz%netscape.com d8c4eaab41 Add css info for attachment tree 1999-07-27 00:51:29 +00:00
ducarroz%netscape.com 49636877ad Implement function MessageFcc() 1999-07-26 14:27:54 +00:00
hangas%netscape.com ee474fa908 Added taskbar to address book, turned on abilty to go to front most mail 3pane or ab from Tasks menu. Added Page Setup to messenger compose. Hook? = jj 1999-07-23 02:14:33 +00:00
sfraser%netscape.com 8385a88328 Fix message compose to identify content iframe the correct way. 1999-07-23 00:18:44 +00:00
hangas%netscape.com 3d73155c02 Added editor.css so that editor toolbar would have the right appearance. 1999-07-22 18:45:13 +00:00
ducarroz%netscape.com 2184bcf83c Implement UI for "Reply To" and "Followup To". Implement also the menu file/close. 1999-07-21 20:45:59 +00:00
ducarroz%netscape.com 22129d6567 put entities into a tdt file and cleanup menus (remove some and add menu Message) 1999-07-20 23:41:07 +00:00
ducarroz%netscape.com 34781251e3 Add functions for handling menu "Message" 1999-07-20 23:39:37 +00:00
ducarroz%netscape.com 4046b4e8aa Add folder locale 1999-07-20 23:36:19 +00:00
sspitzer%netscape.com 6173f091f8 ignore generated Makefiles 1999-07-20 23:34:55 +00:00
ducarroz%netscape.com 36d17a1f83 Add folder locale 1999-07-20 23:20:38 +00:00
ducarroz%netscape.com d8e69c1d0f First Checked In. 1999-07-20 23:15:15 +00:00
hangas%netscape.com e0923bc51b Added globalOverlay.xul and tasksOverlay.xul to the messenger 3 pane window and the mail compose window 1999-07-20 04:47:41 +00:00
sspitzer%netscape.com 023143a55b changes to set the title of the compose window to be the subject of the message. still more to do, but it is a start. 1999-07-18 00:10:52 +00:00
nhotta%netscape.com 6b97e9e29e Bug 9555, removed UTF-7 from charset menu. 1999-07-17 02:16:31 +00:00
ducarroz%netscape.com 42387e8d66 handler onClick must be written in lower case else it wont fire anymore. I have also activated the menu item "Send Now". 1999-07-16 19:48:03 +00:00
sspitzer%netscape.com 9207931c7d taunt qa a little for losing to engineering at bowling. 1999-07-16 00:48:37 +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 8c39c81e8c Improve function GetArgs. Now a argument can have a comma in it. 1999-07-14 17:37:01 +00:00
sspitzer%netscape.com e13dc55d5b export the js file needed for autocomplete on the Mac 1999-07-13 20:59:47 +00:00
putterman%netscape.com 9bc07406a2 Add addressAutlComplete.js. 1999-07-13 20:59:44 +00:00
hangas%netscape.com 0ff81ab8c4 Enabled a number of address book features, and connected the address book to the compose window. 1999-07-13 20:25:38 +00:00
mscott%netscape.com 71d058de72 Add NPL to xul file. 1999-07-13 19:22:25 +00:00
sspitzer%netscape.com 07e0c993b4 changes to enable crude autocomplete 1999-07-13 19:08:27 +00:00
rhp%netscape.com e4c1bf272c Compose back end cleanup 1999-07-13 18:38:36 +00:00
sspitzer%netscape.com d88b9506c5 not part of build yet.
changes to not do autocomplete when we have a newsgroup.
eventually, we could implement newsgroup autocomplete pretty easy now.
1999-07-09 20:18:17 +00:00
sspitzer%netscape.com e22ea6ecef javascript to do addressbook autocompletion.
thanks to the almighty waterson for the help.
not part of the build yet.
1999-07-09 19:01:18 +00:00
rhp%netscape.com 41e01fa8d0 Just adding new file (NOT PART OF THE BUILD) Got the ok from chofmann 1999-07-08 20:48:15 +00:00
hangas%netscape.com 1acea84861 Adjustments for Hyatt's window changes. 1999-07-07 22:04:49 +00:00
rhp%netscape.com 7dd847ccf9 Changes for copy operations 1999-07-06 23:46:29 +00:00
ducarroz%netscape.com 4cc28f89c7 remove comment that wasn't true anymore 1999-07-06 22:53:02 +00:00
ducarroz%netscape.com 499f9af92e Implement new UI with dynamic recipients list (blocked to 3 fields for now) 1999-07-03 21:40:41 +00:00
alecf%netscape.com 0872db7da4 add support for identity dropdown, and reformat header toolbars to look a little nicer 1999-06-29 04:55:30 +00:00
hangas%netscape.com e22eee2dd3 Moved js code to open selectaddress dialog to the compose js file 1999-06-25 21:09:24 +00:00
ducarroz%netscape.com c8d18e11d2 Clean up old and unused code. Set the focus to the "to" field. Initialize var "contentWindow" used by editor JS 1999-06-21 20:28:05 +00:00
ducarroz%netscape.com 91f9c5fa68 fix bug #8124, catch JS execption while setting the wrapColumn. 1999-06-15 00:24:10 +00:00
ducarroz%netscape.com 1401b07d3f update Editor toolbar 1999-06-15 00:23:00 +00:00
sfraser%netscape.com 13b35c5300 editorAppCore is no more; use XPIDL'd editorShell instead. 1999-06-11 18:59:09 +00:00
ducarroz%netscape.com 36da6727bb Replace Compose Appcore by XPConnect object nsIMsgComposeService & nsIMsgCompose. 1999-06-11 00:25:15 +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
mscott%netscape.com 989344b80b remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
law%netscape.com 475e0fa63c "First step towards exorcism of nsIXULWindowCallbacks" 1999-06-07 19:21:33 +00:00
hangas%netscape.com 59855d71b5 Added AddressBook.js 1999-06-07 18:52:09 +00:00
sspitzer%netscape.com f4d602925d cvs ignorage for the generate Makefiles 1999-05-28 23:52:47 +00:00
putterman%netscape.com 2a809a9270 Part of new mailnews resources hierarchy. 1999-05-28 20:10:53 +00:00