Commit Graph

1338 Commits

Author SHA1 Message Date
shaver%mozilla.org
fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
kin%netscape.com
11f8ac97cd Fixes for bug #66308 ([embed] XPIDL'ize transaction manager)
sr=sfraser@netscape.com,mscott@netscape.com r=jfrancis@netscape.com

* nsITransaction, nsITransactionListenter, nsITransactionManager have
  been XPIDL'ized and moved into mozilla/editor/txmgr/idl. The versions
  of these interfaces in mozilla/editor/txmgr/public are being CVS removed.

* Renamed Do(), Undo(), and Redo() to DoTransaction(), UndoTransaction(),
  and RedoTransaction() to avoid reserved word problems in languages like
  JS. I did a sweep through editor and mailnews to remove these methods.

* PeekUndoStack() and PeekRedoStack() now return an AddRef'd pointer.

* Removed GetUndoString(), GetRedoString() and Write() from the
  nsITransaction interface. Neither editor or mailnews really made
  use of these methods.

* Removed Write() from the nsITransactionManager.cpp interface.

* The Transaction Manager now supports weak references.

* Added support for nsITransactionList to the TransactionManager
  to allow access to all transactions on the Undo and Redo stacks, as
  well as auto-aggregated transactions.

* Removed all references to nsITransactionDescription from txmgr and editor.

* Added nsPIEditorTransaction and made all Editor internal transactions
  inherit from it so we can distinguish between our transactions and
  ones from 3rd parties.

New files checked in:

  editor/txmgr/idl/nsITransaction.idl
  editor/txmgr/idl/nsITransactionList.idl
  editor/txmgr/idl/nsITransactionListener.idl
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/src/nsITransactionList.cpp
  editor/txmgr/src/nsITransactionList.h
  editor/idl/nsPIEditorTransaction.idl

Files that were CVS removed:

  editor/txmgr/public/nsITransaction.h
  editor/txmgr/public/nsITransactionListener.h
  editor/txmgr/public/nsITransactionManager.h
  editor/txmgr/idl/nsITransactionDescription.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h

Files modified:

  editor/Makefile.in
  editor/makefile.win
  editor/base/ChangeAttributeTxn.cpp
  editor/base/ChangeAttributeTxn.h
  editor/base/CreateElementTxn.cpp
  editor/base/CreateElementTxn.h
  editor/base/DeleteElementTxn.cpp
  editor/base/DeleteElementTxn.h
  editor/base/DeleteRangeTxn.cpp
  editor/base/DeleteRangeTxn.h
  editor/base/DeleteTextTxn.cpp
  editor/base/DeleteTextTxn.h
  editor/base/EditAggregateTxn.cpp
  editor/base/EditAggregateTxn.h
  editor/base/EditTxn.cpp
  editor/base/EditTxn.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h
  editor/base/IMETextTxn.cpp
  editor/base/IMETextTxn.h
  editor/base/InsertElementTxn.cpp
  editor/base/InsertElementTxn.h
  editor/base/InsertTextTxn.cpp
  editor/base/InsertTextTxn.h
  editor/base/JoinElementTxn.cpp
  editor/base/JoinElementTxn.h
  editor/base/nsEditor.cpp
  editor/base/nsEditorShell.cpp
  editor/base/nsEditorShell.h
  editor/base/nsEditorTxnLog.cpp
  editor/base/nsStyleSheetTxns.cpp
  editor/base/nsStyleSheetTxns.h
  editor/base/PlaceholderTxn.cpp
  editor/base/PlaceholderTxn.h
  editor/base/SetDocTitleTxn.cpp
  editor/base/SetDocTitleTxn.h
  editor/base/SplitElementTxn.cpp
  editor/base/SplitElementTxn.h
  editor/idl/Makefile.in
  editor/idl/makefile.win
  editor/idl/MANIFEST
  editor/idl/nsIEditorShell.idl
  editor/macbuild/editor.mcp
  editor/macbuild/EditorIDL.mcp
  editor/txmgr/idl/Makefile.in
  editor/txmgr/idl/makefile.win
  editor/txmgr/idl/MANIFEST
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/macbuild/txmgr.mcp
  editor/txmgr/macbuild/txmgrIDL.mcp
  editor/txmgr/public/Makefile.in
  editor/txmgr/public/makefile.win
  editor/txmgr/public/MANIFEST
  editor/txmgr/src/Makefile.in
  editor/txmgr/src/makefile.win
  editor/txmgr/src/nsTransactionItem.cpp
  editor/txmgr/src/nsTransactionItem.h
  editor/txmgr/src/nsTransactionList.cpp
  editor/txmgr/src/nsTransactionList.h
  editor/txmgr/src/nsTransactionManager.cpp
  editor/txmgr/src/nsTransactionManager.h
  editor/txmgr/src/nsTransactionManagerFactory.cpp
  editor/txmgr/src/nsTransactionStack.cpp
  editor/txmgr/src/nsTransactionStack.h
  editor/txmgr/tests/TestTXMgr.cpp
  editor/ui/composer/content/EditorCommandsDebug.js
  editor/ui/composer/content/editorOverlay.xul
  editor/ui/composer/locale/en-US/editorOverlay.dtd
  mailnews/base/src/nsMessenger.cpp
  mailnews/base/util/nsMsgTxn.cpp
  mailnews/base/util/nsMsgTxn.h
  mailnews/imap/src/nsImapMailFolder.cpp
  mailnews/imap/src/nsImapUndoTxn.cpp
  mailnews/imap/src/nsImapUndoTxn.h
  mailnews/local/src/nsLocalMailFolder.cpp
  mailnews/local/src/nsLocalUndoTxn.cpp
  mailnews/local/src/nsLocalUndoTxn.h
2001-03-09 14:23:59 +00:00
naving%netscape.com
de625dd166 63921. sr=bienvenu Don't kill the connection for the folder to be renamed. Do it
for its children.
2001-03-09 06:27:01 +00:00
bryner%uiuc.edu
8b80c7c363 Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott. 2001-03-06 05:10:33 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
timeless%mac.com
c5bb39e046 fix bug 49164 Secure IMAP on wrong port
fix by len@intelligenesis.net r=bienvenu, sr=mscott
2001-03-02 02:18:15 +00:00
dprice%netscape.com
199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
dougt%netscape.com
d619443a3e fixes blocker. r=darin, sr=irc 2001-02-24 07:31:59 +00:00
racham%netscape.com
56dcc94128 Fixing busg 66460, 66442, 66447, 66376, 69358 and 69909. Bug 66460 - Check new mail at startup introduced. All the accounts with this option turned on will perform biff at startup. Bug 66442 - AccountCentral for alternate layout introduced. Bug 66447 - Modifying the AccountCentral header format. Bug 66376 - Read Messages link in AccountCentral fetches new mail. Bug 69358 - A performance improvement at startup. Bug 69909 - Fixing the AccountCentral headers broken by new stringbundle checkins. r=gayatrib, bienvenu, timeless, blakeross sr=sspitzer 2001-02-23 02:42:31 +00:00
disttsc%bart.nl
a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
naving%netscape.com
85c4d363cc 64751, 64753. sr =sspitzer, bienvenu. Adding Compact Folders feature to file_menu and Compact This Folder when
you right click on a folder. thanks to sspitzer and bienvenu for good review. Thanks to
david for providing nsMsgFolder::ListDescendents function and all the help.
2001-02-16 02:05:41 +00:00
naving%netscape.com
6fb28b938f 50722, 58083. sr=sspitzer, bienvenu No need to reset the ImapConnection. The IMAP code
now uses the exisiting connection.
2001-02-14 00:17:15 +00:00
dprice%netscape.com
997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
mscott%netscape.com
10b9edba2f work around to get opening mail attachments and replying to
messages working again (Bugs #68392 and 68371). For imap, if the
AsyncRead on the cache entry returns any kind of error, punt on reading
from the mem cache and hit the network again.
2001-02-10 08:43:32 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
sspitzer%netscape.com
8d258feb5a fix for #63186, crash in subscribe dialog. the UW IMAP server
is sending us folders names that aren't modified UTF7 and this
causes us to crash.  also fix a warning.
r=jgmyers,sr=bienvenu,a=brendan
2001-02-08 02:54:21 +00:00
racham%netscape.com
ba724c809d Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer 2001-02-07 07:37:04 +00:00
naving%netscape.com
16e061b9c0 63300. r=racham, sr=bienvenu. Making IMAP folders case-sensitive and local folders
case-insensitive as done in 4x.
2001-02-06 23:17:26 +00:00
bienvenu%netscape.com
f21adc57c6 more work on playback of offline imap ops 15865 r=naving,sr=mscott 2001-02-03 17:48:24 +00:00
bryner%uiuc.edu
eb9e45c0bd Bug 67412 - set the NotificationCallbacks object on the imap channel so that PSM can get its nsIPrompt. r=jag, sr=mscott. 2001-02-03 02:59:01 +00:00
naving%netscape.com
332bf8d8c8 23089. sr=bienvenu. Do not updateMailboxinfo when imapAction is LiteSelectFolder (undo/redo) 2001-02-03 02:18:27 +00:00
naving%netscape.com
583ec5dbac 25589. r=timeless, sr=bienvenu, sspitzer. Adding feature drag and drop of folder.
Thanks to sspitzer and david for good review.
2001-02-02 20:21:52 +00:00
bienvenu%netscape.com
2d6e114b3a more work on offline imap downloadg, sr=sspitzer,mscott 15865 2001-02-01 15:27:28 +00:00
bienvenu%netscape.com
480ccf6581 add imap src to include path 2001-02-01 15:25:36 +00:00
bienvenu%netscape.com
03c38634bb add imapoffline sync to build sr=sspitzer 2001-02-01 15:24:36 +00:00
bienvenu%netscape.com
034954f339 add nsImapOfflineSync to build, sr=sspitzer 2001-02-01 15:23:49 +00:00
bienvenu%netscape.com
42828d4cff more work on offline imap downloadg, sr=sspitzer,mscott 15865 2001-02-01 15:20:31 +00:00
gayatrib%netscape.com
a583ea283e Fixes for bugs 41715 (filter ui: launch to selected account in folder pane) and 62106 (double click filter doesn't open for editing). Review/super review sspitzer and bienvenu. 2001-02-01 07:26:38 +00:00
sspitzer%netscape.com
a785c0d56d adding file for bienvenu. 2001-01-31 22:32:26 +00:00
bienvenu%netscape.com
ad5cd2c280 more work on offline imap sync, NOT YET PART OF BUILD 2001-01-31 22:30:19 +00:00
mscott%netscape.com
3e8163c79c Bug #3754 and Bug #3369 --> the total message size we are using when fetching by chunks may just be an approximation.
after the first fetch, we'll possibly get back a RFC822.SIZE which will have the exact size of the total message.
Update the # bytes we need to download to match this new value if appropriate.

sr=bienvenu
2001-01-31 20:57:57 +00:00
sspitzer%netscape.com
14753e4abf fix for #67095, disable news biff by default, and allow us to
default biff (on or off) on a per protocol basis.
r=racham, sr=bienvenu.

turning news biff off will help us to stop pounding news.mozilla.org
2001-01-31 20:25:33 +00:00
bienvenu%netscape.com
c1cc128359 more work on playback of offline imap operations NOT YET PART OF BUILD 2001-01-30 15:29:11 +00:00
mscott%netscape.com
655c720a6c remove obsolete files
sr=sspitzer
2001-01-30 04:56:37 +00:00
mscott%netscape.com
f328c8062e kill obsolete test directory
sr=sspitzer
2001-01-30 04:43:09 +00:00
mscott%netscape.com
83c03fdbc6 stop building an obsolete test directory
sr=sspitzer
2001-01-30 04:41:46 +00:00
bienvenu%netscape.com
f1f9abacc7 fix linux build bustage 2001-01-27 19:04:31 +00:00
bienvenu%netscape.com
ef1d56b267 add nsImapOfflineSync.cpp,h NOT YET PART OF BUILD 2001-01-27 18:59:17 +00:00
bienvenu%netscape.com
609aa22716 more work for offline imap r=sspitzer, sr=mscott 15865 2001-01-27 18:42:58 +00:00
dougt%netscape.com
5235e3266f backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf 2001-01-25 22:07:38 +00:00
dougt%netscape.com
d82f5acc6e updating to new necko interfaces 2001-01-25 21:44:59 +00:00
mscott%netscape.com
0f825d9326 Bug #3700 --> move canRunURLButBusy back inside the if statement
sr=bienvenu
2001-01-24 06:58:07 +00:00
darin%netscape.com
6a7567992b Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
r=dougt@netcape.com, sr=mscott@netscape.com.
2001-01-23 22:10:34 +00:00
mscott%netscape.com
cada50118b Bug #3609 --> pass the msg window into discover all folders.
clear the waiting for connection info flag if the user cancels out of the authentication dialogs...
set the url can run but busy flag if we are waiting for connection info. This prevents us from trying to
create a raw protocol connection without going through the request over ride info for webmail.
sr=bienvenu
2001-01-19 02:00:58 +00:00
mscott%netscape.com
ca0f1fc00b Bug #3609 --> pass the msg window into discover all folders
sr=bienvenu
2001-01-19 02:00:12 +00:00
disttsc%bart.nl
a4e9cee286 "Receiving: message headers" should be "Downloading message headers 123 of 1323"
bug=37712, author=Mark Olson <maolson@earthlink.net>, r=jag, a=mscott
2001-01-19 01:14:28 +00:00
mkaply%us.ibm.com
0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
mscott%netscape.com
432c6ee15b Bug #3678 --> make sure the alert dialog is parented correctly against the 3-pane
window.
r=syd
sr=bienvenu
2001-01-18 00:53:34 +00:00
bienvenu%netscape.com
aaf3888a41 add offline msg display r=sspitzer, sr=,mscott 41751 2001-01-13 15:31:30 +00:00
bienvenu%netscape.com
de30bd017a fix right click save on image, offline msg r=sspitzer,sr=mscott 2001-01-13 15:27:46 +00:00
nhotta%netscape.com
a11d58fa42 Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
bug 39756, r=sspitzer, sr=bienvenu.
2001-01-12 21:56:47 +00:00
bienvenu%netscape.com
b255c13af9 fix imap msgs filtering multiple times by not filtering deleted messages r=naving sr=mscott 57938 2001-01-12 01:08:04 +00:00
naving%netscape.com
00a44e827b 64766 sr=bienvenu. Removing code that was not required for one of my earlier fixes.
Thanks to bienvenu for pointing it out.
2001-01-11 22:02:29 +00:00
bienvenu%netscape.com
51e2d724b9 move WeAreOffline to imap utils part of offline work for 15865 r=sspitzer, sr=mscott 2001-01-11 04:15:30 +00:00
jgmyers%netscape.com
8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
mscott%netscape.com
2f3d0f4159 Bug #51921 --> add non scriptable method for setting the security info on
the mock channel.
sr=bienvenu
2001-01-10 03:42:22 +00:00
mscott%netscape.com
a720815504 Bug #51921 --> the imap channel needs to set the security info used by it's transport
layer onto the mock channel. It also needs to set it on our mem cache entry if we have one to.
sr=bienvenu
2001-01-10 03:41:55 +00:00
bienvenu%netscape.com
a844d5f7f1 stop biff from putting up alerts when server down r=naving,sr=mscott 59802 2001-01-09 23:02:47 +00:00
sspitzer%netscape.com
2e8bbd91c4 fix #63181. implement nsNntpUrl::GetFolderCharset().
also, remove extra strdup from the implementions in nsImapUrl and nsMailboxUrl.
clean up nsNntpUrl::Set/GetNewsgroupName().  sr=bienvenu
2001-01-09 05:27:28 +00:00
naving%netscape.com
0de6973509 58955. r=sspitzer sr=bienvenu. Copying the msg header when there is a move from pop->imap
so that in case of undo the header can be restored. Eliminating the dependency that
the imap folder is selected.
2001-01-08 01:58:06 +00:00
bryner%uiuc.edu
f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
naving%netscape.com
61c439155f 45041 r=sspitzer sr=bienvenu. Display the alert message correctly. 2001-01-05 23:07:03 +00:00
naving%netscape.com
a761436530 63611, 50722, 60914, 61514, 36248 r=sspitzer sr=bienvenu. Rewriting the IMAP rename code when the server returns
the control to the client and also taking care of boxflags
2000-12-29 22:20:36 +00:00
sspitzer%netscape.com
923fe95a7a fixes for #57912, #14295, #14301
1) add ui and backend support for "log into this account at startup".  all that is missing is the code to actually do the logging in at startup.  that comes next.

2) hide the user name for news servers in the account manager.

