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

6329 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 49d23d1e3c Package compliance for messenger. 1999-12-05 08:28:56 +00:00
hyatt%netscape.com e6bffbd5c3 Bringing messenger into compliance with master skin file rules. 1999-12-05 08:27:37 +00:00
drapeau%eng.sun.com d83eeec4b4 Fix for minor bug that prevents the module "geturl.cpp" from compiling
with Sun's Workshop compiler.  The error reported by Workshop:
  "nsURLFetcher.h", line 92: Error: Declaration terminated incorrectly.

This is due to a line with only a semicolon on it, looks to be a typo
(extra semicolon).
1999-12-04 23:36:01 +00:00
sspitzer%netscape.com 862031a04c remove CanBeRenamed and CanCreateChildren. In most cases, these weren't
implemented or they were just stubs.  I added CanRename and CanCreateSubfolder
(which follow the naming convention, so we'll keep them) without knowing these were there.  I move over the additional logic for special folders (like INBOX, TRASH, etc) in CanBeRenamed to CanRename, and put the logic in one place, in nsMsgFolder::CanRename(), instead of in multiple places.  thanks to alecf for pointing out that CanBeRenamed and CanCreateChildren were already there.
1999-12-04 19:56:06 +00:00
sspitzer%netscape.com afe7e4929a fix copy and paste errors: CanRename -> CanFileMessages.
It worked, because for nntp servers, both of those are always false.
fix the rename rules so that folders with no children that can't be
renamed are show, but disabled.  remove the oncommand="" for menu items
that are generated as disabled.
1999-12-04 19:52:03 +00:00
sspitzer%netscape.com b23dc5defb prevent news servers with no newsgroups from showing up in the "new folder" dialog folder picker 1999-12-04 18:40:24 +00:00
sspitzer%netscape.com d0750c2a03 since we only do news subscribe (and not imap subscribe)
and we aren't supporting news categories yet,
we can comment out this rule, since only news servers
should appear in the subscribe dialog.
1999-12-04 18:33:14 +00:00
sspitzer%netscape.com 535b06f19f fix for #20798. on preflight the folder picker with valid folders.
also, rename SetTitleButton -> SetFolderPicker.  remove dump statements.
1999-12-04 18:29:05 +00:00
warren%netscape.com 6af4802e75 Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
alecf%netscape.com fc9ef4e75e clean up the addressbook IDL
- use interCaps
- don't use out parameters when they're not needed
- fix JS to match (C++ signatures have not changed)
patch contributed by the always generous Sammy Ford <fuzed@swbell.net>
Thanks!
r=alecf
1999-12-04 03:11:36 +00:00
alecf%netscape.com 79f24d5d40 move SetParent call to earlier in the subfolder creation process so that the folder has a parent much earlier. This allows us to benefit from the lazy URI parsing I just checked in.
r=sspitzer
just some cleanup work after the previous checkins to fix #20706
1999-12-04 03:08:03 +00:00
alecf%netscape.com 0461701067 don't acknowledge that we've loaded accounts until after we've garaunteed that the mail.accountmanager.accounts pref exists. This allows us to call LoadAccounts() before the prefs get loaded, without getting stuck in a state where we have no accounts.
r=putterman
helps fix #20607 for bienvenu
1999-12-04 03:02:47 +00:00
alecf%netscape.com 04fd04b90f lazily parse the URI so that we never loose the server information before the account manager can load the prefs.
helps to fix #20607 for bienvenu
r=sspitzer, design discussed w/sspitzer and putterman
1999-12-04 03:00:22 +00:00
sspitzer%netscape.com 4f57d4410e use the new folder picker cascading menus in the "copies and folders" panel of the
account setup dialog.  remove cruft in am-copies.*.
fixes #19400.  r=alecf
1999-12-04 01:43:12 +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
rhp%netscape.com 28e3f7468f Fix for vCard crasher display on Mac - bug #: 20564 - r: sspitzer 1999-12-04 00:59:43 +00:00
hangas%netscape.com 39e338de75 Fixes to bustage of the select addresses dialog. Regression 20730 (select addresses dialog broken because of change to treecell), also fixed select addresses dialog bugs 20717, 20720, 19604. r=ducarroz 1999-12-04 00:53:53 +00:00
sspitzer%netscape.com 32c7c08719 fix warning. 1999-12-03 09:53:26 +00:00
sspitzer%netscape.com 91d20aadc4 fix for #17402, stationary -> stationery.
r=alecf

major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.

our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.

also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement.  Before we were
passing through to the back end the selected xul element, now we pass
the resource in.

other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)

bugs fixed: #14773, #14254, #20599, #20646
r=alecf

