Commit Graph

5106 Commits

Author SHA1 Message Date
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