3) fix ui to allow users to edit the username and hostname for a server, but disable it until the back end can handle a live swap of those values.

sr=bienvenu
2000-12-22 23:32:32 +00:00
bienvenu%netscape.com
af39cb5ee0 download news messages for offline sr=sspitzer for mscott 15865 2000-12-22 02:05:48 +00:00
naving%netscape.com
7c1f3f65ef *** empty log message *** 2000-12-21 22:11:09 +00:00
bienvenu%netscape.com
a7dda2acff more work on offline, especially handling being offline re loading folders and messages w/o offline bodies 15865 2000-12-19 04:55:21 +00:00
bienvenu%netscape.com
d2860dad97 make news and imap respect offline state r=sspitzer,sr=mscott 15865 2000-12-19 01:19:34 +00:00
dbaron%fas.harvard.edu
030cd39a47 Fix bustage caused by naving%netscape.com in checkin to fix bug 43411. Filed bug 63087 on inter-module dependencies caused by this fix (which are the cause of the bustage). 2000-12-17 04:56:28 +00:00
naving%netscape.com
395cced903 43411 sr=bienvenu. Implementing expunge inbox on exit for imap servers. 2000-12-17 01:19:41 +00:00
naving%netscape.com
753a0c99ad 43411 sr=bienvenu. Implementing expunge inbox on exit for imap servers.Changing Compact()'s
definition
2000-12-17 01:19:26 +00:00
bienvenu%netscape.com
e19352ce23 fix mac build bustage 2000-12-16 15:45:38 +00:00
bienvenu%netscape.com
03b888e36e fix for escaping slashes for servers where slash is not the hiearchy delimiter r=sspitzer, sr=mscott 60197 2000-12-16 15:17:42 +00:00
bryner%uiuc.edu
cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
bienvenu%netscape.com
08cd5decc2 implement downloading of messages for offline use r=sspitzer, sr=mscott 15865 2000-12-12 03:14:43 +00:00
racham%netscape.com
9c8dd187c0 Fixing bug 48092. Enabling the ability to change the port value automatically depending on the state of secure checkbox option. r=sspitzer, sr=mscott 2000-12-09 03:03:58 +00:00
bienvenu%netscape.com
0dd6d239c4 more work on offline message storage and retrieval, r=sspitzer, sr=mscott 15865 2000-12-09 01:15:16 +00:00
syd%netscape.com
9342ec717f Pass an nsIPrompt instance to the login redirector. r=jelwell, sr=mscott 2000-12-08 07:07:45 +00:00
alecf%netscape.com
af0eb76d7c fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
bienvenu%netscape.com
52b7710d4c work on offline msg support r=sspitzer, sr=mscott 15865 2000-12-06 19:35:43 +00:00
sspitzer%netscape.com
4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
naving%netscape.com
ad7cc1eb65 59063 59064, r=sspitzer, sr=bienvenu 2000-11-29 01:17:14 +00:00
naving%netscape.com
b6c7d0336f 59063 59064, r=sspitzer, sr=bienvenu. Passing the arguments correctly 2000-11-29 01:13:44 +00:00
sspitzer%netscape.com
7c44d4f430 fix for #54491 and #60507
remove some more bloat from the subscribe code.  use the SubscribeTree
to build up the hostinfo.dat file instead of keeping a duplicate nsCStringArray
sr=bienvenu
2000-11-21 02:06:03 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
sspitzer%netscape.com
3a79a2ff9b fix #54491 (subscribe is a big fat pig)
fix #56971 (correct spelling mistake: suppress not supress)
fix #60244 (subscribe retains only last server subscribe changes)
fix #60242 (subscribe typedown should select first match in list)
fix #39156 (fix how I determine the delimiter in subscribe.js)
fix #59231 (make insecure imap login work if password has a \ in it)
fix #53654 (subscribe downloaded bytes don't start at zero)
fix #39393 (stop button in subscribe)
fix #60506 (switching servers doesn't clear text area in subscribe)
2000-11-17 20:47:31 +00:00
bienvenu%netscape.com
3438d5b718 fix 52207 get rid of stopwatch cursor if we don't select an imap folder for some reason (e.g., read only, or already running a url on the folder) sr=mscott 2000-11-17 19:57:03 +00:00
mscott%netscape.com
4a9b82a9e4 Bug #58657 --> destroy the event queue when we are done with it
sr=bienvenu
r=sspitzer
2000-11-16 22:42:32 +00:00
bienvenu%netscape.com
9187d9d53d fix for 58691 problem with cyrus imap hierarchy delimiters, sr=mscott 2000-11-16 21:44:59 +00:00
bienvenu%netscape.com
c26fd3097b fix rename/delete of imap folder with with mod-utf7 name sr=mscott 57131 2000-11-14 15:21:52 +00:00
mscott%netscape.com
5d2a97e0ba Bug #53082 --> implement setMessageDispositionState
r=putterman
sr=bienvenu
2000-11-14 01:12:21 +00:00
bienvenu%netscape.com
68e1cad16c fixes for hierarchy delimiter handling, multiple fetches of imap messages to retrieve inline attachments, crash in morkRowObject::CloseRowObject r=mscott 52260, 59376 58691 2000-11-13 22:35:50 +00:00
sspitzer%netscape.com
c93edc215f fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:28:47 +00:00
sspitzer%netscape.com
e8fd89376b fix for #59231. sr=mscott. if we use insecure login and the password
contain a "\", we'll fail.  the fix is to send "\\" for every "\".
2000-11-10 05:27:44 +00:00
bienvenu%netscape.com
ca7da76d72 fix problem with alerts locking ui when imap connection is down, r=mscott 58547 2000-11-10 01:00:45 +00:00
jefft%netscape.com
b83c5f5b20 fixed bug 57571 -- relative url crashes mail client; r=brendan, sr=mscott 2000-11-09 20:29:39 +00:00
bienvenu%netscape.com
b7b7c3f3a2 fix delete to trash on cyrus servers -=r=jefft sr=mscott 58686 2000-11-09 02:47:41 +00:00
putterman%netscape.com
f023865395 Fix for 58748. r=jefft sr=mscott. Don't crash if there's no trash folder while trying to delete a folder. 2000-11-05 00:16:03 +00:00
bienvenu%netscape.com
62c8d937f2 fix 46375 (or part of it, anyway) reading large imap messages in too small chunks r=jefft, sr=mscott 2000-11-02 02:22:13 +00:00
naving%netscape.com
fb63ab512f Bug #56044, r=sspitzer, sr=mscott. Deleting instead of renaming is the right thing
to do because the folder is created in the code that follows.
2000-11-01 19:56:29 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
cls%seawood.org
663abdf29e Rearrange library linking order so that all symbols are resolved for Irix builds. Build #55783. Thanks to rob@adacel.com.au (Robert Low) for the patch. 2000-10-26 02:24:31 +00:00
jefft%netscape.com
e80db70297 fixed bug 57571 - crash due to the failure of resolving relative image urls; r=bienvenu, sr=alecf, mscott 2000-10-24 02:00:53 +00:00
bienvenu%netscape.com
dcccdef7d0 fix 55993 problem forwarding imap messages with attachments r=jefft,sr=mscott a=jar 2000-10-15 20:41:36 +00:00
mscott%netscape.com
a29cc977b4 Bug #2729 --> disable empty trash on exit for aol servers as this causes a nasty
hang. This is a short term fix for this problem.
r=jefft
sr=alecf
2000-10-15 05:05:43 +00:00
mscott%netscape.com
2f24565e8d Bug #56459 --> mock imap channel needs to support nsIRequest in it's QI method.
this makes the progress dialog start working for opening imap mail attachments.
sr=alecf
r=jefft
2000-10-14 04:14:19 +00:00
mscott%netscape.com
8d3bddcf98 Bug #2775 --> only force a delete model if the server is a AOL server.
only show deleted messages if the server is a AOL server.
r=bienvenu sr=alecf
2000-10-12 02:40:02 +00:00
bienvenu%netscape.com
298de97e9f fix 54854 crash in nsImapMailFolder::NormalEndHeaderParseStream r=mscott 2000-10-05 00:50:38 +00:00
taka%netscape.com
3471c82333 fix for #45222. r=alecf, a=alecf 2000-09-22 02:52:11 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
locka%iol.ie
b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
mscott%netscape.com
b8c14822af Bug #51631 --> set correct password dialog text
r=sspitzer
2000-09-14 22:50:07 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jefft%netscape.com
51fed80933 fixed bug 28254 -- restrictions on new folder dialog for UW Imap server plus provide choice for creating either folders-only or messages-only mail folder; r=putterman 2000-09-13 14:24:41 +00:00
jdunn%netscape.com
fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
scc%mozilla.org
611710ba3b if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:59:22 +00:00
bienvenu%netscape.com
f90424234d fix 51889 make sure we have an imap inbox when we startup after profile migration r=sspitzer 2000-09-12 14:14:30 +00:00
alecf%netscape.com
21d722acb6 TRUE->PR_TRUE for platform compatibility (no reviewer, just a bustage fix) 2000-09-12 01:58:50 +00:00
bienvenu%netscape.com
e527aaca93 fix crash get new mail with no inbox r=sspitzer 51366 2000-09-08 01:25:59 +00:00
bienvenu%netscape.com
334b3a897f turn on aol pseudo mailboxes, forgot to turn the switch code was reviewed by mscott, 33217 2000-09-08 00:51:14 +00:00
bienvenu%netscape.com
1a24981fd8 work on improving startup time, 26455 r=mscott 2000-09-04 23:35:40 +00:00
scc%mozilla.org
961c75aeeb fixed typo 2000-09-03 00:08:25 +00:00
scc%mozilla.org
798d32a8dc fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
bienvenu%netscape.com
c91d88b4b0 fix 50722 problems renaming open imap folder r=mscott 2000-09-02 14:42:14 +00:00
bienvenu%netscape.com
e4622d02ab add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
bienvenu%netscape.com
b872733fb4 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:57:28 +00:00
bienvenu%netscape.com
4e28b71dc0 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:51:10 +00:00
mscott%netscape.com
e83f11310d Bug #50126 --> fix a typo for a comment that goes in the log file. Thanks to gemal@gemal.dk for contributing the patch.
r=a=mscott
2000-08-26 03:06:08 +00:00
bienvenu%netscape.com
a9561ac909 fix build warning 2000-08-25 02:50:22 +00:00
bienvenu%netscape.com
27e286afc7 fix problems deleting imap folders, and aol imap trash view, r=mscott 50232 11689 33217 2000-08-25 02:45:36 +00:00
warren%netscape.com
e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com
1dc6fc3dd3 Converted nsIFileLocator to nsIDirectoryService. r=alecf 2000-08-21 23:43:48 +00:00
warren%netscape.com
e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
scc%mozilla.org
44752f126c fixing code that relied on implicit string construction 2000-08-20 01:55:20 +00:00
bienvenu%netscape.com
0d5f7acf4f fix default account names r=alecf 29579 2000-08-19 20:52:31 +00:00
mscott%netscape.com
7e998654cf Bug #47285 --> supress logging of base 64 encoded authentication information.
r=bienvenu
2000-08-18 02:43:44 +00:00
bienvenu%netscape.com
df9c2e82b4 disable filters with invalid move targets 46876 r=alecf 2000-08-17 20:10:51 +00:00
alecf%netscape.com
e7857cebb9 oops, forgot these in my last checkin 2000-08-17 00:05:31 +00:00
alecf%netscape.com
ebc5b3c4b7 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com
af3c2b73d2 fix undo of imap delete r=mscott 29039 2000-08-16 23:35:48 +00:00
mozilla.BenB%bucksch.org
92d886b8d4 28355: Synchronize with server at "Get New Mail". "Contributed" :) by bienvenu, r=BenB, a=brendan. 2000-08-12 19:56:38 +00:00
alecf%netscape.com
98c830cf14 speedup for #26456 - use autostring instead of PR_smprintf r=putterman 2000-08-11 04:27:37 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
mscott%netscape.com
cbc84df52e fix mac breakage...can't use NS_LITERAL_STRING on a const char * on the mac 2000-08-10 00:42:19 +00:00
mscott%netscape.com
0b8aba8da6 Bug #44163 --> FEAlert and FEAlertFromServer need a message window and with that message window
we should get the correct nsIPrompt object instead of using the one tied to the hidden window.
r=bienvenu
2000-08-09 22:33:14 +00:00
mscott%netscape.com
1034865435 Bug #44163 --> FEAlert and FEAlertFromServer need a message window
r=bienvenu
2000-08-09 22:32:45 +00:00
bienvenu%netscape.com
085017417c fix stop of msg move/copy r=mscott 28129 2000-08-06 20:15:32 +00:00