Commit Graph

30 Commits

Author SHA1 Message Date
jefft%netscape.com
2918243940 fixed bug 24407 -- Remove obsoleted menu item - LoadFirstDraft; r=scottip 2000-02-01 06:06:22 +00:00
alecf%netscape.com
1038bd68e3 general cleanup of dead code in messenger, and fixup to use non-DOM interfaces so that the interface isn't tied to a UI
r=sspitzer
a=chofmann
1999-12-18 00:48:25 +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
jefft%netscape.com
9ddf019857 fixed bug 10801 -- failed to save messages as templates; stationary folder is now per identity; r=putterman 1999-11-23 22:19:48 +00:00
ducarroz%netscape.com
0ad0bd5338 Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only). Fix for bug 13261, use constants instead of numerical. Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682) 1999-11-10 23:47:59 +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
bienvenu%netscape.com
075caf0152 changes to use nsIMsgWindow r=putterman 1999-10-29 04:39:06 +00:00
jefft%netscape.com
7aa0b17efa implemented forward message as attachment & inline; a=mcafee 1999-09-29 20:37:12 +00:00
jefft%netscape.com
01f228dc42 added two more arguments for openAttachment() 1999-09-20 21:00:51 +00:00
jefft%netscape.com
009b14952c added OpenAttachment() 1999-09-17 23:15:02 +00:00
jefft%netscape.com
afae46a6c8 added saveAs() method for SaveAsFile() & SaveAsTemplate() 1999-09-03 02:25:53 +00:00
putterman%netscape.com
3b29523461 Added MarkFlagged interface. 1999-08-24 21:45:21 +00:00
putterman%netscape.com
1fe7548c3c Remove view code 1999-08-20 22:42:29 +00:00
jefft%netscape.com
d77eddaebd added EmptyTrash() 1999-08-06 18:21:13 +00:00
jefft%netscape.com
7587dc80b1 adding RenameFolder & CompactFolder method 1999-08-06 13:32:19 +00:00
sspitzer%netscape.com
3bbfc70fd9 work for printing mail. 1999-08-05 19:47:58 +00:00
rhp%netscape.com
975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
waterson%netscape.com
91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
putterman%netscape.com
166d67d0d1 Added MarkAllMessagesRead 1999-07-24 21:10:53 +00:00
putterman%netscape.com
2e06455b32 Added MarkMessages. 1999-07-15 03:08:38 +00:00
putterman%netscape.com
c5fd7727fe Add database to copying. 1999-06-24 21:25:39 +00:00
putterman%netscape.com
4799f7f3af Add back charset method. 1999-06-15 01:23:34 +00:00
putterman%netscape.com
509830943a removed MailNewsTypes.idl 1999-06-11 22:07:08 +00:00
jefft%netscape.com
8467baf7ac added readonly attribute nsITransactionManager transactionManager 1999-06-09 01:30:27 +00:00
jefft%netscape.com
4636838c54 added Undo/Redo method 1999-06-08 22:15:58 +00:00
alecf%netscape.com
e3cd4e7312 remove the stupid dialog opening code 1999-06-08 19:02:43 +00:00
jefft%netscape.com
56c8f36491 added Close() & OnUnload() method 1999-06-08 00:23:03 +00:00
alecf%netscape.com
161069a6ca check in nsIMessenger.idl - the new Messenger appcore 1999-06-03 21:18:13 +00:00
alecf%netscape.com
3fcb73e0a5 remove nsIMessenger entirely 1999-04-26 22:42:41 +00:00
alecf%netscape.com
180a1fb0e2 implement new nsIMessenger interface, and make it accessable from JavaScript 1999-02-27 02:33:21 +00:00