.. |
.cvsignore
|
|
|
Makefile.in
|
add nsIMsgFolderCompactor to unix builds, r=sspitzer,sr=mscott
|
2001-01-11 00:46:15 +00:00 |
makefile.win
|
add nsIMsgFolderCompactor.idl to windows build r=sspitzer, sr=mscott
|
2001-01-11 02:43:12 +00:00 |
MANIFEST
|
first pass at fix for #7808, XPIDLizing nsIMsgHdr - for now just make an exact duplicate of the C++ interface, except in XPIDL
|
2000-01-04 22:41:21 +00:00 |
MANIFEST_IDL
|
back out file I didn't mean to check in
|
2000-02-23 10:48:17 +00:00 |
msgCore.h
|
add offline error code r=sspitzer,sr=mscott 15865
|
2000-12-19 01:16:20 +00:00 |
nsICopyMessageListener.idl
|
Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
|
2000-02-16 00:39:23 +00:00 |
nsICopyMsgStreamListener.idl
|
add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302
|
2000-01-18 22:33:35 +00:00 |
nsIFolder.idl
|
API cleanup: replace OnFolderLoaded/OnDeleteOrMoveMessageCompleted with OnItemEvent using atoms
|
2000-05-14 20:35:46 +00:00 |
nsIFolderListener.idl
|
fix #54491 (subscribe is a big fat pig)
|
2000-11-17 20:47:31 +00:00 |
nsIIncomingServerListener.idl
|
Fix for 17712. Reviewed by bienvenu and alecf. Mailnews shuts down accounts, biff,
|
1999-11-14 20:36:22 +00:00 |
nsIMessage.idl
|
rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
|
2000-08-16 23:45:58 +00:00 |
nsIMessageView.idl
|
make the message view persist on a per folder basis. (#63853)
|
2001-01-04 00:12:36 +00:00 |
nsIMessenger.idl
|
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
|
2000-09-01 01:54:35 +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
|
43411 sr=bienvenu. Implementing expunge inbox on exit for imap servers.
|
2000-12-17 01:19:41 +00:00 |
nsIMsgBiffManager.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMsgCopyService.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMsgCopyServiceListener.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMsgFolder.idl
|
add support for downloading all msgs for offline r=naving, sr=sspitzer 15865
|
2001-01-31 20:34:12 +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
|
initial entry into cvs of folder compaction classes for offline, NOT YET PART OF BUILD
|
2001-01-10 23:18:53 +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
|
more work on offline message storage and retrieval, r=sspitzer, sr=mscott 15865
|
2000-12-09 01:15:16 +00:00 |
nsIMsgHost.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMsgIdentity.idl
|
first part of fix for #28898 - switch SMTP server API to store the key not the server itself, for easier access from the account manager
|
2000-05-22 05:33:49 +00:00 |
nsIMsgIncomingServer.idl
|
Fixing bugs 14301, 29745, 46450, 60668 and 63251. Fixes to bug 63251 includes introduction os new AccountCentral page. When user selects an account in the folder pane of the messenger, AccountCentral page is displayed inplace of threadpane and messagepane. This page contains links to various account related activities like read, search, compose messages and others. Bugs 14301 and 60668 are fixed so that we logon to the default account all other accounts that have been asked to login at startup. Fix to bug 29745 displays customized email description text on AcctWizard identity page. r=sspitzer sr=bienvenu
|
2001-01-23 21:54:34 +00:00 |
nsIMsgMailNewsUrl.idl
|
Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
|
2001-01-12 21:56:47 +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
|
fix stop of msg move/copy r=mscott 28129
|
2000-08-06 20:15:32 +00:00 |
nsIMsgPrintEngine.idl
|
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
|
2000-09-01 01:54:35 +00:00 |
nsIMsgProtocolInfo.idl
|
fix for #67095, disable news biff by default, and allow us to
|
2001-01-31 20:25:33 +00:00 |
nsIMsgRDFDataSource.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMsgSignature.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
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
|
make the message view persist on a per folder basis. (#63853)
|
2001-01-04 00:12:36 +00:00 |
nsIMsgVCard.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMsgViewNavigationService.idl
|
move enums into IDL
|
2000-05-14 20:41:40 +00:00 |
nsIMsgWindow.idl
|
rename DisplayHTMLInMessageWindow to DisplayHTMLInMessagePane.
|
2000-12-19 03:45:21 +00:00 |
nsIMsgWindowData.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsISaveMsgListener.idl
|
First Checked In.
|
2001-01-31 22:56:24 +00:00 |
nsISubscribableServer.idl
|
fix for #54491 and #60507
|
2000-11-21 02:06:03 +00:00 |
nsIUrlListener.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIUrlListenerManager.idl
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgFolderFlags.h
|
add offline folder flags, r=sspitzer,sr=mscott 15865
|
2000-11-28 02:17:02 +00:00 |
nsMsgGroupnameFlags.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgHeaderMasks.h
|
This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft
|
2000-02-07 03:06:51 +00:00 |
nsMsgLocalFolderHdrs.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgMD5.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgMessageFlags.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |