alecf%netscape.com
7733843b87
move enums into IDL
2000-05-14 20:41:40 +00:00
jefft%netscape.com
6626665a73
round 2,partial fix bug 10802; passed in part number and content type for open attachment
2000-05-02 22:45:44 +00:00
jefft%netscape.com
c9b40050df
partial fix for bug 10802 - new openSaveAttachment.xul & openSaveAttachment.js files to sync up with the spec
2000-04-29 00:26:07 +00:00
putterman%netscape.com
1e6f1a5f07
More work on reorganizing mailnews frontend so standalone msg window will work. Also
...
fixes some bugs from the last time. r=sspitzer
2000-04-14 14:07:23 +00:00
jefft%netscape.com
ffc4d709f6
fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott
2000-04-13 22:19:48 +00:00
putterman%netscape.com
8cbb6c9e43
Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer.
2000-04-11 20:19:32 +00:00
putterman%netscape.com
02e52d2580
fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
...
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
sspitzer%netscape.com
bef2f7ba9d
implement find / find again for mailnews. clean up the browser's find / find again code to use
...
do_GetService and nsCOMPtrs. bug #10894 . r=mscott.
2000-03-24 05:44:32 +00:00
putterman%netscape.com
9ad79e2641
r=bienvenu. Fix for 16966. Can now mark a thread read.
2000-03-14 05:34:42 +00:00
bienvenu%netscape.com
85ee28a198
more fixes for double byte folder names, including create and rename, r=putterman,jefft
2000-02-08 01:20:00 +00:00
jefft%netscape.com
015ed59aa6
fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp
2000-02-07 15:15:14 +00:00
alecf%netscape.com
5e9de002d8
remove deprecated GetCurrent[Server|Identity] calls, and fix all callers
2000-02-02 07:28:23 +00:00
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