Commit Graph

1449 Commits

Author SHA1 Message Date
bruce%cybersight.com
ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
davidmc%netscape.com
c1b86c3728 file API changes 1999-09-03 22:27:25 +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
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
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
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
jefft%netscape.com
a029b3832e fixed assert when calling SaveMessageToDisk() 1999-09-03 05:28:40 +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
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
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
tonyr%fbdesigns.com
52e5ad25fd Added NS_ADDREF to child returned from GetChildNamed 1999-09-02 21:23:26 +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
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
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
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
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
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
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
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
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
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
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