a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
1999-12-03 08:10:09 +00:00
bienvenu%netscape.com 4d6f4037a2 fix crash creating top level imap folder r=rhp, 20349 1999-12-03 06:31:08 +00:00
jefft%netscape.com a4a163266a fixed bug 12929 & bug 20415 - imap rename/delete/move folder should reset the connection to authenticated state; imap empty trash didn't delete subfolders; r=bienvenu 1999-12-03 05:59:57 +00:00
alecf%netscape.com 71fc6df33e add a bunch of IDLDoc comments for component testing
no reviewer because these are just comments
1999-12-03 04:46:49 +00:00
rhp%netscape.com 0882624c4a Fix for emoticon bug - Bug #20644 - r: alecf 1999-12-03 04:07:53 +00:00
alecf%netscape.com 36e9c23dd2 remove an unused header (no reviewer) - speeds up dependancy builds 1999-12-03 03:46:47 +00:00
alecf%netscape.com 58cce0ec60 more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
r=rhp
1999-12-03 00:12:49 +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 56753538ce fix unicode support for prettyName, #20405
retrieve name from prefs using CopyUnicharPref()
r=sspitzer
1999-12-03 00:10:00 +00:00
tonyr%fbdesigns.com d4f18c2dac Updated to use new nsIMsgAccountManager interfaces 1999-12-02 23:53:30 +00:00
alecf%netscape.com 1e90278389 don't load about:blank unless we have to
(no bug, but it makes ctrl-selecting messages faster)
r=scottip
1999-12-02 23:49:12 +00:00
putterman%netscape.com 75409da1eb Fix 20556 and change printf to dump in js. 1999-12-02 23:14:42 +00:00
sspitzer%netscape.com c9d61e76cb fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
ducarroz%netscape.com 1980290fb9 Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong. 1999-12-02 21:17:03 +00:00
alecf%netscape.com abbd8c6507 missed another test 1999-12-02 07:37:23 +00:00
alecf%netscape.com e5151dc446 oops, missed this one too
stupid tests.
1999-12-02 07:36:52 +00:00
alecf%netscape.com 649eebb923 oops, forgot to check this file in with my last checkin 1999-12-02 07:25:39 +00:00
mscott%netscape.com 70abcd2170 api synch with uri loader to use nsIURILoaderCommand.
fill out the canHandleContent method to include
all the primary and secondary content types we want the
mail window to handle
r=travis
1999-12-02 07:00:34 +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
alecf%netscape.com 253646d732 add sendlater to unix build (test only, no review) 1999-12-02 06:32:36 +00:00
alecf%netscape.com 3f78cb44bb update to use accountmanager as a service (test only, no review) 1999-12-02 06:31:47 +00:00
alecf%netscape.com fc7b9e3eed add geturl and sendpage tests to unix build (test only, no review) 1999-12-02 06:29:27 +00:00
alecf%netscape.com 1b06444bd1 update this test (test only, no review)
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com 152bcfadc0 fix makefile so this test builds on unix 1999-12-02 06:27:00 +00:00
alecf%netscape.com 7fdf4380f9 add compose2 to the unix build (test only, no review) 1999-12-02 06:25:06 +00:00
alecf%netscape.com c9b2a19129 port this to unix so I stop breaking the tree
test only, no review necessary
1999-12-02 06:24:07 +00:00
alecf%netscape.com 560a14a5da fix for #20405 - change Organization, Identity Name and FullName to be unicode, using new unicode prefs
r=rhp
1999-12-02 03:11:52 +00:00
rhp%netscape.com 8f84b13eb4 Fix for mac display problem - Bug #: 18866 - r: alecf 1999-12-02 02:58:06 +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
rhp%netscape.com 8f0ec1eb9f Fixing project file for release build. 1999-12-02 01:45:13 +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
bienvenu%netscape.com e008d8acd7 turn back on throbber now that paint problems are fixed 1999-12-02 01:07:38 +00:00
bienvenu%netscape.com ff8f6ed9d1 fix assert creating uri's for imap sub-folders, r=mscott 1999-12-02 01:06:50 +00:00
bienvenu%netscape.com c27cba2068 fix pop move msg filters to truncate inbox r=mscott, #18030 1999-12-02 01:05:31 +00:00
ducarroz%netscape.com a850f2549e Fix build bustage. Casting missing! 1999-12-02 00:04:26 +00:00
rhp%netscape.com bbcc763a69 Correcting project file. 1999-12-01 23:17:58 +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 f43c28181f Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft 1999-12-01 22:34:49 +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
ducarroz%netscape.com eef04c348d Fix for bug 17771 and bug 18676. We need to quote name and address part when we reformat email addresses. R=jefft 1999-12-01 22:34:33 +00:00
ducarroz%netscape.com 6927e70354 Rename shadow variable. R=jefft 1999-12-01 22:33:55 +00:00
buster%netscape.com b3ed19480f trivial code cleanup, just removed webshell includes from files where they are not used. 1999-12-01 22:25:01 +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
alecf%netscape.com 114da55d72 fix for #20492 - move sender column header into value= attribute instead of floating as a #text node 1999-12-01 22:05:22 +00:00
erik%netscape.com 5cf43677d8 adding local .cvsignore file; r=none 1999-12-01 18:03:52 +00:00
mscott%netscape.com 7d23985437 stub implementation of AsyncOpen. 1999-12-01 06:17:49 +00:00
rhp%netscape.com 8e02dff090 Adding new files for mac...NOT PART OF THE BUILD YET 1999-12-01 06:12:10 +00:00
sspitzer%netscape.com 9ded57367b fix for #14355, r=alecf.
only show nntp servers in "subscribe" dialog and only show mail servers and mail folders in "new folder" dialog
1999-12-01 03:16:14 +00:00
alecf%netscape.com 18838e8d7e oops, this is a pop3-specific pref. this and the previous checkin r=sspitzer 1999-12-01 00:22:38 +00:00
alecf%netscape.com 7c1ae0d528 add new preference for automatically downloading mail on biff 1999-12-01 00:10:37 +00:00
alecf%netscape.com 6a6372a8e1 fix for #16885 - remove the "Name" heading from the tree
r=sspitzer
1999-12-01 00:06:19 +00:00
alecf%netscape.com 26f34c1ded fix for #17961 - add defaults for some POP settings
r=sspitzer
1999-12-01 00:05:34 +00:00
rhp%netscape.com 01ba842eae Cleanup of garbage files 1999-11-30 23:15:59 +00:00
sspitzer%netscape.com 483486a073 remove my cheesy dump statements. 1999-11-30 23:15:27 +00:00
sspitzer%netscape.com 9e37f6ff2d go back to version 1.7 for rhp. 1999-11-30 23:03:59 +00:00
sspitzer%netscape.com 45fc16c656 clean up in preparation for bug #14254. remove unused files. create
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle.  now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
bienvenu%netscape.com 3d38e6fdfd fix newline in msg string, same as last check in for this directory, but the right file this time 1999-11-30 22:42:29 +00:00
rhp%netscape.com 2c608a1d66 adding these back. 1999-11-30 22:42:09 +00:00
rhp%netscape.com e20654c4d2 deleting garbage files 1999-11-30 22:37:16 +00:00
rhp%netscape.com cb9ed8a1d4 Adding new build files to the tree 1999-11-30 22:31:23 +00:00
rhp%netscape.com 8505a48d17 Adding new mac project file 1999-11-30 22:29:57 +00:00
mscott%netscape.com a3120f1082 comment out the msgWindow variable that we were creating
every time this script was loaded. This was happening
every time we loaded a message. It had a side effect
of causing a uri dispatching crash and it had severe performance implications. We shouldn't be creating
a new msg window every time we display a message.
this may have a bad side effect when we support multiple
3-pane windows because we can no longer call SetWindow.
1999-11-30 22:24:44 +00:00
mscott%netscape.com e56bc19fdd small optimization for windows and Mac in CreatenewLineFromSocket.
implement AsyncOpen (a fake version) for imap protocol
1999-11-30 22:22:46 +00:00
rhp%netscape.com ee32b406c5 Adding new directory to build 1999-11-30 22:21:37 +00:00
rhp%netscape.com 37a95b7bc6 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:16:11 +00:00
rhp%netscape.com 895b2b7d43 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:00:15 +00:00
bienvenu%netscape.com ad0ba1d988 fix escaping of mailbox names, r=,mscott, part of 17681 1999-11-30 14:10:20 +00:00
warren%netscape.com 2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
slamm%netscape.com a5b353c8dd Remove obsolete JavaScript code for the sidebar. r=mcafee 1999-11-30 03:03:20 +00:00
slamm%netscape.com 065f184c9f Add persistence for state of folder splitter. Remove persistence
for sidebar-splitter (sidebarOverlay.xul handles it.) r=mcafee
1999-11-30 03:03:13 +00:00
sspitzer%netscape.com 52b076e7d8 pass up error values upon failure. we were hitting these failures on
bug #18620, and doing this is correct, and it will help us find similar problems
sooner in the future.
1999-11-30 00:52:32 +00:00
dougt%netscape.com f66be6c30c fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
sspitzer%netscape.com 6a51426194 fixed by ducarroz. r=sspitzer 1999-11-29 22:28:40 +00:00
hangas%netscape.com be1b60400d Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
bienvenu%netscape.com 5a76d4c33c remove newline, fix 19128 spurious n in error msg 1999-11-29 20:57:29 +00:00
sspitzer%netscape.com d4e455355d remove workaround for #14312, it is no longer needed. 1999-11-29 20:41:23 +00:00
rhp%netscape.com c55e612ff1 Changes to build this on Unix 1999-11-29 03:58:20 +00:00
rhp%netscape.com 99f5ad93db Change for new code that is not part of the build! 1999-11-29 03:51:31 +00:00
rhp%netscape.com 4f76fe4ed3 Just adding files to the tree. NOT PART OF THE BUILD YET! 1999-11-29 03:37:47 +00:00
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
jefft%netscape.com 987cabcbc4 fixed bug 20063 -- Linux Save Message As Template not working with correct line endings; r=mscott 1999-11-26 22:37:03 +00:00