gecko-dev/mailnews/base/public
2001-06-20 06:13:27 +00:00
..
.cvsignore
Makefile.in Fix for bug 78516. Replace nsIMsgComposeProgress by a more generic nsIMsgProgress. R=varada, SR=bienvenu. 2001-05-04 21:13:25 +00:00
makefile.win Fix for bug 78516. Replace nsIMsgComposeProgress by a more generic nsIMsgProgress. R=varada, SR=bienvenu. 2001-05-04 21:13:25 +00:00
MANIFEST Remove unused MD5 code: bug 71764 sr=mscott r=sspitzer 2001-03-20 05:56:09 +00:00
MANIFEST_IDL Fix for bug 78516. Replace nsIMsgComposeProgress by a more generic nsIMsgProgress. R=varada, SR=bienvenu. 2001-05-04 21:13:25 +00:00
msgCore.h add error status for news msg not found 15870 sr=sspitzer 2001-04-14 15:28:50 +00:00
nsICopyMessageListener.idl add support for ability to copy/move multiple local msgs r=naving, sr=sspitzer 73833 2001-04-29 22:43:57 +00:00
nsICopyMsgStreamListener.idl add support for ability to copy/move multiple local msgs r=naving, sr=sspitzer 73833 2001-04-29 22:43:57 +00:00
nsIFolder.idl 64751, 64753. sr =sspitzer, bienvenu. Adding Compact Folders feature to file_menu and Compact This Folder when 2001-02-16 02:05:41 +00:00
nsIFolderListener.idl fix #54491 (subscribe is a big fat pig) 2000-11-17 20:47:31 +00:00
nsIIncomingServerListener.idl
nsIMessenger.idl Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsIMessengerMigrator.idl "Local Folders" doesn't have an identity anymore. r=mscott 2000-01-25 04:57:22 +00:00
nsIMessengerWindowService.idl adding this, will be used very soon for autosubscribe. 2000-04-22 18:45:02 +00:00
nsIMsgAccount.idl fix for #26413 - new accounts were picking up old accounts's values, so clear them all out of the prefs r=putterman 2000-02-11 00:55:54 +00:00
nsIMsgAccountManager.idl #80107 r=mscott sr=bienvenu; Send expunge on inbox and do empty trash 2001-05-16 23:55:00 +00:00
nsIMsgBiffManager.idl
nsIMsgCopyService.idl 78240, 78934 r=suresh sr=bienvenu; Added a boolean allowUndo to decide when to do Undo; Also 2001-05-04 23:29:50 +00:00
nsIMsgCopyServiceListener.idl
nsIMsgDBView.idl add ability to persist view info r=naving, sr=sspitzer part of work for 12896 2001-05-18 00:53:21 +00:00
nsIMsgFolder.idl fix for bug #79239. 2001-06-16 07:20:15 +00:00
nsIMsgFolderCache.idl keep folder cache from getting stale, r=putterman 18346 2000-07-26 21:22:54 +00:00
nsIMsgFolderCacheElement.idl use online name instead of db name for imap folders, r=sspitzer 24631 2000-01-26 06:05:42 +00:00
nsIMsgFolderCompactor.idl add progress and status msg to folder compaction r=naving, sr=sspitzer 34073 2001-03-28 21:14:18 +00:00
nsIMsgGroupRecord.idl Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsIMsgHdr.idl fix for #46619. show the attachment icon in the thread pane if the message 2001-04-06 03:43:00 +00:00
nsIMsgHost.idl
nsIMsgIdentity.idl Fixing bugs 23625 and 62433. Bug 23625 is about creation of special folders for new IMAP accounts. Fix to that bug includes the rearrangment of copies and folder UI panel which is a bit similar to 4.x model now. Panel UI allows user to select a special folder on the IMAP server and the folder is then created at runtime as needed. Today, IMAP account special folders point to Local folders which is confusing. Bug 62433 takes care of migration of multiple 4.x imap servers under single identity to get migrated properly with unique account names based on username, hostname and the port value if needed. r=naving, s=sspitzer a=asa 2001-06-20 06:13:27 +00:00
nsIMsgIncomingServer.idl Fixing bugs 23625 and 62433. Bug 23625 is about creation of special folders for new IMAP accounts. Fix to that bug includes the rearrangment of copies and folder UI panel which is a bit similar to 4.x model now. Panel UI allows user to select a special folder on the IMAP server and the folder is then created at runtime as needed. Today, IMAP account special folders point to Local folders which is confusing. Bug 62433 takes care of migration of multiple 4.x imap servers under single identity to get migrated properly with unique account names based on username, hostname and the port value if needed. r=naving, s=sspitzer a=asa 2001-06-20 06:13:27 +00:00
nsIMsgMailNewsUrl.idl Bug #73819 --> hook imap and news up to the new memory cache. 2001-04-13 03:48:37 +00:00
nsIMsgMailSession.idl consolidate nsIMsgMailSession and nsIFolderListener by simply making nsMsgMailSession implement nsIFolderListener instead of having it's own API. r=scottip 2000-03-30 22:50:54 +00:00
nsIMsgMessageService.idl Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00
nsIMsgOfflineManager.idl NOT PART OF THE BUILD 2001-03-15 22:35:34 +00:00
nsIMsgPrintEngine.idl Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsIMsgProgress.idl Fix for bug 78516. Replace nsIMsgComposeProgress by a more generic nsIMsgProgress. R=varada, SR=bienvenu. 2001-05-04 21:02:43 +00:00
nsIMsgProtocolInfo.idl Fixing bugs 23625 and 62433. Bug 23625 is about creation of special folders for new IMAP accounts. Fix to that bug includes the rearrangment of copies and folder UI panel which is a bit similar to 4.x model now. Panel UI allows user to select a special folder on the IMAP server and the folder is then created at runtime as needed. Today, IMAP account special folders point to Local folders which is confusing. Bug 62433 takes care of migration of multiple 4.x imap servers under single identity to get migrated properly with unique account names based on username, hostname and the port value if needed. r=naving, s=sspitzer a=asa 2001-06-20 06:13:27 +00:00
nsIMsgRDFDataSource.idl
nsIMsgSignature.idl
nsIMsgStatusFeedback.idl Bug #34592 --> tweak the case of several IDL methods 2001-01-08 22:48:27 +00:00
nsIMsgStringService.idl Bug 37275, Changing value of all progids, and changing everywhere a progid 2000-09-13 23:57:52 +00:00
nsIMsgThread.idl Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00
nsIMsgVCard.idl
nsIMsgWindow.idl add ability to stop chained urls r=sspitzer part of work for 73833 2001-04-27 03:20:16 +00:00
nsIMsgWindowData.idl
nsISubscribableServer.idl fix for ##48409. prevent mac from crashing when using the subscribe dialog. 2001-05-01 08:50:07 +00:00
nsIUrlListener.idl
nsIUrlListenerManager.idl
nsMsgFolderFlags.h add offline folder flags, r=sspitzer,sr=mscott 15865 2000-11-28 02:17:02 +00:00
nsMsgGroupnameFlags.h
nsMsgHeaderMasks.h Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00
nsMsgLocalFolderHdrs.h fix Bugzilla Bug 75853 CR and LF are naked ifdefs 2001-04-18 05:59:43 +00:00
nsMsgMessageFlags.h Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00