Граф коммитов

5250 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com ed1120c53f if we aren't returning an account, we need to return a failure code. 1999-09-11 22:56:00 +00:00
alecf%netscape.com 8f8ead89d9 move Count outside of the debug statements 1999-09-11 22:49:14 +00:00
sspitzer%netscape.com 7d7109c775 added files: mozilla/mailnews/base/public/nsIMsgProtocolInfo.idl 1999-09-11 22:46:09 +00:00
alecf%netscape.com 8b92448041 oops, fix this so it builds 1999-09-11 22:43:42 +00:00
alecf%netscape.com 7f4f96a4ef add new interface 1999-09-11 22:41:47 +00:00
alecf%netscape.com 6f3e7384d2 fix bustage, return the default account correctly 1999-09-11 19:57:45 +00:00
alecf%netscape.com fff94a2e76 stop linking against prefs 1999-09-11 19:55:00 +00:00
sspitzer%netscape.com 3a5ac411a3 define a bunch of string constants to clean up the code.
implement Convert4xUri().  (still a little more todo, so that it works on
windows and mac.)  implement ProceedWithMigration() which will is used
to determine if we really have something to migrate or not.
add a check in GetDefaultAccount() so that if the number of accounts
is 0, we don't try to set the default account.  (this was causing us to abort.)
1999-09-11 19:17:50 +00:00
sspitzer%netscape.com 7a52aab453 adding the default value for mail.server_type back.
if the user was using pop in 4.x, this defaults to 0.
a ton of code depends on it being 0, and not undefined.
alecf removed it, using it as a way to tell if we needed to migrate the prefs
or not.  Instead, I'm using other prefs to do that.
see nsMsgAccountManager::ProceedWithMigration() for the logic.
1999-09-11 19:14:15 +00:00
sspitzer%netscape.com 87957ce0af mailnews/base/src/nsMsgAccountManager.cpp 1999-09-11 19:10:30 +00:00
sspitzer%netscape.com edc9be1c4d add a dump statement, so I know what's going on and when this is being called. 1999-09-11 19:10:06 +00:00
alecf%netscape.com 5f2d349f84 oops, this should be checking if we have any accounts not if we have negative! 1999-09-11 09:10:03 +00:00
nhotta%netscape.com 3809ce982e Bug #10940, when converting from unicode skip unencodable char instead of abort conversion. 1999-09-11 03:45:07 +00:00
hangas%netscape.com bf3e0c25b1 More cleanup for address book. Notes area in address book card is now multiple lines. 1999-09-11 02:05:26 +00:00
alecf%netscape.com c69bd02e2f remove mail.server_type so that the account manager can tell if we're starting a fresh profile or upgrading from 4.x 1999-09-11 01:54:49 +00:00
alecf%netscape.com 2b8f47e975 when there are 0 accounts, try to migrate 4.x accounts
when that fails, open the account wizard.
1999-09-11 01:54:15 +00:00
alecf%netscape.com aad4bf790b minor fixes to the account wizard - report success of account creation 1999-09-11 01:53:14 +00:00
putterman%netscape.com d1e9ee42f1 Fix crash when bringing up mail 3 pane more than once by not registering with the RDF
service which is ok since we've moved to a one ds per window world anyway.
1999-09-11 01:46:14 +00:00
jefft%netscape.com 47859e0b68 fixed bug 12459 -- cannot use delete for error recovery instead should use AddRef() and Release() 1999-09-11 01:44:16 +00:00
alecf%netscape.com bf47612d69 clean up start page into a seperate function 1999-09-11 00:43:18 +00:00
alecf%netscape.com 374c80d6a0 don't crash when there are no servers 1999-09-11 00:29:00 +00:00
tonyr%fbdesigns.com b1bf6f2385 Only build the outlook express module with VC 6.0 1999-09-10 23:45:11 +00:00
alecf%netscape.com 452690b4fb fix account manager to only retrieve values that will go into pages, and only save values that have changed. 1999-09-10 23:24:16 +00:00
hangas%netscape.com 0be92f0105 Major Cleanup and bug fix effort for addressbook. 1999-09-10 23:15:25 +00:00
ducarroz%netscape.com 173272ba16 Reactivate key binding, fix for bug 11184 1999-09-10 23:10:18 +00:00
mscott%netscape.com 8d83096153 export nsIImapMockChannel.idl 1999-09-10 23:08:50 +00:00
mscott%netscape.com d032f78f02 Export nsIImapMockChannel.idl. 1999-09-10 23:00:16 +00:00
mscott%netscape.com 5f07f28390 First checked in. a mock channel is the channel we are going to return to necko when
they ask for a channel on a url.
1999-09-10 22:58:51 +00:00
tonyr%fbdesigns.com 998836c3b7 removed the import directory - doesn't build with VC 5.0 1999-09-10 20:21:35 +00:00
ducarroz%netscape.com ead9f39428 Add nsIMimeHeaders.idl 1999-09-10 18:58:38 +00:00
ducarroz%netscape.com 5e8683349b Add nsMimeHeaders.cpp 1999-09-10 18:57:56 +00:00
ducarroz%netscape.com b3c684d4cf Add a way to extract headers during parsing of a message and give them back to the caller 1999-09-10 18:57:03 +00:00
tonyr%fbdesigns.com cf7dfe5ec0 Added the import directory 1999-09-10 18:53:22 +00:00
ducarroz%netscape.com 9a70323f4e Add nsIMimeHeaders.idl 1999-09-10 18:46:17 +00:00
ducarroz%netscape.com 9e100e5a9a Add nsMimeHeaders.cpp 1999-09-10 18:45:57 +00:00
ducarroz%netscape.com 88cf68892e add nsMimeHeaders.cpp 1999-09-10 18:30:56 +00:00
ducarroz%netscape.com 4555491877 add nsIMimeHeaders.idl 1999-09-10 18:30:09 +00:00
ducarroz%netscape.com 563f9cf21a First Checked In. 1999-09-10 14:54:50 +00:00
sspitzer%netscape.com 510fab2ca3 fix warning for putterman. 1999-09-10 08:38:17 +00:00
sspitzer%netscape.com 8f27a6799d whoops! 1999-09-10 08:16:57 +00:00
sspitzer%netscape.com cd62be5ba4 change to migrate the old 4.x copies and folders prefs.
changes to js and xul to make these show up in the Account manager.
more macros to clean up the code.
remove anything that indicates we are clearing old prefs, since we aren't doing that yet.
1999-09-10 08:12:05 +00:00
putterman%netscape.com efaca9883c Fix multiple folder in thread pane problem. 1999-09-10 05:28:14 +00:00
tonyr%fbdesigns.com c0c545d62f Added settings import 1999-09-10 03:29:46 +00:00
evaughan%netscape.com 412cc6b9e8 1) Fixed bugs in deck
2) Added visual debugging to boxes
1999-09-10 00:57:01 +00:00
bienvenu%netscape.com ac9916a68b cache imap string bundle, fix crash deleting messages 1999-09-09 22:19:16 +00:00
bienvenu%netscape.com 500408c405 throttle back status to improve performance 1999-09-09 22:18:26 +00:00
bienvenu%netscape.com fa85ad9db1 cache mime convertor for sorting 1999-09-09 22:17:30 +00:00
warren%netscape.com 40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
sspitzer%netscape.com 8457354b34 do some clean up in preperation of migrating the fcc prefs. (for bug #10583)
change the newsrcFilePath attribute to be a nsIFileSpec, instead of a string.(bug #13306)
add code to do hashing of hostname. [not turned on yet].  (for bug #13480)
remove the obsolete GetRootFolderPath() code from the incoming servers.
1999-09-09 21:17:32 +00:00
arielb%rice.edu 97094e5d87 spamming mailnews/addrbook with NS_DECL_IFOO's voucher mccabe 1999-09-09 08:09:12 +00:00