Commit Graph

1033 Commits

Author SHA1 Message Date
alecf%netscape.com
4cb543fc41 localize these files 1999-06-23 10:51:43 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
hyatt%netscape.com
b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
mscott%netscape.com
254f533268 Redefine MSG_LINEBREAK in terms of NS_LINEBREAK. Later, I'll remove MSG_LINEBREAK all together and just use NS_LINEBREAK. 1999-06-23 00:03:14 +00:00
alecf%netscape.com
8132ee7888 make "and" the default 1999-06-23 00:02:52 +00:00
sspitzer%netscape.com
acad356044 more work for respecting the newsrc file. more to come. 1999-06-22 23:42:29 +00:00
jefft%netscape.com
d8792cc7fe added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl 1999-06-22 23:24:25 +00:00
jefft%netscape.com
d83052b6c3 added new file - nsIMsgCopyService.idl 1999-06-22 23:20:56 +00:00
alecf%netscape.com
3211999d03 add account wizard to mac build 1999-06-22 22:33:48 +00:00
alecf%netscape.com
2cc0ab5e11 add account wizard to the windows build 1999-06-22 22:32:40 +00:00
alecf%netscape.com
2081114d61 update account wizard framework:
- save values in a hash in the main wizard context
- repopulate pages as they are loaded
- add validation routine support for pages
1999-06-22 22:30:17 +00:00
alecf%netscape.com
19f1840e39 update wizard pages to have more stuff 1999-06-22 22:28:53 +00:00
alecf%netscape.com
c035e667c2 oops, use dump() not print() 1999-06-22 22:03:09 +00:00
nhotta%netscape.com
be3e28fe91 Bug fix 8246, synch charset menu items with browser. 1999-06-22 21:39:53 +00:00
mscott%netscape.com
fce7015fb4 Use MSG_LINEBREAK instead of LINEBREAK. 1999-06-22 18:55:32 +00:00
alecf%netscape.com
87766b49e8 prevent creation/addition of non-unique servers 1999-06-22 05:59:42 +00:00
alecf%netscape.com
a73331fdcb rename some methods to be more consistent
make all accesses to the account manager kick off LoadPrefs so they can be loaded on demand
don't forget to clean up the accounts in the hash table during destruction
1999-06-22 05:32:50 +00:00
sspitzer%netscape.com
deff73af4a start of work to respect the newsrc files. code cleanup. use nsCOMPtr. 1999-06-22 04:45:15 +00:00
alecf%netscape.com
05fd122471 add userid@ to all mail/news URIs and add parsing code to support this
this change allows servers to be unique by {userid, hostname, type} combination and allows nsIMsgAccountManager::FindServer() to search for servers this way.
1999-06-22 03:03:48 +00:00
alecf%netscape.com
ae6e17ef5a remove useless debugging 1999-06-22 00:45:40 +00:00
alecf%netscape.com
9e66b2d995 remove some #if 0'd code 1999-06-22 00:45:13 +00:00
alecf%netscape.com
1265fe018b add Account Wizard to the unix build 1999-06-22 00:42:08 +00:00
putterman%netscape.com
98ba490908 You can now have biffs from multiple POP servers. 1999-06-22 00:24:53 +00:00
putterman%netscape.com
ba0e9b3a0f backing out changes until I get them working correctly. 1999-06-21 23:34:27 +00:00
putterman%netscape.com
9ae981dede GetFoldersWithFlag now AddRefs its results. 1999-06-21 23:24:29 +00:00
putterman%netscape.com
c4b1eb901c Can now biff from multiple servers. 1999-06-21 23:23:43 +00:00
putterman%netscape.com
7d56c0e962 Add some performance timing output. 1999-06-21 23:23:12 +00:00
jefft%netscape.com
da1c3fd40b added readonly attribute nsIMsgDatabase msgDatabase for undo work 1999-06-21 22:56:18 +00:00
mscott%netscape.com
4502f7816e added files: mozilla/mailnews/base/util/nsMsgMailNewsUrl.cpp 1999-06-21 22:21:19 +00:00
mscott%netscape.com
d4b0c59119 Export nsMsgMailNewsUrl.h 1999-06-21 22:20:07 +00:00
mscott%netscape.com
f741219424 Add threadsafe check in Query Interface call. 1999-06-21 21:11:29 +00:00
mscott%netscape.com
dfd783611b Start building nsMsgMailNewsUrl.... 1999-06-21 21:09:53 +00:00
mscott%netscape.com
a71f224adb Start building nsMsgMailNewsUrl....(no one is actually using it in any implementation though). 1999-06-21 21:09:16 +00:00
mscott%netscape.com
cddba9c895 Necko prep-integration work...add a base implementation class for mailnews urls. This encapsulates some common code that was shared across mailnews protocols. It should make my necko integration work easier as well.
(not part of the build yet).
1999-06-21 20:36:03 +00:00
ducarroz%netscape.com
cc671bb812 Remove forward as quoted. 1999-06-21 20:28:39 +00:00
sspitzer%netscape.com
3c966d4e31 fix for #8360. Get "mailnews.start_page.enabled" and "mailnews.start_page.url" to work. 1999-06-21 02:25:34 +00:00
alecf%netscape.com
13d0da7823 fix some of the options so that new rows are added correctly. 1999-06-20 22:05:11 +00:00
alecf%netscape.com
fecfc88199 add completions to tests so that we can traverse specific object types 1999-06-20 22:04:33 +00:00
alecf%netscape.com
f1ac238fe4 add initial implementation of the account wizard 1999-06-20 22:03:12 +00:00
bienvenu%netscape.com
597e93264c fix rfc822 header compare, empty string handling 1999-06-20 15:36:01 +00:00
sfraser%netscape.com
7ec882a272 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why. 1999-06-19 22:04:20 +00:00
bienvenu%netscape.com
9a2d2bcd32 fix filter success determination 1999-06-16 05:56:33 +00:00
alecf%netscape.com
d685d867f0 localize the dialog title 1999-06-16 05:37:21 +00:00
alecf%netscape.com
fc1577dae8 add FilterListDialog.js to makefiles 1999-06-16 05:35:51 +00:00
alecf%netscape.com
a3f201cf7a set column widths appropriately 1999-06-16 05:35:33 +00:00
alecf%netscape.com
a7ec812328 add some logic for Filters 1999-06-16 05:34:36 +00:00
alecf%netscape.com
a6ffeb705c remove some excess XUL that used to have templates for combo boxes 1999-06-16 05:32:17 +00:00
bienvenu%netscape.com
5ec4157361 fix warnings 1999-06-16 05:23:05 +00:00
waterson%netscape.com
d118a3b826 Juggle headers a bit so that we can build on VC5.0 and gcc-2.7.2.3 (need definition of classes for use with nsCOMPtr). 1999-06-16 04:42:45 +00:00
sspitzer%netscape.com
42af1032c1 missing newlines at the end of the file 1999-06-16 00:23:12 +00:00
putterman%netscape.com
327e7edb76 use chrome url to use PrefsWindow.js 1999-06-15 23:47:08 +00:00
mscott%netscape.com
21eeea4d85 Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods. 1999-06-15 23:34:52 +00:00
ducarroz%netscape.com
8b7b788e5c add search folder to project 1999-06-15 23:32:34 +00:00
bienvenu%netscape.com
9185ff8e27 add search.lib 1999-06-15 23:31:52 +00:00
bienvenu%netscape.com
dc67e31ff4 add search to base 1999-06-15 23:31:32 +00:00
putterman%netscape.com
717e0b2cb1 Remove an extra AddRef. 1999-06-15 23:23:13 +00:00
putterman%netscape.com
d59c2a6560 Return NS_OK for DoCommand. 1999-06-15 23:22:59 +00:00
putterman%netscape.com
d3d066122c Set the webshell's default character set. 1999-06-15 23:22:12 +00:00
bienvenu%netscape.com
fa296bd02b implement FindSubFolder 1999-06-15 23:18:57 +00:00
jefft%netscape.com
fe5c0ab7ad added files: mozilla/mailnews/base/util/nsMsgTxn.cpp 1999-06-15 13:17:46 +00:00
jefft%netscape.com
af8c153330 more on undowork -- adding base nsMsgTxn class for base undo object 1999-06-15 13:10:47 +00:00
jefft%netscape.com
3e20e61574 more on undo work - remove transaction manager from folder array after retrieving it 1999-06-15 13:08:12 +00:00
sspitzer%netscape.com
330ef6e11b remove the "." from Subscribe. it launches subscribe.xul (in all it's glory) now. 1999-06-15 05:03:40 +00:00
sspitzer%netscape.com
9cae862e85 add the ".\" so the resources get exported. 1999-06-15 04:26:01 +00:00
sspitzer%netscape.com
25a1cfb65c launch the subscribe dialog. 1999-06-15 04:22:41 +00:00
alecf%netscape.com
7532075779 add type attribute to nsIMsgIncomingServer, and reduce warnings by not using "value" 1999-06-15 03:47:59 +00:00
alecf%netscape.com
a24d35bff6 use new code for opening preferences with a specific pref page 1999-06-15 03:32:02 +00:00
alecf%netscape.com
55cd9089a8 search dialog is now active 1999-06-15 03:31:28 +00:00
putterman%netscape.com
23b41af5b2 Commit after setting charset. 1999-06-15 01:25:15 +00:00
putterman%netscape.com
ede9a7971c Add charset method. 1999-06-15 01:24:56 +00:00
putterman%netscape.com
4799f7f3af Add back charset method. 1999-06-15 01:23:34 +00:00
alecf%netscape.com
3c226bb451 add extra <treecell> tags so entire row selection works 1999-06-15 00:56:30 +00:00
alecf%netscape.com
a4080b6c68 hook up close button 1999-06-15 00:52:49 +00:00
alecf%netscape.com
57c924e7d9 add code to open Search and Filter dialogs from menus, and put functions in the right place 1999-06-15 00:49:23 +00:00
alecf%netscape.com
67ecc674a2 fix filter list dialog - preftree.css is gone, etc.. 1999-06-15 00:48:19 +00:00
alecf%netscape.com
65fd013a14 fix capital E 1999-06-15 00:04:40 +00:00
alecf%netscape.com
fd707a9a2b update menus, add search menu, etc 1999-06-15 00:01:23 +00:00
alecf%netscape.com
a16cc81bf2 implement GetPrettyName() correctly - return the hostname if no prettyname is known 1999-06-14 22:53:09 +00:00
alecf%netscape.com
e7fe1f0f6e fix leak in case it fails (GetLocalPath might return nsnull) 1999-06-14 22:51:41 +00:00
alecf%netscape.com
2de3b5c34f add searchdialog.js to the build 1999-06-14 22:49:05 +00:00
alecf%netscape.com
0c20adee9e implement more/less and add strawman for auto-updating combo boxes when search terms change 1999-06-14 22:47:42 +00:00
ducarroz%netscape.com
88daa70d06 add nsICopyMsgStreamListener.idl 1999-06-14 22:47:38 +00:00
alecf%netscape.com
cf64697634 localize this file 1999-06-14 22:46:28 +00:00
putterman%netscape.com
427f461702 use nsICopyMsgStreamListener.idl 1999-06-14 22:44:03 +00:00
putterman%netscape.com
24683a112f changed nsICopyMessageStreamListener.idl to nsICopyMsgStreamListener.idl 1999-06-14 22:43:45 +00:00
putterman%netscape.com
7f68ca1c73 Added GetRootFolder. 1999-06-14 22:22:51 +00:00
putterman%netscape.com
2538964415 nsCopyMessageStreamListener can be created from the factory, and deleting a message
doesn't deleteStorage.
1999-06-14 22:22:19 +00:00
putterman%netscape.com
a153009352 created nsICopyMessageStreamListener interface and added deleteStorage and GetRootFolder
to nsIMsgFolder.
1999-06-14 22:20:19 +00:00
putterman%netscape.com
2a13bab9b4 nsCopymessageStreamListener can be created through the factory. 1999-06-14 22:19:22 +00:00
bienvenu%netscape.com
33e7b223dc prepare for msgdb idl 1999-06-14 02:20:41 +00:00
sspitzer%netscape.com
96255e3aef rewrite to use nsString. 1999-06-12 17:51:55 +00:00
mscott%netscape.com
08ee6700a5 Fix memory leak of nsVoidArray. 1999-06-12 00:30:04 +00:00
rhp%netscape.com
c41ee84f6a New send later functionality 1999-06-11 23:42:45 +00:00
ducarroz%netscape.com
e3c6263b65 don't declare a variable into a for loop! 1999-06-11 23:15:34 +00:00
ducarroz%netscape.com
aad43df1e7 export all idl files from base/public 1999-06-11 23:08:53 +00:00
ducarroz%netscape.com
8f400d8535 add nsMailnewsTypes2.idl 1999-06-11 23:08:52 +00:00
ducarroz%netscape.com
afad998859 add nsIMsgFolder.idl, fix build bustage on Mac 1999-06-11 22:42:41 +00:00
ducarroz%netscape.com
cb135fdfb5 update manifest 1999-06-11 22:19:33 +00:00
putterman%netscape.com
d336e8ad96 added files: mozilla/mailnews/base/src/nsMsgNotificationManager.cpp 1999-06-11 22:17:13 +00:00
putterman%netscape.com
8452890596 Add gif for Biff. 1999-06-11 22:12:03 +00:00
putterman%netscape.com
a54cbf4431 Work on UnsentMessages. 1999-06-11 22:11:32 +00:00
putterman%netscape.com
c2289c8757 More work on Biff. 1999-06-11 22:10:42 +00:00
putterman%netscape.com
d676e0c982 Add work for SentUnsentMessages. 1999-06-11 22:10:02 +00:00
putterman%netscape.com
067a311c7f Add more work on Biff. 1999-06-11 22:09:47 +00:00
putterman%netscape.com
aecf41e9fd add nsMsgNotificationManager. 1999-06-11 22:08:09 +00:00
putterman%netscape.com
509830943a removed MailNewsTypes.idl 1999-06-11 22:07:08 +00:00
bienvenu%netscape.com
b839da424a restructure filter application to do imap filters 1999-06-11 07:01:39 +00:00
sspitzer%netscape.com
7f254be25a remove the "." from these menu items. they are working now. 1999-06-11 00:42:38 +00:00
ducarroz%netscape.com
206ae0f8a3 Replace ComposeMessageWithType by ComposeMessage 1999-06-11 00:25:20 +00:00
ducarroz%netscape.com
36da6727bb Replace Compose Appcore by XPConnect object nsIMsgComposeService & nsIMsgCompose. 1999-06-11 00:25:15 +00:00
putterman%netscape.com
6cac2bb6ff Use onclick until onchange gets fixed. 1999-06-10 23:26:37 +00:00
ducarroz%netscape.com
7026619839 export more IDL files 1999-06-10 22:02:24 +00:00
sspitzer%netscape.com
80cc8bf8cc clean up for nsIMsgHdr and nsIMessage header and idl insanity 1999-06-10 20:26:32 +00:00
sspitzer%netscape.com
ed24a82e14 clean up the nsIMsgHdr and nIMessage idl and header insanity. 1999-06-10 20:25:23 +00:00
sspitzer%netscape.com
9d88aaa6b9 clean up the nsIMsgHdr & nsIMessage idl and header insanity 1999-06-10 20:24:43 +00:00
mcmullen%netscape.com
7298d48ea8 Fix the mailnews pref-window-showing code to work with the prefwindow changes. 1999-06-10 20:23:06 +00:00
jefft%netscape.com
5343385862 undo framework 1999-06-10 14:55:36 +00:00
mscott%netscape.com
ee3af4fc35 change the start page. don't point to www.mozilla.org. this is only until #7417 gets fixed. 1999-06-10 07:26:38 +00:00
mscott%netscape.com
c3a0128e26 Change comment to reflect tthe appropriate interface. (it was confusing before). 1999-06-10 07:21:06 +00:00
mscott%netscape.com
7834f208ee fix memory leak 1999-06-10 03:06:28 +00:00
mscott%netscape.com
14b921cb3a Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
jefft%netscape.com
1b4780667e added GetTransactionManager() method 1999-06-09 01:31:01 +00:00
jefft%netscape.com
8467baf7ac added readonly attribute nsITransactionManager transactionManager 1999-06-09 01:30:27 +00:00
alecf%netscape.com
f04821d6ad get rid of generated headers 1999-06-08 22:50:58 +00:00
jefft%netscape.com
4636838c54 added Undo/Redo method 1999-06-08 22:15:58 +00:00
jefft%netscape.com
7707a1a9b7 added Undo/Redo method; construct instance of nsTransactionManager in InitializeFolderRoot() 1999-06-08 22:15:04 +00:00
sspitzer%netscape.com
b4725335ab turn off my debugging printfs. 1999-06-08 21:25:39 +00:00
putterman%netscape.com
87260370f5 Use onchange in threadPane and make selected color white. 1999-06-08 21:08:12 +00:00
alecf%netscape.com
579d1878c8 ignore generated files 1999-06-08 19:20:01 +00:00
alecf%netscape.com
3b9282fece localize this file by using entities 1999-06-08 19:18:44 +00:00
jefft%netscape.com
5b6691582d make sure we destroy the nsMessenger object after we close down the messenger window; call Release() in OnUnload() method 1999-06-08 19:05:40 +00:00
alecf%netscape.com
e3cd4e7312 remove the stupid dialog opening code 1999-06-08 19:02:43 +00:00
alecf%netscape.com
3314bc42e1 open account manager with window.openDialog() 1999-06-08 18:57:55 +00:00
sspitzer%netscape.com
58cd4c16c1 25 is the right max for Mac. from ns/lib/libmsg/newshost.cpp in the old world. 1999-06-08 18:33:30 +00:00
jefft%netscape.com
9aedb5568b accomodate alecf's name change for CloseMessenger() 1999-06-08 18:15:01 +00:00
putterman%netscape.com
5c158bd9ea Selection now selects the entire line. Folder pane no longer wraps. 1999-06-08 17:47:28 +00:00
sspitzer%netscape.com
e76d622b2f makefile fixes from reg@shale.csir.co.za (Jeremy Lea) 1999-06-08 06:25:56 +00:00
sspitzer%netscape.com
82354feb6e move StringHash to nsMsgUtils.cpp, and use NS_MsgHashIfNecessary() in all
the ns*URI2Path() calls in the ns*Utils.cpp files to hash the file
names if necessary.
also, don't use fprintf().
1999-06-08 05:08:31 +00:00
alecf%netscape.com
51592ac23a use attribute rather than function 1999-06-08 04:29:35 +00:00
alecf%netscape.com
ce9c1bc500 we can now use the frame directly instead of the IFRAME 1999-06-08 04:29:03 +00:00
alecf%netscape.com
fb5fe45595 for now, still use SetWindow whenever OpenURL is run 1999-06-08 04:28:43 +00:00
mscott%netscape.com
e5282ee10e Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time. 1999-06-08 03:09:13 +00:00
sspitzer%netscape.com
026c93aa61 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
alecf%netscape.com
aa061f9788 add NPL 1.1 1999-06-08 02:17:35 +00:00
sspitzer%netscape.com
614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
alecf%netscape.com
4aa7328e7e load the messenger start page from the onload handler rather than the src= attribute of the iframe 1999-06-08 00:59:47 +00:00
alecf%netscape.com
15ba149a07 add mozilla license, rename OnLoad/etc to OnLoadMessenger/etc 1999-06-08 00:59:02 +00:00
jefft%netscape.com
149d5de6f8 clean up - get rid of FindMessenger() & SetWindow() calls; fixed Move/CopyMesseages not working for POP3 mail folders; implemented Close() & OnUnload() method 1999-06-08 00:26:29 +00:00
jefft%netscape.com
56c8f36491 added Close() & OnUnload() method 1999-06-08 00:23:03 +00:00
mscott%netscape.com
9ea5079e21 LoadUrl signature takes a display consumer 1999-06-08 00:02:27 +00:00
alecf%netscape.com
97a8050ee8 fix bustage - getAccounts -> GetAccounts 1999-06-07 23:14:20 +00:00
alecf%netscape.com
aeeae419e0 new arrayDescribe() to describe() all elements of an array 1999-06-07 22:53:34 +00:00
alecf%netscape.com
b88dfece19 implement GetIdentities 1999-06-07 22:50:46 +00:00
alecf%netscape.com
eb11415865 add more useful dumps of account information 1999-06-07 22:08:50 +00:00
alecf%netscape.com
4f1245bf3d add account manager to tests 1999-06-07 22:06:10 +00:00
alecf%netscape.com
8f11a12376 fix uninitialized variable 1999-06-07 21:48:57 +00:00
mscott%netscape.com
4a20109d30 Bug #7715 --> set the character set for the messenger webshell to be UTF-8. 1999-06-07 21:31:53 +00:00
mscott%netscape.com
f8396a3a2b remove IGNORE_MANIFEST 1999-06-07 21:04:04 +00:00
mscott%netscape.com
b651bb132d remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 20:43:50 +00:00
mscott%netscape.com
bb264789fb Fix win32 build breakage (*I think*) by not trying to generate the dll until the install
phase and not the lib phase.
1999-06-07 08:13:14 +00:00
mscott%netscape.com
266ed15e24 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
mscott%netscape.com
b010b6ca4e Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
1999-06-07 06:41:51 +00:00
alecf%netscape.com
ca776f901e XPConnect doesn't seem to like returning NULL from string accessors 1999-06-07 04:29:18 +00:00
alecf%netscape.com
5ef0b5fc67 ignore makefile 1999-06-06 22:37:35 +00:00
alecf%netscape.com
8d547bee6a add some sample JavaScript tests 1999-06-06 22:37:16 +00:00
alecf%netscape.com
3ea7a6c876 make a little more robust so that we can easily call this from JS 1999-06-06 18:46:03 +00:00
mscott%netscape.com
95ffb1e54d Make LoadUrl public and not protected. 1999-06-05 21:47:04 +00:00
mscott%netscape.com
21065e6ab3 Comment out text following #endif to fix unix warning. 1999-06-05 20:33:36 +00:00
mscott%netscape.com
b9ae714a11 Add default implemenations for OnDataAvailable, OnStartBinding, OnStopBinding. Push even more functionality for loading a url up into the base class. 1999-06-05 20:21:27 +00:00
mscott%netscape.com
075e9d09d6 If we fail to register or unregister a component, we should remember the error code and return it, BUT we should also still try to register/unregister the rest of the components. 1999-06-05 01:02:42 +00:00
mscott%netscape.com
5106aa1e25 Bug #5633 -- use NS_WITH_SERVICE macro. 1999-06-04 23:42:18 +00:00
mscott%netscape.com
1f5bf29345 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-04 23:37:52 +00:00
sspitzer%netscape.com
8b8a341189 *** empty log message *** 1999-06-04 23:24:27 +00:00
mscott%netscape.com
1b9e6ee34d Export nsMsgProtocol.h 1999-06-04 23:17:38 +00:00
mscott%netscape.com
a3a8a59bd7 Build nsMsgProtocol. 1999-06-04 23:10:24 +00:00
mscott%netscape.com
0cbd571dd3 Aadd ability to spool a message to disk to the list of services a message service provides. 1999-06-04 23:00:52 +00:00
mscott%netscape.com
81fc669270 Build nsMsgProtocol.h nsMsgProtocol.cpp.
Clean up the makefile by removing extraneous CPP_SRCS declaration...
1999-06-04 22:59:05 +00:00
mscott%netscape.com
4301f6ee9f use nsAutoString and nsAutoString.GetBuffer in place of calling nsAutoCString. This is much more memory friendly and doesn't require an extra copy of the object getting created on the healp like nsAutoCString does. 1999-06-04 22:07:26 +00:00
mscott%netscape.com
6c9f928bec Remove nsAutoCString with nsAutoString.GetBuffer(). 1999-06-04 21:49:18 +00:00
mscott%netscape.com
825323d0e7 First checked in. New files used to encapsulate much of the cross mail-news protocol code. this is mostly mail protocol to core netlib integration code. Over the next couple days, I'll be updating the mailnews protocols to inherit from nsMsgProtocol and pushing commonality up to the nsMsgProtocol level. 1999-06-04 21:41:47 +00:00
sspitzer%netscape.com
31dd60fb77 FindMsgAppCore() is gone, since alecf removed the MsgAppCore.
The correct call is FindMessenger().
1999-06-04 17:45:57 +00:00
ducarroz%netscape.com
827efe1252 add nsIMessenger.idl, fix build bustage! 1999-06-04 07:45:52 +00:00
sspitzer%netscape.com
6b09afedc5 fix spelling mistake. 1999-06-04 04:32:07 +00:00
alecf%netscape.com
6e65c166dc fix leak 1999-06-04 04:17:26 +00:00
sspitzer%netscape.com
335ee86b2e nsIDOMMsgAppCore.idl is gone. 1999-06-04 04:12:09 +00:00
alecf%netscape.com
a2bb5212c6 oops, forgot to stop exporting these files 1999-06-04 04:03:12 +00:00
alecf%netscape.com
3a5c88095c added files: mozilla/mailnews/base/src/nsMessengerBootstrap.cpp, removed files: mozilla/mailnews/base/src/nsMessengerNameSet.cpp, mozilla/mailnews/base/src/nsMsgAppCore.cpp, mozilla/mailnews/base/src/nsJSMsgAppCore.cpp 1999-06-04 04:01:56 +00:00
alecf%netscape.com
3dc683beab Killing the messenger appcore once and for all.
Don't be frightened by the size of this checkin, most of the appcore conversion to XPConnect was fairly simple. Some of this is just fixing code that depended on the old appcore
1999-06-04 04:00:58 +00:00
putterman%netscape.com
4c38bf10fa Just comment out this function so I can get it right on the mac eventually. 1999-06-04 01:51:36 +00:00
putterman%netscape.com
54abbe2d08 Fix PRInt64 problems to fix bustage. 1999-06-04 01:19:56 +00:00
ducarroz%netscape.com
4c18e58f54 nsIMsgBiffManager.h is already exported by xpidl 1999-06-04 01:14:01 +00:00
ducarroz%netscape.com
b8e51b191f add nsIMsgBiffManager.idl, fix build bustage! 1999-06-04 01:09:04 +00:00
putterman%netscape.com
f329411475 fix build bustage 1999-06-04 01:07:03 +00:00
putterman%netscape.com
9ef1c9a85a Add nsIMsgBiffManager.h to fix bustage. 1999-06-04 00:53:56 +00:00
mscott%netscape.com
4b2683ff37 Use nsCAutoString instead of nsAutoCString. This new version is much more memory friendly, avoiding an extra copy of the string from getting created on the heap. 1999-06-03 23:37:10 +00:00
mscott%netscape.com
932a7ae28c Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:31:57 +00:00
putterman%netscape.com
71a6b0bdfe added files: mozilla/mailnews/base/src/nsMsgBiffManager.cpp 1999-06-03 22:59:23 +00:00
putterman%netscape.com
7abd55835c Set the folder charset. 1999-06-03 22:56:45 +00:00
putterman%netscape.com
8dc4664732 Added Charset functions. 1999-06-03 22:56:14 +00:00
putterman%netscape.com
9aa5104ebc Added BiffManager. 1999-06-03 22:55:47 +00:00