.. |
.cvsignore
|
…
|
|
MANIFEST
|
Changes to implement printing correctly - Buf #12505 - r: jefft
|
2000-02-15 23:05:06 +00:00 |
Makefile.in
|
adding the subscribe datasource to the build for unix.
|
2000-04-01 01:58:00 +00:00 |
makefile.win
|
adding the subscribe datasource the build for windows.
|
2000-04-01 01:58:56 +00:00 |
nsCopyMessageStreamListener.cpp
|
add thread safe addref and release.
|
2000-03-15 02:29:46 +00:00 |
nsCopyMessageStreamListener.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMessageView.cpp
|
Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com
|
2000-02-06 03:18:27 +00:00 |
nsMessageView.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMessageViewDataSource.cpp
|
Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com
|
2000-02-06 03:18:27 +00:00 |
nsMessageViewDataSource.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMessenger.cpp
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
nsMessenger.h
|
implement find / find again for mailnews. clean up the browser's find / find again code to use
|
2000-03-24 05:44:32 +00:00 |
nsMessengerBootstrap.cpp
|
fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
|
2000-02-26 03:52:06 +00:00 |
nsMessengerBootstrap.h
|
move the nsICmdLineHandler responsibility out of nsMessenger and into nsMessengerBootstrap. r=alecf
|
2000-02-16 02:57:29 +00:00 |
nsMessengerMigrator.cpp
|
add GetLocalFoldersServer() for bienvenu, and use it in the account wizard.
|
2000-04-02 16:52:29 +00:00 |
nsMessengerMigrator.h
|
add GetLocalFoldersServer() for bienvenu, and use it in the account wizard.
|
2000-04-02 16:52:29 +00:00 |
nsMsgAccount.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 12:25:21 +00:00 |
nsMsgAccount.h
|
fix some nsIPref dependancies
|
2000-03-29 09:41:04 +00:00 |
nsMsgAccountManager.cpp
|
add GetLocalFoldersServer() for bienvenu, and use it in the account wizard.
|
2000-04-02 16:52:29 +00:00 |
nsMsgAccountManager.h
|
start firing notifications when the default server changes
|
2000-03-28 07:16:04 +00:00 |
nsMsgAccountManagerDS.cpp
|
reflect "defaultness" of the server into RDF
|
2000-03-31 02:16:21 +00:00 |
nsMsgAccountManagerDS.h
|
reflect "defaultness" of the server into RDF
|
2000-03-31 02:16:21 +00:00 |
nsMsgBiffManager.cpp
|
Fix for 25473. Make biff work when checking every 0 minutes. r=alecf.
|
2000-02-02 01:47:13 +00:00 |
nsMsgBiffManager.h
|
Make observers support weak references. Bug #18682; r=dp.
|
1999-12-07 14:06:36 +00:00 |
nsMsgCopyService.cpp
|
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 |
nsMsgCopyService.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgFolderCache.cpp
|
fix 24692 (copy msg to non-ascii folder), 26664 (speed up folder cache) r=jefft,mscott a=phil,chofmann
|
2000-02-17 19:33:42 +00:00 |
nsMsgFolderCache.h
|
fix linux build bustage
|
2000-02-17 20:05:25 +00:00 |
nsMsgFolderCacheElement.cpp
|
use online name instead of db name for imap folders, r=sspitzer 24631
|
2000-01-26 06:05:42 +00:00 |
nsMsgFolderCacheElement.h
|
use online name instead of db name for imap folders, r=sspitzer 24631
|
2000-01-26 06:05:42 +00:00 |
nsMsgFolderDataSource.cpp
|
- add generic interface to access mail filter lists in both servers and folders. in the base class, folders just forward to their root server.
|
2000-03-28 04:58:05 +00:00 |
nsMsgFolderDataSource.h
|
fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
|
2000-03-25 00:58:20 +00:00 |
nsMsgImapMailFolder.cpp
|
Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com
|
2000-02-06 03:18:27 +00:00 |
nsMsgKeyArray.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgKeyArray.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.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsMsgMailSession.cpp
|
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 |
nsMsgMailSession.h
|
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 |
nsMsgMessageDataSource.cpp
|
more work on imap delete model, r=putterman 16805
|
2000-03-30 23:08:53 +00:00 |
nsMsgMessageDataSource.h
|
more work on imap delete model, r=putterman 16805
|
2000-03-30 23:08:53 +00:00 |
nsMsgNotificationManager.cpp
|
- add generic interface to access mail filter lists in both servers and folders. in the base class, folders just forward to their root server.
|
2000-03-28 04:58:05 +00:00 |
nsMsgNotificationManager.h
|
make the mail notification systems use nsIAtoms instead of char*s, and add capability to notify on PRUnichar* data that changes
|
2000-01-14 09:01:39 +00:00 |
nsMsgPrintEngine.cpp
|
fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
|
2000-03-25 00:58:20 +00:00 |
nsMsgPrintEngine.h
|
Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589
|
2000-03-15 01:47:36 +00:00 |
nsMsgRDFDataSource.cpp
|
still more nsString->nsAutoString cleanup
|
2000-01-05 03:06:03 +00:00 |
nsMsgRDFDataSource.h
|
Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
|
2000-01-05 00:56:27 +00:00 |
nsMsgRDFUtils.cpp
|
r=bienvenu. Clear new flags when switching folders or when getting messages. Sort by Order Received.
|
2000-03-30 22:38:45 +00:00 |
nsMsgRDFUtils.h
|
more work on imap delete model, r=putterman 16805
|
2000-03-30 23:08:53 +00:00 |
nsMsgServiceProvider.cpp
|
first checked in (not part of build)
|
2000-02-05 01:10:24 +00:00 |
nsMsgServiceProvider.h
|
first checked in (not part of build)
|
2000-02-05 01:10:24 +00:00 |
nsMsgStatusFeedback.cpp
|
r=bienvenu. Fix for bug 31363 and other progess problems. Deleting from a local folder
|
2000-03-14 05:27:34 +00:00 |
nsMsgStatusFeedback.h
|
Bug #25583,27681,24193 --> add a close window argument and null out our weak reference to
|
2000-02-16 05:33:05 +00:00 |
nsMsgViewNavigationService.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 12:25:21 +00:00 |
nsMsgViewNavigationService.h
|
Fix for 24768. r=alecf. Move view navigation code to C++ to speed up.
|
2000-01-28 23:25:17 +00:00 |
nsMsgWindow.cpp
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
nsMsgWindow.h
|
tweaks to make doc loader observer scriptable
|
2000-01-29 06:12:55 +00:00 |
nsSubscribeDataSource.cpp
|
not part of the build yet.
|
2000-04-01 01:53:29 +00:00 |
nsSubscribeDataSource.h
|
not part of the build yet.
|
2000-04-01 01:53:29 +00:00 |
nsUrlListenerManager.cpp
|
Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com
|
2000-02-06 03:18:27 +00:00 |
nsUrlListenerManager.h
|
Bug #19166 --> pull a 180 and reverse the ref counting
|
1999-11-22 23:32:13 +00:00 |