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

5526 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com c575c7b3f7 api sync change. 1999-09-12 05:17:38 +00:00
mscott%netscape.com 3376716b0b Implement the mock channel class.
Part of Bug #10933 which improves message display performance.
Run message display urls through the webshell.
1999-09-12 05:17:05 +00:00
mscott%netscape.com ba15590c6c Lots of interface method clean up so we don't pass around so much stuff.
Fully support nsIProtocolHandler as part of Bug #10933 which improves message display performance.
Run message display urls through the webshell.
1999-09-12 05:16:32 +00:00
mscott%netscape.com 002d077247 support accessors for getting/setting a mock channel on the url. 1999-09-12 05:15:44 +00:00
mscott%netscape.com f9613a88a9 Remove url listener from CreateAndRunImapUrl. 1999-09-12 05:15:20 +00:00
mscott%netscape.com 5eb4e7be79 Add accessor for setting the mock channel as part of Bug #10933. 1999-09-12 05:14:57 +00:00
mscott%netscape.com d5b4b05af0 Remove RunImapUrl as this shouldn't be exposed in an interface. 1999-09-12 05:14:31 +00:00
mscott%netscape.com bc05e3623a Clean up interface for running an imap url...no need to pass in a url listener. 1999-09-12 05:13:51 +00:00
mscott%netscape.com 1440c66c0d add nsIImapMockChannel CID and registration code. 1999-09-12 05:13:04 +00:00
mscott%netscape.com 50e5ac4e1b Bug #10933 displaying a message no longer involves spooling to a temp file! *yeah*
unfify copy and display code.
add save mesage to disk support.
1999-09-12 05:12:30 +00:00
mscott%netscape.com d49399016b displaying a message no longer involves spooling to a temp file! *yeah*
Run display article urls through the webshell.
unify copy and display article code.
1999-09-12 05:11:45 +00:00
mscott%netscape.com 3a0b703487 news url action work. Also added save message to disk implementation. 1999-09-12 05:11:16 +00:00
mscott%netscape.com ed77e4f208 Remove run news url method which shouldn't be exposed in the service. 1999-09-12 05:10:49 +00:00
mscott%netscape.com 0596f3245a Add notion of news actions to the url. 1999-09-12 05:10:08 +00:00
mscott%netscape.com a0d6995209 Move save to disk related method to nsIMsgMessageUrl. 1999-09-12 05:09:33 +00:00
mscott%netscape.com f5814ee532 Bug #10933 displaying a message no longer involves spooling to a temp file! *yeah* 1999-09-12 05:08:50 +00:00
mscott%netscape.com 39cbf1e821 Bug #10933 --> displaying a message no longer involves spooling to a temp file! *yeah*
unify copy listener with channel listener.
1999-09-12 05:08:33 +00:00
mscott%netscape.com 704a5a98c1 Bug #10933 --> displaying a message no longer involves spooling to a temp file! *yeah*
Run mailbox display urls through the webshell.
1999-09-12 05:07:59 +00:00
mscott%netscape.com e136e62437 register as mailboxMessage protocol handler. 1999-09-12 05:07:23 +00:00
mscott%netscape.com 32493089cd rename nsIMsgUriUrl to nsIMsgMessageURI 1999-09-12 05:06:36 +00:00
mscott%netscape.com bf478ebbbe Rename nsIMsgUriUrl to nsIMsgMessageURI because it now holds
attributes specific to message uris. Add methods to nsIMsgMessageURI for saving message to disk
1999-09-12 05:06:19 +00:00
mscott%netscape.com 68858a62a7 support nsIChannel interface. Part of Bug #10933 --> improve message display performance. 1999-09-12 05:05:28 +00:00
mscott%netscape.com 1b7329019e Build nsIImapMockChannel.idl 1999-09-12 04:54:13 +00:00
hangas%netscape.com f4bdd73f19 Modifications to use new features in globalOverlay.xul 1999-09-12 02:30:04 +00:00
hangas%netscape.com ec7d0eb62b Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them. 1999-09-12 02:22:11 +00:00
hangas%netscape.com 0cd1c53e0d Update to handle fact that display:none now works on boxes. Speeds up address book. 1999-09-12 02:20:00 +00:00
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
arielb%rice.edu 061c211972 spamming mailnews/news with NS_DECL_NSIFOO's, voucher mccabe 1999-09-09 07:44:24 +00:00
arielb%rice.edu 3f40ccda3b spamming mailnews/local with NS_DECL_IFOO's 1999-09-09 07:20:19 +00:00
putterman%netscape.com be8450481f don't use ToNewCString in this case. 1999-09-09 06:20:04 +00:00
putterman%netscape.com 464025592f Performance improvements. Separate flags initialization from other cached values
and don't init cached values until first time needed.
1999-09-09 06:19:47 +00:00
putterman%netscape.com db08f10bba Adding message view changes. 1999-09-09 06:18:40 +00:00
putterman%netscape.com a7efc10e5d added message view. 1999-09-09 06:16:33 +00:00
putterman%netscape.com 7d8d9864ed added nsMessageView and performance work on loading folders. 1999-09-09 06:15:48 +00:00
putterman%netscape.com aea60bf917 add nsMessageView.cpp 1999-09-09 06:11:58 +00:00
putterman%netscape.com cd35896bc8 Adding new files. 1999-09-09 06:11:28 +00:00
arielb%rice.edu a5c4082159 spamming tree with NS_DECL_IFOO's. generated code from macros replacing code in .h files 1999-09-09 06:02:05 +00:00
bienvenu%netscape.com 690ed2ef12 fix memory leaks of string bundles 1999-09-09 05:29:28 +00:00
sspitzer%netscape.com e249df99ca bulletproofing fixes for #12712, crash when your directory pref for a news server points a non-existant directory. the second half of this fix is to make sure it always exists. that fix is coming soon. 1999-09-09 04:37:11 +00:00
alecf%netscape.com 4965128a38 don't show this old pref anymore 1999-09-09 04:12:39 +00:00
alecf%netscape.com 22703b41c3 change nsIMsgIncomingServer->SetLocalPath/GetLocalPath to be an nsIFileSpec instead of a string 1999-09-09 04:11:38 +00:00
mcafee%netscape.com bfa78f8585 Un-named radio buttons don't get radio-mode; adding names to fix this. a=alecf 1999-09-09 04:09:33 +00:00
alecf%netscape.com 53984f2ad2 fix for #13403 - when the selected folder is a server, don't put the " on " part in 1999-09-09 00:52:52 +00:00
sspitzer%netscape.com 25236e0b5b the code to create the special folders (Inbox, Trash, etc) should not be in the pref migration code. jefft (or someone) has already written it in the right place, I'd just forgotten about this code. 1999-09-09 00:37:45 +00:00
bienvenu%netscape.com 4dd19900bd fix purify error 1999-09-08 23:02:17 +00:00
bienvenu%netscape.com 6a9a7b2aa4 fix purify errors and memory leaks 1999-09-08 23:01:20 +00:00
sspitzer%netscape.com b37a6e707d fix for #13305. upon migration, set the mail.root.<type> prefs and the mail.newsrc_root pref, if we know the values. 1999-09-08 22:16:19 +00:00
sspitzer%netscape.com e360299ec5 fix for #13366. remove the copies and folders pane from the preferences window. its in the account mananger now, on a per server basis. 1999-09-08 21:24:07 +00:00
mscott%netscape.com e32ea13fc7 Bug #11405 --> Don't build mork and mdb. 1999-09-08 20:58:58 +00:00
mscott%netscape.com c4327004ba Bug #11405 --> Don't build mailnews\db\mdb and mailnews\db\mork 1999-09-08 20:58:41 +00:00
mscott%netscape.com d9ef72f21c Bug #11405 --> stop building mailnews\db\mdb and mailnews\db\mork. 1999-09-08 20:54:20 +00:00
mscott%netscape.com 3ca4c617f8 Bug #13368 --> when displaying a newsgroup, be sure to emit the newsgroup name in the to/cc box so we know
what newsgroup it came from!
1999-09-08 20:42:04 +00:00
jefft%netscape.com 811626ef2f always want the dummy envelope header when save message to the disk 1999-09-08 20:34:12 +00:00
jefft%netscape.com 7fe06bccb8 pay attention to the templates pref when save message as template 1999-09-08 20:31:26 +00:00
colin%theblakes.com 956aa62e1d Add -lrdfutil_s to EXTRA_DSO_LDOPTS 1999-09-08 18:57:45 +00:00
bienvenu%netscape.com d05ec836b7 improve imap performance by not putting up same status msg or frequent percent progress 1999-09-08 18:55:22 +00:00
jfrancis%netscape.com cf66cf5e46 passing corrected format string to editor 1999-09-08 18:49:24 +00:00
mscott%netscape.com c9c14b044d Bug #13029 --> clear the password if it is a bogus password 1999-09-08 18:47:48 +00:00
putterman%netscape.com d9a3e093d7 Fix for 13328. Approved by leaf. 1999-09-08 17:34:01 +00:00
jefft%netscape.com 2c24fc296c implemented save existing message as template 1999-09-08 13:50:40 +00:00
alecf%netscape.com ee5b2d2ef8 add account title to the title bar 1999-09-08 07:03:03 +00:00
alecf%netscape.com ede98896f8 change from XP_ASSERT to PR_ASSERT 1999-09-08 06:32:47 +00:00
jfrancis%netscape.com bde9580ecb mail now asks for special mail-compose rules from the editor 1999-09-08 06:28:11 +00:00
alecf%netscape.com cb10224da9 fix for #12575 - remember messenger window position 1999-09-08 06:01:48 +00:00
alecf%netscape.com 87e0651590 whoops, pass newstr to strtok, not serverList (no wonder it wasn't loading anything) 1999-09-08 05:50:17 +00:00
alecf%netscape.com 7c3767fdb3 use cool new ISUPPORTS macros 1999-09-08 05:46:24 +00:00
sspitzer%netscape.com cf6defee8a whoops, use newsrcDir instead of newsHostsDir, to be correct. 1999-09-08 05:46:10 +00:00
sspitzer%netscape.com 63c1710457 fix some build mac / windows build breakage. 1999-09-08 05:43:27 +00:00
alecf%netscape.com 8b562f3afb add code for loading SMTP servers from the prefs 1999-09-08 05:41:58 +00:00
sspitzer%netscape.com 20d6d01a65 changes needed so that on migration, we heed "news.directory", "mail.directory", and "mail.imap.root_dir" prefs. turned off for now, because waiting for dbragg to set these prefs after migration. 1999-09-08 05:40:40 +00:00
alecf%netscape.com 3b038972f9 add CID for SMTP server 1999-09-08 05:39:44 +00:00
alecf%netscape.com 3f741d7641 use new NSPR types 1999-09-08 05:22:08 +00:00
alecf%netscape.com 87b77f8eea switch to PR_TRUE/PR_FALSE/etc... 1999-09-08 05:20:39 +00:00
alecf%netscape.com 4032794660 switch to using correct NSPR types and PR_TRUE/PR_FALSE/etc 1999-09-08 03:56:37 +00:00
alecf%netscape.com 20ea43da36 switch to using PR_FALSE/PR_TRUE and some nsCRT string routines 1999-09-08 03:55:56 +00:00
alecf%netscape.com 73ea2cd8bf fix some warnings and comments 1999-09-08 03:44:11 +00:00
alecf%netscape.com 9ae45bd77f switch to using PR_TRUE/PR_FALSE and nsCRT routines, switch over XP_ASSERT, and use nsnull instead of nil 1999-09-08 03:39:53 +00:00
alecf%netscape.com e064a47c4c switch to using PR_TRUE/PR_FALSE and nsCRT string routines 1999-09-08 03:19:49 +00:00
alecf%netscape.com 4cc78e6faf switch to nsCRT string routines and PR_TRUE/PR_FALSE to reduce include dependancies 1999-09-08 03:09:39 +00:00
alecf%netscape.com 8c203fba2a switch to nsCRT routines and PR_TRUE/PR_FALSE to reduce include dependancy 1999-09-08 03:08:27 +00:00
mscott%netscape.com 65369f8bb3 Bug #13156 --> if a message doesn't have a to/cc or bcc field (as is the case with some news messages),
don't emmit code to make a box in the message display pane. It just looks weird because the box is empty.
1999-09-08 00:12:55 +00:00
bienvenu%netscape.com 1889e2c61c remove more dead wood 1999-09-07 23:48:24 +00:00
sspitzer%netscape.com 549e69a421 remove my work around for bug #11010, since it is no longer needed. thanks to mdubinko@yahoo.com for keeping on top of that bug report. 1999-09-07 20:33:11 +00:00
bienvenu%netscape.com e768441a1f use cached flag instead of asking mork 1999-09-07 18:40:59 +00:00
bienvenu%netscape.com e1ff73f1f0 move more stuff into idl interfaces 1999-09-07 18:34:32 +00:00
bienvenu%netscape.com ae16b15b4d use auto strings where possible 1999-09-07 14:57:36 +00:00
brade%netscape.com 37dd29534a remove some keybindings; these should be coming from an overlay anyways 1999-09-07 14:40:51 +00:00
bruce%cybersight.com d2ba19e67b Add linefeed to end of file for HPUX. 1999-09-06 20:29:15 +00:00
tonyr%fbdesigns.com b6540622aa Mailnews import 1999-09-06 18:24:10 +00:00
bienvenu%netscape.com d99f4cbfdd move flag and uid state to idl 1999-09-06 18:11:24 +00:00
bienvenu%netscape.com 898f194209 added files: mozilla/mailnews/imap/public/nsIImapFlagAndUidState.idl 1999-09-06 18:10:07 +00:00
bienvenu%netscape.com 67a981adbb initial entry, not part of build yet 1999-09-06 18:06:59 +00:00
bienvenu%netscape.com 9461da2365 move some more methods to server sink 1999-09-05 22:32:41 +00:00
mscott%netscape.com dcb880ceae Bug #12988 --> always clear the server busy flag regardless of whether an error occurred or if we succeeded. 1999-09-05 01:21:08 +00:00
mscott%netscape.com f4df3a45be Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
If we don't have a from line, don't try to add the address book icon.
1999-09-05 00:13:29 +00:00
bienvenu%netscape.com e4ffe365e2 more filling out of missing imap methods, use nsIThread... 1999-09-05 00:04:56 +00:00
bruce%cybersight.com 81a6b33ba3 Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp. 1999-09-04 17:53:00 +00:00
bruce%cybersight.com 72d6b9c113 Use nsCRT::free() on result of nsEscapeHTML() 1999-09-04 17:38:12 +00:00
bruce%cybersight.com ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
davidmc%netscape.com 5dbc2f05f7 First Checked In. 1999-09-03 22:32:58 +00:00
bienvenu%netscape.com 753cfbafd3 comment out code not ready to compile yet 1999-09-03 22:29:59 +00:00
davidmc%netscape.com 12d918dd2b MDB file API changes 1999-09-03 22:29:20 +00:00
davidmc%netscape.com c1b86c3728 file API changes 1999-09-03 22:27:25 +00:00
bienvenu%netscape.com 79b3a1efd0 add new files to makesystem 1999-09-03 22:25:46 +00:00
davidmc%netscape.com d230684a1a files, sorting, searching 1999-09-03 22:23:21 +00:00
davidmc%netscape.com abe37a512a First Checked In. 1999-09-03 22:19:04 +00:00
ducarroz%netscape.com fae161d767 Put "<name> wrote:" at the beginning of a reply instance of "--- Original Message ---". Last part of bug 12080 1999-09-03 22:13:36 +00:00
davidmc%netscape.com c356e81aa4 interface changes for sorting, searching, and files. 1999-09-03 22:12:58 +00:00
mscott%netscape.com c17c8ce718 need nsMsgMimeCID.h 1999-09-03 22:12:57 +00:00
mscott%netscape.com a0dc338a22 Move class id to nsMsgMimeCID.h 1999-09-03 22:09:40 +00:00
mscott%netscape.com eeb3a8adb3 fix up class id stuff, use nsIstreamConverter instead of nsIstreamConverter2 1999-09-03 22:08:44 +00:00
mscott%netscape.com ccf8a66771 Bug #10845 --> tweak mime stream converter with the appropriate changes such that it now works with the stream converter
service and supports nsIStreamConverter.
1999-09-03 22:07:35 +00:00
mscott%netscape.com 5c9ad0635b Register our converter with the converter service by using the correct progid. Use nsMsgMimeCID.h to get the class ids. 1999-09-03 22:06:37 +00:00
mscott%netscape.com cf36828223 remove reference to nsIStreamConverter2. 1999-09-03 22:05:34 +00:00
mscott%netscape.com 696e37bebd we need to include nsMsgMimeCID.h now 1999-09-03 22:04:44 +00:00
sspitzer%netscape.com 3865e54b3a rewrite the migration code to use CreateAccount(), CreateIncomingServer() and CreateIdentity(). rely on alecf's code to generate the uniq keys. fix a infinite loop bug in the uniq key generation for accounts. remove or cleanup a bunch of printfs. 1999-09-03 10:25:06 +00:00
sspitzer%netscape.com ff7723433b fix a couple warnings. 1999-09-03 10:21:20 +00:00
hyatt%netscape.com 0b66836732 Hooking up persistence of tree column state in the folder pane. 1999-09-03 09:31:25 +00:00
hyatt%netscape.com 6e799d5002 Hooking up persistence of column state in the thread pane. 1999-09-03 09:22:19 +00:00
hyatt%netscape.com d38ea52e16 Adding fixed width columns to the mailnews UI. 1999-09-03 09:02:21 +00:00
sspitzer%netscape.com d9cf98db7d fix for bug #13083. missing entity caused the Copies and Folders pane to come up blank. 1999-09-03 08:23:45 +00:00
sspitzer%netscape.com 3f30819ff0 remove the useless MigratePrefs method. change upgradePrefs() into UpgradePrefs() and make it part of the nsIMsgAccountManager interface, so alecf can call it from js. 1999-09-03 08:06:13 +00:00
sspitzer%netscape.com 534e99c143 make the nsIImapIncomingServer interface fully scriptable. none of that cheesy %{C++ crap for this interface. Also use the almighty NS_DECL_NSIIMAPINCOMINGSERVER macro the xpidl compiler generated for me. 1999-09-03 07:22:10 +00:00
sspitzer%netscape.com 2cbf6f9eac add the new idl to the mac project. 1999-09-03 07:01:39 +00:00
sspitzer%netscape.com 0db349427d introduce and use the UPGRADE_AND_CLEAR_*_PREF macros. this cleans up a lot of code. add a bunch of new attributes to the nsIImapIncomingServer interface, and the matching code to get and set these prefs. (examples, delete_model, offline_download, dual_use_folders, etc.) remove nsIImapIncomingServer.h, now we use nsIImapIncomingServer.idl. migrate all those new nsIImapIncomingServer attributes when migrating from 4.x to 5.0 1999-09-03 07:01:37 +00:00
sspitzer%netscape.com d784692123 fix my weird code. 1999-09-03 06:56:42 +00:00
jefft%netscape.com a029b3832e fixed assert when calling SaveMessageToDisk() 1999-09-03 05:28:40 +00:00
sspitzer%netscape.com e6ddc95132 ignore the generated Makefile 1999-09-03 05:00:55 +00:00
sspitzer%netscape.com 3a210794d9 first pass at XPIDL-ifying nsIImapIncomingServer 1999-09-03 04:57:30 +00:00
jefft%netscape.com 8bbf5abf79 more bullet prove; check m_channel prior processing current url 1999-09-03 02:29:00 +00:00
jefft%netscape.com 73aec1aeb7 implemented SaveAs() method 1999-09-03 02:27:36 +00:00
jefft%netscape.com 94e527b91f enable SaveAs() command 1999-09-03 02:26:58 +00:00
jefft%netscape.com afae46a6c8 added saveAs() method for SaveAsFile() & SaveAsTemplate() 1999-09-03 02:25:53 +00:00
bienvenu%netscape.com 0c7dcbfb74 more cleanup of unused routines, work on namespace stuff 1999-09-03 00:46:40 +00:00
sspitzer%netscape.com 2e20b1a044 fix for #13062. prevent infinite loop when reading news. 1999-09-02 22:07:48 +00:00
sfraser%netscape.com fb60454a75 Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup" 1999-09-02 21:58:12 +00:00
alecf%netscape.com 41dcac0e5c fix crash when server has no local root folder 1999-09-02 21:54:58 +00:00
putterman%netscape.com 1e5f8bb572 Speed up GetTarget by comparing to collation/sort property ptrs instead of parsing
property each time.
1999-09-02 21:54:11 +00:00
putterman%netscape.com db8d6a8711 use proportional sizing in threadPane. 1999-09-02 21:53:05 +00:00
alecf%netscape.com 63229391bb remove stupid dump()s 1999-09-02 21:50:07 +00:00
alecf%netscape.com eb182b184d account wizard now creates new accounts
(first rough cut)
1999-09-02 21:48:26 +00:00
alecf%netscape.com 614d547158 implement getUniqueAccountKey for accounts 1999-09-02 21:47:59 +00:00
cata%netscape.com cf43cc9429 Method name change. 1999-09-02 21:35:50 +00:00
tonyr%fbdesigns.com 52e5ad25fd Added NS_ADDREF to child returned from GetChildNamed 1999-09-02 21:23:26 +00:00
mscott%netscape.com 3161ca1600 rename Cancel() to DoCancel so we don't over-write method from base class (which we will be doing
when the protocol inherits from nsIChannel).
1999-09-02 21:06:18 +00:00
mscott%netscape.com 8e63230339 we should never delete an interface...always use release! i kept crashing here 1999-09-02 20:57:12 +00:00
cata%netscape.com 1b1a05d6dd Method name change. 1999-09-02 20:55:40 +00:00
cata%netscape.com ace44ed456 Method name change. 1999-09-02 20:01:26 +00:00
cata%netscape.com 7754532498 Method name change. 1999-09-02 19:54:39 +00:00
mscott%netscape.com 788bcfb6be First checked in. Export nsMsgMimeCID.h 1999-09-02 17:59:12 +00:00
mscott%netscape.com 5862d1e615 Enter the mime\build directory. 1999-09-02 17:57:43 +00:00
mscott%netscape.com 1a9492de20 build a Makefile for mailnews\mime\build 1999-09-02 17:57:15 +00:00
mscott%netscape.com 6d6c116b32 first checked in. 1999-09-02 17:56:30 +00:00
mscott%netscape.com c94b6ada3a clean up the makefile a bit. 1999-09-02 17:54:48 +00:00
mscott%netscape.com 39e87f60b2 Build the build directory. 1999-09-02 17:53:50 +00:00
mscott%netscape.com adf009f849 Not part of the build! new makefile to export nsMsgMimeCID.h 1999-09-02 05:46:17 +00:00
mscott%netscape.com ada7e02637 (NOt part of the build!) New header file so we can pull all the CIDs in mime out of the interface files. 1999-09-02 05:45:51 +00:00
sfraser%netscape.com 74f43c0f23 Landing XUL overlays for editor keys, toolbars and menus. 1999-09-02 04:55:52 +00:00
sfraser%netscape.com c62adc772a No longer need the dot of .Format 1999-09-02 04:50:14 +00:00
briano%netscape.com 5469ae0334 Fix for objdir builds. 1999-09-02 02:44:15 +00:00
briano%netscape.com afac2beb0d Fix for objdir builds. 1999-09-02 02:37:58 +00:00
briano%netscape.com b7ba61b5b8 Fix for objdir builds. 1999-09-02 02:21:24 +00:00
briano%netscape.com 903fa1916f Fix for objdir builds. 1999-09-02 02:05:57 +00:00
briano%netscape.com b21f69f0da Fix for objdir builds. 1999-09-02 01:46:38 +00:00
bienvenu%netscape.com fca5addc43 force creation of imap directories 1999-09-02 01:38:07 +00:00
ducarroz%netscape.com f0bd325bbc Hide HTML toolbar when compose in plain text mode, fix bug 9512 1999-09-02 01:26:34 +00:00
alecf%netscape.com ebc9b041fc link against unix timer lib so that we get NS_NewTimer 1999-09-02 00:33:42 +00:00
putterman%netscape.com 5aed4039e8 remove bold from messages. 1999-09-01 23:51:14 +00:00
putterman%netscape.com d22bba72ad Turn this into an overlay. 1999-09-01 23:50:48 +00:00
putterman%netscape.com 448fcf03da Use boxes to layout 3pane. 1999-09-01 23:50:33 +00:00
putterman%netscape.com 176055a7dd Move code to msgMail3PaneWindow.js 1999-09-01 23:50:16 +00:00
putterman%netscape.com b047198967 added msgMail3PaneWindow.js to build. 1999-09-01 23:49:47 +00:00
putterman%netscape.com 00184e6725 Fix xul for messages. 1999-09-01 23:48:41 +00:00
cata%netscape.com b200afe9c3 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:57:29 +00:00
cata%netscape.com 0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
sfraser%netscape.com a209af5eb1 include stdio.h using system paths. 1999-09-01 21:28:07 +00:00
bienvenu%netscape.com e6fa733e48 basic folder undiscovery works, capabilities cached 1999-09-01 20:19:01 +00:00
bienvenu%netscape.com 835c8699d5 fix threaded view enumerator 1999-09-01 20:10:48 +00:00
jefft%netscape.com b37dfd2d1c fixed bug 12928 - Delete imap folder makes Trash disappear from the folder view 1999-09-01 20:06:25 +00:00
jdunn%netscape.com 68bfc30bf9 specify that nsIMsgWindowData is a public baseclass otherwise it will
be 'assumed' private by some compilers
1999-09-01 19:48:44 +00:00
sspitzer%netscape.com 1b0b6a690d fix VC 5.0 build bustage. bad code, strict compilers are your friends. 1999-09-01 07:03:04 +00:00
sspitzer%netscape.com e40911db58 changes to support the new "none" incoming server type.
divorce "pop3" from local mail.  (more to be done here).
general code clean up.
fix #12873 and #12801
1999-09-01 06:08:19 +00:00
sspitzer%netscape.com 251f18a5f9 added files: mozilla/mailnews/local/public/nsINoIncomingServer.idl 1999-09-01 06:06:59 +00:00
sspitzer%netscape.com 2682cd901e added files: mozilla/mailnews/local/src/nsNoIncomingServer.cpp 1999-09-01 06:06:45 +00:00
jefft%netscape.com f148c5748c fixed bug 12921, 12922 - duplicate folders in folder view 1999-09-01 05:42:02 +00:00
sspitzer%netscape.com e0d449a9e2 adding new files for the "none" server, which is used 4.x style "Local Mail" when using IMAP. 1999-09-01 04:43:41 +00:00
mscott%netscape.com a40fc1f4ab Remove obsolete file. It's been replaced by an idl file. 1999-09-01 04:24:26 +00:00
chuang%netscape.com 695f835da6 Address book import (ldif) 1999-09-01 04:18:43 +00:00
mscott%netscape.com ce60213a26 There were a couple methods in here which were trying to figure out a temp directory to use for things. Use
nsSpecialDirectory::OS_TemporaryDirectory instead.
1999-09-01 04:09:48 +00:00
mscott%netscape.com 3110bc82ef Bug #8076/9836 --> use specialDirectory::OS_TemporaryDirectory to determine the directory to write tempMessage.eml out to. 1999-09-01 04:09:07 +00:00
alecf%netscape.com ba4c4f1067 remove some warnings for rhp 1999-09-01 01:00:06 +00:00
cyeh%netscape.com 9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
ducarroz%netscape.com 88bb5fc976 Send full name of sender, fix bug 10500 1999-09-01 00:50:07 +00:00
alecf%netscape.com e113a6f5f1 oops, the signature is an object, doesn't belong in a form 1999-09-01 00:49:45 +00:00
alecf%netscape.com 925b3cd55e add save capability to account manager 1999-09-01 00:46:21 +00:00
alecf%netscape.com d651af4ec5 it's ok to clear a user pref that isn't there. 1999-09-01 00:45:15 +00:00
alecf%netscape.com c242e70273 add new getUniqueKey for creating unique server/identity keys 1999-09-01 00:42:34 +00:00
ducarroz%netscape.com de3a2a52da Set the caption after ender is done loading the page. Fix bug 10396 1999-09-01 00:42:16 +00:00
ramiro%netscape.com 18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
mcafee%netscape.com de1720a4e2 Fixing solaris bustage. 1999-08-31 10:59:48 +00:00
mscott%netscape.com 647acdcd19 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't run pop urls if the server is already busy.
1999-08-31 06:53:26 +00:00
mscott%netscape.com 7f9a04ad6d Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't biff if the server is alread busy.
1999-08-31 06:52:48 +00:00
mscott%netscape.com 44de0f44c0 Bug #11895 --> add protection for preventing multiple get new message calls on the same server. 1999-08-31 06:52:27 +00:00
alecf%netscape.com 5a7eac87ed more exorcism of abort() 1999-08-31 06:36:23 +00:00
alecf%netscape.com 2f273a8872 fix unused variable 1999-08-31 06:29:53 +00:00
alecf%netscape.com 0719bf1c03 do not EVER abort(). this is rediculous. 1999-08-31 06:23:12 +00:00
alecf%netscape.com 02051f03f2 fix leak of e-mail address 1999-08-31 06:17:02 +00:00
alecf%netscape.com 510e1197f1 fix leak 1999-08-31 06:16:21 +00:00
alecf%netscape.com f06eb99d33 some minor fixes for GFX widgets and changes to the DOM. 1999-08-31 06:14:50 +00:00
alecf%netscape.com 9d390186f0 remove the second most common FMM in mail/news 1999-08-31 06:13:42 +00:00
alecf%netscape.com 1508f4cc23 remove the most common FMM in mail/news 1999-08-31 06:12:50 +00:00
mscott%netscape.com 0ff4f93d1b prevent future build breakage for unix builds that have tests enabled....
synch up new get password apis.
1999-08-31 05:44:41 +00:00
mscott%netscape.com 8f2820a928 password api synch 1999-08-31 04:43:29 +00:00
mscott%netscape.com d4595ec52c when getting pwd from the server, never try to bring up the UI when we are in the imap thread. use new
password methods on the server sink.
1999-08-31 04:42:49 +00:00
mscott%netscape.com 1e91989d48 user password code is now implemented on the server not on the folder... 1999-08-31 04:42:22 +00:00
mscott%netscape.com defe8a85a4 remove GetPasswordFromuser 1999-08-31 04:42:01 +00:00
mscott%netscape.com 977e458984 support prompt password method from nsIImapServerSink.idl 1999-08-31 04:41:43 +00:00
mscott%netscape.com 5b74502d45 Remove get user password stuff as this is now a method on the server. 1999-08-31 04:41:16 +00:00
mscott%netscape.com 9625ace715 Add prompt for password method. 1999-08-31 04:40:58 +00:00
mscott%netscape.com 848b9372ac get password api synch 1999-08-31 04:40:38 +00:00
mscott%netscape.com 9bf4171e71 remove over-ride of set/get password. Password knowledge has been centralized
move get password logic out to a common base class (nsMsgIncomingServer)
1999-08-31 04:40:14 +00:00
mscott%netscape.com 58ce8728d2 migrate smarts about getting password from pop3 protocol to incoming server
so everyone can share in the logic including imap and eventually news.
Bug #7444 --> Add remember password smarts
1999-08-31 04:39:43 +00:00
mscott%netscape.com 3796f3182f specify that we don't want UI when asking for the password 1999-08-31 04:39:19 +00:00
mscott%netscape.com 8727938dfc GetPassword takes an argument specifying if you want UI or not 1999-08-31 04:39:06 +00:00
alecf%netscape.com d06027fd7b open account wizard a little larger by default 1999-08-31 03:36:29 +00:00
alecf%netscape.com 44bf72bcc7 update account manager to size all content correctly 1999-08-31 03:36:11 +00:00
alecf%netscape.com d1fe765b61 add search locale to unix build 1999-08-31 03:22:23 +00:00
alecf%netscape.com 2d4a4383c0 add new search locale makefiles 1999-08-31 03:21:45 +00:00
alecf%netscape.com 30fb50812d update account manager to take new identity fields, and add support for onInit() and onSave() events in account manager pages 1999-08-31 03:18:01 +00:00
alecf%netscape.com c86358e24c first time added 1999-08-31 03:16:37 +00:00
alecf%netscape.com 79443a6db0 update DTDs to use new strings 1999-08-31 03:16:02 +00:00
bienvenu%netscape.com 37f9b9da7b more work on folder undiscovery 1999-08-31 03:12:16 +00:00
bienvenu%netscape.com fefd155969 add created offline folder flag 1999-08-31 03:09:30 +00:00
alecf%netscape.com b8071b4184 remove unused pages from account manager 1999-08-31 02:27:58 +00:00
putterman%netscape.com 1a59d6639c Add image class to image columns. 1999-08-31 01:36:38 +00:00
ducarroz%netscape.com b5da78d3b7 Set correctly the focus either on the first repient or on the body. Fix for bug 6565, 8481 and 12080 1999-08-31 01:12:25 +00:00
alecf%netscape.com 2d544a12eb add a bunch of new attributes for identities 1999-08-31 00:19:08 +00:00
sspitzer%netscape.com 29a4df5a10 code clean up. fix bug #8362, pop up server error message as alerts. since #7770 is fixed, remove the ifdefs. 1999-08-30 22:31:45 +00:00
putterman%netscape.com 82d604a5a0 msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll 1999-08-30 22:17:13 +00:00
putterman%netscape.com 1494b97366 Turn on Next and Previous menu items. 1999-08-30 22:14:14 +00:00
putterman%netscape.com 0c76851ba8 use new view navigation code for next and previous menu items. 1999-08-30 22:13:45 +00:00
putterman%netscape.com 7500dfc242 include msgViewNavigation.js 1999-08-30 22:13:26 +00:00
putterman%netscape.com 9ef475d95b Remove view navigation code. 1999-08-30 22:13:12 +00:00
putterman%netscape.com 29e6397e4c add msgViewNavigation.js 1999-08-30 22:13:00 +00:00
putterman%netscape.com 6c0316033c If there's no root folder in GetRootFolder, create one. 1999-08-30 22:12:20 +00:00
putterman%netscape.com bc95087542 Don't show normal priority string. 1999-08-30 22:11:50 +00:00
putterman%netscape.com c3b29bc0d8 Don't show counts for servers. 1999-08-30 22:11:30 +00:00
putterman%netscape.com 5cefe3cdfc use GetRootFolder which now creates a root folder if there isn't one. 1999-08-30 22:11:07 +00:00
putterman%netscape.com 5412e152a4 Make sure we work when we have to parse a .msf file. 1999-08-30 22:10:39 +00:00
alecf%netscape.com 33dfa6bea9 add makefiles for locale directory 1999-08-30 22:07:55 +00:00
alecf%netscape.com c6216ef5fe oops, wrong depth 1999-08-30 22:06:59 +00:00