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

6816 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 6ae2ba930a Adding more Mac specific files to the tree - NOT PART OF THE BUILD 2000-01-27 00:45:31 +00:00
rhp%netscape.com 04d3844e67 Adding new files for AppleDouble support ... NOT PART OF THE BUILD 2000-01-27 00:02:23 +00:00
sfraser%netscape.com 336f69669f Use system includes for stdio.h. r=kin 2000-01-26 23:35:34 +00:00
rhp%netscape.com ea58383353 Had to convert these from C to CPP - THESE ARE NOT PART OF THE BUILD! 2000-01-26 23:13:23 +00:00
alecf%netscape.com 42c8d9f22c fix argument-checking - sending a null server is ok (we'll just give a null identity back)
however, use NS_ENSURE_ARG_POINTER() for aResult!
r=sspitzer
2000-01-26 22:55:16 +00:00
rhp%netscape.com b25f7c095b Fix for identifying 7bit ascii emails as 8bit data - Bug #: 20767 - r: bienvenu 2000-01-26 22:55:11 +00:00
alecf%netscape.com 007907ad29 start using weak references for the parent folder and the parent server
r=scottip
2000-01-26 22:53:55 +00:00
nhotta%netscape.com 324fe8e9a8 Fixed typdo, r=ftang. 2000-01-26 22:02:20 +00:00
bienvenu%netscape.com 63fa5073bc fix for blocker 25076 r=rhp 2000-01-26 16:50:38 +00:00
dcone%netscape.com 50dc1973a2 fixed a print parameter problem. 2000-01-26 16:15:57 +00:00
bienvenu%netscape.com 200958b425 fall back on uri if online name not set, r=sspitzer 2000-01-26 15:27:04 +00:00
dcone%netscape.com e31204f271 support for regression testing. r=rods 2000-01-26 15:14:41 +00:00
sspitzer%netscape.com 05fc021d09 changes for mac and windows 2000-01-26 11:18:11 +00:00
sspitzer%netscape.com 584a1b2bda make it so when you click on an account that has a server but no identities in the account setup dialog, it shows the
new panel "am-serverwithnoidentities.xul" panel.

now "Local Folders" works!
2000-01-26 11:16:38 +00:00
sspitzer%netscape.com 56d8a45bd8 fix crasher. now that there are no identities associated with
"local folders", we have to plug this hole.
2000-01-26 10:18:23 +00:00
sspitzer%netscape.com b18624d734 clean up nsIMsgFolder.idl and break it apart. r=alecf 2000-01-26 10:00:00 +00:00
sspitzer%netscape.com 947621f16a added files: mozilla/mailnews/news/public/nsIMsgNewsFolder.idl 2000-01-26 09:59:20 +00:00
sspitzer%netscape.com e8a066873d added files: mozilla/mailnews/local/public/nsIMsgLocalMailFolder.idl 2000-01-26 09:59:09 +00:00
sspitzer%netscape.com 39b8bcbe3e added files: mozilla/mailnews/imap/public/nsIMsgImapMailFolder.idl 2000-01-26 09:58:57 +00:00
sspitzer%netscape.com d6ed37c13f I'm taking this out of nsIMsgFolder. not part of build yet. 2000-01-26 09:50:06 +00:00
alecf%netscape.com c0c5561c87 remove some dead/redundant code
r=sspitzer
2000-01-26 08:28:16 +00:00
alecf%netscape.com 7a4fc3038e oops, comment out netscape-specific stuff for now 2000-01-26 08:22:11 +00:00
sspitzer%netscape.com 9343668fc1 remove the old method, it's gone now. 2000-01-26 08:19:56 +00:00
alecf%netscape.com a7308970d4 reduce dependancies
r=sspitzer
2000-01-26 08:17:07 +00:00
alecf%netscape.com 434b892bbb reduce unnecessary dependancies
r=sspitzer
2000-01-26 08:15:55 +00:00
sspitzer%netscape.com cc0d62ff60 fix warning (on the mac) that sfraser pointed out, by renaming
nsNewsFolder::AddSubfolder to nsNewsFolder::AddNewsgroup

implement cross-session newsgroup username / password by using prefs.
this will get re-written to use wallet, eventually.

remove cruft, where possible.

r=mscott
2000-01-26 06:46:01 +00:00
sspitzer%netscape.com 10dd4bd9d3 clean up / simplify how we determine if two folders are on the same server.
instead of comparing the username / hostname, we use the Equal method
of nsIMsgIncomingServer and compare the servers of the folders.

also, use nsXPIDLCString to clean things up.

r=mscott
2000-01-26 06:40:05 +00:00
alecf%netscape.com acc15eac51 oops, only answer GetTarget() for servers, not everything! (followup fix for an earlier checkin)
reviewed,discovered=scottip
2000-01-26 06:36:03 +00:00
sspitzer%netscape.com f5e688903b fix my printf. 2000-01-26 06:30:35 +00:00
sspitzer%netscape.com 8129e1dfe2 when we migrate a 4.x news server, we should turn "remember passwords" off, since for news in 4.x, we never remembered passwords (across sessions). 2000-01-26 06:27:59 +00:00
bienvenu%netscape.com 9f4009bcfc fix build warning 2000-01-26 06:13:32 +00:00
bienvenu%netscape.com 12fccea128 use online name instead of db name for imap folders, r=sspitzer 24631 2000-01-26 06:05:42 +00:00
sspitzer%netscape.com 5e9397b142 fix warnings. r=mscott 2000-01-26 04:13:00 +00:00
sspitzer%netscape.com 52cb81bd6b add "Equals" to the nsIMsgIncomingServer interface. we'll use this soon. r=alecf 2000-01-26 04:11:14 +00:00
sspitzer%netscape.com 9b6570c8b6 comments are allowed, so removing the cruft to prevent warnings 2000-01-26 04:08:26 +00:00
akkana%netscape.com 9131f68b78 Fix build bustage -- should be using PR_MIN, not MIN 2000-01-26 03:03:42 +00:00
alecf%netscape.com 1ef09f37c1 remove refresh trick now that the account manager reflects stuff correctly
r=sspitzer
2000-01-26 01:48:56 +00:00
alecf%netscape.com 1f621c0bbb oops! almost didn't initialize this variable
(thanks bienvenu!)
2000-01-26 01:28:05 +00:00
alecf%netscape.com fbc8c191c7 update the whole Set/Get[Pretty]Name functions to go through the same codepath, and send notifications as necessary 2000-01-26 01:21:24 +00:00
alecf%netscape.com 2c6e12b3af update account manager and folder datasources to reflect account changes to the tree, including account creation/destruction, as well as the name of the account
r=putterman
2000-01-26 01:20:24 +00:00
alecf%netscape.com 0cd5a61bd2 land the all new and improved, whiz-bang, do-it-yourself-batteries-not-included-use-at-your-own-risk-still-ugly-as-hell account wizard, to use ben goodger's wizard framework
r=sspitzer
2000-01-26 01:18:28 +00:00
sfraser%netscape.com 958a7faf27 Remove linkage with the Appcores shared libs (appcores is dead, baby, appcores is dead). r=law 2000-01-26 01:07:24 +00:00
alecf%netscape.com 1ae951d887 change ownership model of servers slightly, so that the hashtable is updated whenever servers are created and deleted. r=sspitzer 2000-01-26 01:05:34 +00:00
mscott%netscape.com 0966a385ee Bug #23889 --> fix a typo in a printf =) ya'll is technically spelled y'all.... 2000-01-26 01:01:48 +00:00
alecf%netscape.com 383b8eff9c use nsCAutoStrings instead of PR_smprintf/PR_smprintf_free/etc
r=sspitzer
2000-01-26 00:54:15 +00:00
rhp%netscape.com b8baaf67ea Fix for start page in non UTF-8 charset - Bug #: 20344 - r: alecf 2000-01-26 00:32:01 +00:00
rhp%netscape.com 2a0f4bb604 Fix for changing View Headers option - Bug #: 17001 - r: jefft 2000-01-26 00:31:29 +00:00
rhp%netscape.com 70170ee19f Fix for forwarding naming bug - Bug #: 25027 - r: jefft 2000-01-26 00:30:57 +00:00
putterman%netscape.com 2434ead87e Turn on multiple selection in thread pane again. r=sspitzer, a=granrose. 2000-01-25 18:08:11 +00:00
rhp%netscape.com eba6bcc409 Adding new files to the tree for AppleDouble support - NOT PART OF THE BUILD YET! 2000-01-25 15:42:32 +00:00