Commit Graph

4774 Commits

Author SHA1 Message Date
mscott%netscape.com
9d4ed1a855 add set user name support. 1999-08-10 18:15:18 +00:00
mscott%netscape.com
8d0e7b6b12 Add SetUsername support. 1999-08-10 18:14:27 +00:00
mscott%netscape.com
22afe8b4ad nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes
some interface clean up work before adding GetServer to url interface.
1999-08-10 18:14:08 +00:00
mscott%netscape.com
38a72c5fc1 password and user name related clean up work. 1999-08-10 18:13:33 +00:00
mscott%netscape.com
3642cc74a6 nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-10 18:13:03 +00:00
mscott%netscape.com
8fc13baa57 Add SetUserName support which is going to be needed in order to figure out the server for a url. 1999-08-10 18:12:37 +00:00
mscott%netscape.com
0d8806d19c add SetuserName support 1999-08-10 18:10:45 +00:00
sspitzer%netscape.com
630f570a32 here's an idea: return the error. 1999-08-10 18:06:02 +00:00
hangas%netscape.com
3b674936da First Checked In. 1999-08-10 18:05:04 +00:00
mccabe%netscape.com
2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
mscott%netscape.com
87baa370a5 nsString(eOneByte) --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-10 07:24:11 +00:00
mscott%netscape.com
c37bb590d2 Add GetUserName support which is a private method on nsMsgMailNewsUrl and is not part of an interface. 1999-08-10 07:22:03 +00:00
alecf%netscape.com
4794a7f45a make this compile on unix
(this build on unix only!)
1999-08-10 07:02:10 +00:00
sspitzer%netscape.com
338f1519e1 ignore generate Makefile 1999-08-10 05:11:59 +00:00
jband%netscape.com
bf0f7149b8 adding missing NS_INIT_REFCNT() to ctor 1999-08-10 05:08:18 +00:00
bienvenu%netscape.com
a03473b8c2 fix build bustage 1999-08-10 04:51:32 +00:00
bienvenu%netscape.com
b51f6c1b47 remove hello kitty (sob), twiddle a couple status messages 1999-08-10 04:45:58 +00:00
alecf%netscape.com
719f9b06af clean up folder and server naming:
- prettyName is now a unicode string and lives in nsIFolder
- servers now have the automatic pretty name of "userid on servername" and can be overridden
- name consolidation is complete
1999-08-10 04:39:22 +00:00
rhp%netscape.com
beb8958aeb New images for message display UI 1999-08-10 04:25:49 +00:00
alecf%netscape.com
029a406afa fix unused variable 1999-08-10 04:04:58 +00:00
alecf%netscape.com
7cddd0f05d fixing uninitialized variables 1999-08-10 04:04:28 +00:00
alecf%netscape.com
fbc1a37229 fix uninitialize variable 1999-08-10 04:00:38 +00:00
bienvenu%netscape.com
f9e18a8b4e add subscribe and unsubscribe methods 1999-08-10 03:29:22 +00:00
bienvenu%netscape.com
88bba45875 more work on meteors when loading imap folders 1999-08-10 03:28:30 +00:00
rhp%netscape.com
cd64c3ebee fixing a non-intentional change 1999-08-10 03:15:23 +00:00
rhp%netscape.com
171635757a Possible fix for missing spaces 1999-08-10 02:50:29 +00:00
sspitzer%netscape.com
28790a7662 fix #10591. get news posting to work again. 1999-08-10 02:21:25 +00:00
hangas%netscape.com
cd3519d401 Changed background color of tree to inherit background color rather than the white picked up from xul.css 1999-08-10 01:56:51 +00:00
hangas%netscape.com
c023ea4488 Added treeallowevents to allow click through on addressing widget. 1999-08-10 01:36:20 +00:00
alecf%netscape.com
1fb958f7ba news doesn't need it's own nsNewsURI2Name anymore 1999-08-10 01:01:00 +00:00
alecf%netscape.com
576bc98ae1 IMAP doesn't need nsImapURI2Name anymore 1999-08-10 00:52:59 +00:00
alecf%netscape.com
e832b72a6c we don't need nsLocalURI2Name anymore, because this is done in base 1999-08-10 00:51:45 +00:00
alecf%netscape.com
1605deb0ad news doesn't need to link against JS 1999-08-10 00:48:47 +00:00
alecf%netscape.com
586ee5c8c5 news doesn't need its own implementation of GetName 1999-08-10 00:48:09 +00:00
alecf%netscape.com
2c821c57bc IMAP doesn't need it's own implementation of GetName 1999-08-10 00:47:44 +00:00
alecf%netscape.com
ef175cd013 get rid of local mail's implementation of GetName 1999-08-10 00:47:07 +00:00
hangas%netscape.com
0f5d4fd37b Fixed tree to not have extraneous treeitem node with ref=. This was causing the template builder to give me an extra treechildren and treeitem node. 1999-08-10 00:45:30 +00:00
alecf%netscape.com
f304daa6f7 use == to compare actual nodes instead of PL_strcmp (more work still yet to be done here) 1999-08-10 00:44:29 +00:00
alecf%netscape.com
9694f7aa53 fix naming of folder by caching in mName 1999-08-10 00:03:46 +00:00
hangas%netscape.com
bf63c48eed Moved addressing widget from messengercompose to its own overlay 1999-08-09 23:59:54 +00:00
hangas%netscape.com
0dd4f2652b added addressing widget to build 1999-08-09 23:59:06 +00:00
hangas%netscape.com
e1781071b1 First Checked In. 1999-08-09 23:58:19 +00:00
alecf%netscape.com
14068dc6b9 fix uninitialize variable 1999-08-09 23:28:27 +00:00
jefft%netscape.com
4ec8e8b82d added DeleteFolder() 1999-08-09 23:21:25 +00:00
jefft%netscape.com
0a6cd043f5 added InTrash() & DeleteSubFolders() 1999-08-09 23:20:24 +00:00
jefft%netscape.com
cdcf6b93ac added DeleteFolder() 1999-08-09 23:15:06 +00:00
alecf%netscape.com
82b5f6a513 removed files: mozilla/mailnews/compose/src/nsMsgCompPrefs.cpp 1999-08-09 23:04:09 +00:00
alecf%netscape.com
8392ca4cf6 remove nsMsgCompPrefs from build 1999-08-09 23:01:10 +00:00
alecf%netscape.com
b6a291576d reorder member variables to match constructor 1999-08-09 22:47:53 +00:00
bienvenu%netscape.com
844cc21667 add imap resources to build 1999-08-09 21:20:07 +00:00
bienvenu%netscape.com
404e16da1f add imap msgs to build 1999-08-09 21:19:47 +00:00
bienvenu%netscape.com
df2d5ddb2c get progress meter working 1999-08-09 21:08:47 +00:00
bienvenu%netscape.com
be9b965433 fix gcc warning 1999-08-09 21:07:33 +00:00
rhp%netscape.com
bf4d35c7c5 Adding new files to get ready for XUL header output 1999-08-09 20:54:03 +00:00
sspitzer%netscape.com
7ae5326863 remove some #if 0 code. why? because its crap. 1999-08-09 20:53:14 +00:00
bienvenu%netscape.com
e0f8d8fb50 clean up resource export for imap, not part of build yet 1999-08-09 20:21:59 +00:00
bienvenu%netscape.com
98bc602428 sort by sender correctly, fix ptr/ref idl stuff in nsIMsgDatabase 1999-08-09 19:52:46 +00:00
putterman%netscape.com
447605d0a7 Only refresh after EmptyTrash if the trash is the currently selected folder. 1999-08-09 19:51:07 +00:00
chuang%netscape.com
74311a9c00 fix Bug 11399 and add remove address book backend 1999-08-09 19:09:32 +00:00
chuang%netscape.com
9c1de07682 make clobber remove the right file 1999-08-09 18:08:35 +00:00
sspitzer%netscape.com
b7912c60da use try and catch in the message compose javascript. 1999-08-09 14:23:44 +00:00
bienvenu%netscape.com
e89954cd01 change location of imap string bundle 1999-08-09 01:21:52 +00:00
bienvenu%netscape.com
a6925e47d6 fix status messages, hook up percents 1999-08-09 01:21:00 +00:00
bienvenu%netscape.com
757cc44eec make files for imap msgs, not part of build yet 1999-08-09 00:41:15 +00:00
bienvenu%netscape.com
58e57407a9 add broadcaster for progress 1999-08-08 19:42:30 +00:00
bienvenu%netscape.com
b49c872963 add discovering mailbox message 1999-08-08 19:40:55 +00:00
ramiro%netscape.com
4ca8634688 Ignore generated Makefiles. 1999-08-07 22:34:02 +00:00
alecf%netscape.com
96ff7a1884 fix a bunch of warnings about shadowed variables 1999-08-07 20:24:10 +00:00
rhp%netscape.com
6901c84db1 Adding display of Date for normal header output 1999-08-07 19:24:23 +00:00
bienvenu%netscape.com
61dc733433 remove nsString2 1999-08-07 16:28:43 +00:00
bienvenu%netscape.com
8f3473e855 get rid of nsString2 1999-08-07 15:47:55 +00:00
cls%seawood.org
3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
bienvenu%netscape.com
6b5a784463 more solaris bustage 1999-08-07 04:03:46 +00:00
bienvenu%netscape.com
b83ba56403 more bulletproofing for those who assume nsMsgDBFolder was including nsIMessage 1999-08-07 03:53:12 +00:00
bienvenu%netscape.com
d2f3371862 fix next solaris bustage 1999-08-07 03:43:06 +00:00
bienvenu%netscape.com
ae352b4541 one more try - fix build bustage 1999-08-07 03:17:47 +00:00
bienvenu%netscape.com
4c5db28faf fix build bustage 1999-08-07 02:57:43 +00:00
alecf%netscape.com
2213d0293c move the root of the folder pane to the tree, rather than the tree children 1999-08-07 02:32:08 +00:00
bienvenu%netscape.com
3653ea8d06 get rid of nsString2 1999-08-07 02:32:02 +00:00
bienvenu%netscape.com
bbf4cffcd7 get rid of nsString2, more hooking up of status 1999-08-07 02:30:11 +00:00
alecf%netscape.com
b07f1b82af remove "Accounts" treecell 1999-08-07 02:14:40 +00:00
sspitzer%netscape.com
0283731baf since #7417 is fixed, we can set the default mailnews start page to something realistic, like the 4.5 start page. this fixes bug #7087 1999-08-07 02:00:19 +00:00
arielb%netscape.com
88fb6f5c7f removing reference to lcaps in makefile.in 1999-08-07 01:46:01 +00:00
hangas%netscape.com
8601f1d13b This file did not make it in correctly on first try. 1999-08-07 01:13:50 +00:00
hangas%netscape.com
33850f3e37 Popup on top of New Card dialog now allows the address book to be selected. Edit card title is working now. 1999-08-07 01:04:32 +00:00
alecf%netscape.com
d1b778a237 don't crash when mDatabase is null 1999-08-07 00:45:04 +00:00
mscott%netscape.com
f6d9be674e Turn on prompt for password dialog when you try to get new mail. We no longer read it out of the prefs. 1999-08-07 00:42:16 +00:00
ducarroz%netscape.com
d7adb11862 Fix breakage with plain text message composition due to wrong url loaded in Ender 1999-08-07 00:30:01 +00:00
ducarroz%netscape.com
065f815d73 Remove   in order to make japanese mail works because of entity bug 1999-08-07 00:28:28 +00:00
putterman%netscape.com
0ce25d7084 UpdateSummaryTotals when adding messages. 1999-08-07 00:24:25 +00:00
putterman%netscape.com
32b1bb9355 Work on opening to correct folder. 1999-08-07 00:22:44 +00:00
putterman%netscape.com
85ac1f41f5 Start using dtd's 1999-08-07 00:22:01 +00:00
putterman%netscape.com
2501006782 Add locale to build. 1999-08-07 00:21:29 +00:00
putterman%netscape.com
3a1a6a00de Added base/locale directories. 1999-08-07 00:20:56 +00:00
putterman%netscape.com
41946a72a1 Added pref for mailnews sidebar starting out open. 1999-08-06 23:43:04 +00:00
chuang%netscape.com
e07fcfc91b remove pref html files 1999-08-06 23:16:13 +00:00
chuang%netscape.com
debcc564a4 replace Entity with dtd file 1999-08-06 23:09:43 +00:00
putterman%netscape.com
cdc3b19c11 Add files and directories for dtd's. Not currently part of the build. 1999-08-06 21:31:29 +00:00
mscott%netscape.com
0765bb9e04 this file is now an idl file...it's obosoltete now. 1999-08-06 21:14:14 +00:00
jefft%netscape.com
bee11b6fdb remove summary file prior trash all messages 1999-08-06 21:03:59 +00:00
alecf%netscape.com
d420e8ff24 remove rules that are now in xul.css 1999-08-06 20:46:52 +00:00
alecf%netscape.com
955f749917 add global style sheet so that we don't need as many rules in accounttree.css 1999-08-06 20:46:30 +00:00
alecf%netscape.com
8795488d8f remove extraneous comment (this isn't true anymore) 1999-08-06 20:43:43 +00:00
alecf%netscape.com
4d190fc2c4 add some assertions to save us problems later 1999-08-06 20:43:11 +00:00
alecf%netscape.com
fbca50e77f - make AddAccount() refresh and save the account list, so that new accounts are saved
- register as a shutdown listener for the prefs service, so that we can be notified when the prefs service goes down. Also add an accessor method so that the prefs service is (re)requested on demand
1999-08-06 20:42:40 +00:00
ducarroz%netscape.com
baffe04959 Remove temporary the key binding, fix for bug 11184 1999-08-06 20:29:18 +00:00
chuang%netscape.com
cba244dd4d add locale/en-US to build 1999-08-06 20:28:20 +00:00
chuang%netscape.com
f984d03803 add mailnews prefs locale/en_us to build 1999-08-06 20:26:27 +00:00
chuang%netscape.com
dcdb4147ad fix text change, this file is not in build yet 1999-08-06 18:49:36 +00:00
jefft%netscape.com
b73bf1eea4 enable imap empty trash folder 1999-08-06 18:25:43 +00:00
jefft%netscape.com
1f687f996d added base folder EmptyTrash() method 1999-08-06 18:24:39 +00:00
jefft%netscape.com
3b0208e2eb added NC_RDF_EMPTYTRASH command; EmptyTrash() method 1999-08-06 18:23:50 +00:00
jefft%netscape.com
37b4c3a63e filled in MsgEmptyTrash() function 1999-08-06 18:22:05 +00:00
jefft%netscape.com
d77eddaebd added EmptyTrash() 1999-08-06 18:21:13 +00:00
sspitzer%netscape.com
70b3028e83 put the dot back in front of Print, since it doesn't work yet. 1999-08-06 18:16:09 +00:00
bienvenu%netscape.com
bf989a5b90 add explicit includes to prepare for idl cleanup 1999-08-06 17:45:38 +00:00
chuang%netscape.com
eb052ceb0f Use correct DEPTH 1999-08-06 17:39:47 +00:00
chuang%netscape.com
7647418e57 remove extra characters 1999-08-06 17:37:05 +00:00
rhp%netscape.com
1b186e095b Change to return result from Drafts to JS 1999-08-06 17:36:23 +00:00
chuang%netscape.com
dce7f0eafa replace pref html file with xul file 1999-08-06 17:33:51 +00:00
jefft%netscape.com
56a02adde8 enabled Compact This Folder command; implemented MoveFolder(), RenameLeaf() methods 1999-08-06 13:43:49 +00:00
jefft%netscape.com
1f85f838f6 implement message folder base Compact() method 1999-08-06 13:40:08 +00:00
jefft%netscape.com
8dab8a1ea3 Added NC_RDF_COMPACT, NC_RDF_RENAME commands; CompactFolder(), RenameFolder() methods 1999-08-06 13:39:03 +00:00
jefft%netscape.com
3312ae9c61 adding MsgRenameFolder(), MsgCompactFolder() function 1999-08-06 13:35:11 +00:00
jefft%netscape.com
3a7fb3be5d adding Rename Folder... Compact This Folder menu item 1999-08-06 13:34:29 +00:00
jefft%netscape.com
3977639d72 adding Compact() method 1999-08-06 13:32:50 +00:00
jefft%netscape.com
7587dc80b1 adding RenameFolder & CompactFolder method 1999-08-06 13:32:19 +00:00
rhp%netscape.com
7e1f7562bd Changes for charset detection for URL attachments 1999-08-06 13:12:04 +00:00
sspitzer%netscape.com
3d5feab207 fix for #10832. copy the 4.5 identity for each new 5.0 account. n servers -> n copies of the 4.5 identity. 1999-08-06 07:44:01 +00:00
sspitzer%netscape.com
c884837486 use nsCOMPtr. hide printfs with #ifdef DEBUG 1999-08-06 07:42:49 +00:00
sspitzer%netscape.com
670a83eed2 use try and catch 1999-08-06 07:42:27 +00:00
sspitzer%netscape.com
20e4a07aa6 changes for printing from addressbook 1999-08-06 07:42:20 +00:00
hangas%netscape.com
07eaa80a13 Adding "New Address Book" feature. 1999-08-06 04:20:35 +00:00
hangas%netscape.com
f3f79c0067 First Checked In. 1999-08-06 04:19:42 +00:00
alecf%netscape.com
cd384e695c add twisty column, fix indentation, and make tree height 100% so that scroll bars appear 1999-08-06 03:54:01 +00:00
alecf%netscape.com
effc18f4d5 add twisty toggle to account manager temporarily 1999-08-06 03:53:16 +00:00
ducarroz%netscape.com
72ab2dc38a fix for bug 10382 1999-08-06 00:19:17 +00:00
ducarroz%netscape.com
618e21a4bb Fix for bug 10382 1999-08-06 00:16:24 +00:00
bienvenu%netscape.com
a5c741448d new paramater to selectFolder 1999-08-05 23:27:10 +00:00
mscott%netscape.com
15575ebd56 Fix some warnings. 1999-08-05 23:16:20 +00:00
mscott%netscape.com
98f587de23 Fix lots of unix warnings. 1999-08-05 23:12:59 +00:00
chuang%netscape.com
b70a35f040 converted pref xul file, not in build yet 1999-08-05 23:08:59 +00:00
bienvenu%netscape.com
669076ab98 add statusFeedback to SelectFolder call, way to get running imap url from imap protocol 1999-08-05 23:08:35 +00:00
mscott%netscape.com
716de6baf9 fix warning...we were shadowing a variable called count. 1999-08-05 23:06:23 +00:00
chuang%netscape.com
03cc69b254 locale stuff, not in build yet 1999-08-05 23:04:37 +00:00
chuang%netscape.com
61bf534ffa dtd files, not in build yet 1999-08-05 23:03:38 +00:00
mscott%netscape.com
e7234b3a4e Fix warnings...link is a global variable and we were shadowing it. 1999-08-05 23:02:51 +00:00
chuang%netscape.com
42bd36bb67 local stuff, not in build yet 1999-08-05 23:00:19 +00:00
chuang%netscape.com
0be57e1ec5 locale stuff, not in build yet 1999-08-05 22:54:27 +00:00
chuang%netscape.com
812125623e dtd files, not in build yet 1999-08-05 22:53:12 +00:00
sspitzer%netscape.com
fdcbe50278 use /tmp instead of /usr/tmp. /tmp should always be there, where /usr/tmp will not be. eventually, this will go away anyways. 1999-08-05 22:43:15 +00:00
mscott%netscape.com
073b668253 Correctly handle ref counting for nsMsgStatusFeedback member variable. 1999-08-05 22:25:03 +00:00
mscott%netscape.com
8bb3b5a325 remove some pre-necko cruft. 1999-08-05 22:21:35 +00:00
rhp%netscape.com
126e9aa075 Changes for bodies in drafts and fix for 8bit address sending 1999-08-05 22:19:46 +00:00
mscott%netscape.com
6ea696c203 Work around for necko problem. After reading a file, necko returns NS_BINDING_ABORTED which is defined as an error code.
It really should be defined as success. I'm redefining the return code to NS_OK if NS_BINDING_ABORTED is returned until
necko can fix this.
1999-08-05 22:17:52 +00:00
ducarroz%netscape.com
365c67c579 File Removed. 1999-08-05 22:13:53 +00:00
chuang%netscape.com
127397b4e6 fix bug 6845 1999-08-05 20:12:45 +00:00
chuang%netscape.com
452e47968e remove html file 1999-08-05 20:00:37 +00:00
chuang%netscape.com
7f307146ac remove pref html files 1999-08-05 19:59:12 +00:00
chuang%netscape.com
f63ce96a8e remove pref html file 1999-08-05 19:56:43 +00:00
sspitzer%netscape.com
3bbfc70fd9 work for printing mail. 1999-08-05 19:47:58 +00:00
sspitzer%netscape.com
374cba2e00 remove taunting of QA 1999-08-05 14:55:13 +00:00
mscott%netscape.com
5d87ebf97e Cast nsCSTring as a const char * before passing as an argument. 1999-08-05 05:13:15 +00:00
mscott%netscape.com
713aa52e88 cast nsCString as const char *. 1999-08-05 04:51:47 +00:00
mscott%netscape.com
cad3841cf7 cast nsCString as a const char *. 1999-08-05 04:50:02 +00:00
mscott%netscape.com
fe55e7428d fix typos. 1999-08-05 04:45:22 +00:00
mscott%netscape.com
2cdad3383a Cast nsCString as a const char before passing it as an argument. 1999-08-05 04:43:04 +00:00
chuang%netscape.com
5c9f0d5737 remove Linux warning 1999-08-05 04:32:33 +00:00
mscott%netscape.com
ee21c8e45f fix warnings. 1999-08-05 04:28:37 +00:00
mscott%netscape.com
16f3cd4cc3 Changes for:
nsString(eOneByte) --> nsCString
nsString(eTwoByte) nsString
nsString2 --> nsString
1999-08-05 04:28:28 +00:00
chuang%netscape.com
95acd1c7b5 fix bug11198 Crash creating, deleting or editing a card in Abook, when Abook is opened the 2nd time in one messenger session 1999-08-05 04:27:57 +00:00
valeski%netscape.com
92d1b7afd1 api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:37:52 +00:00
mscott%netscape.com
04fdfa7f3c yuck..we are referring to the implementation nsMsgCompFields here instead of through the interface.
that's not good..
use newSetAsciiHeader method
1999-08-04 23:59:25 +00:00
mscott%netscape.com
939e6eedef We were overloading SetHeader which was a method in an interface (nsIMsgCompFields) which we inherited from. This was hiding the
interface method and was generating a warning on some platforms.
Fix --> change second definition of SetHeader to be SetAsciiHeader nsMsgCompFields.cpp
1999-08-04 23:58:57 +00:00
hangas%netscape.com
667daab831 Cleanup toolbar buttons. Hook?=slamm,spitzer 1999-08-04 21:21:52 +00:00
hangas%netscape.com
34489a7224 Moving tree styles around such that mailnews uses xul.css for tree style and xul.css has correct colors on tree headers. Hook?=slamm, sspitzer 1999-08-04 21:21:18 +00:00
sspitzer%netscape.com
948a6eead8 fix mac build bustage for mscott. 1999-08-04 20:57:40 +00:00
sspitzer%netscape.com
aa2aa9f5b5 fix warning 1999-08-04 20:40:57 +00:00
sspitzer%netscape.com
aa996d0e5b fix warnings. add newline to the end of file for crappy unix compilers 1999-08-04 20:40:23 +00:00
mscott%netscape.com
11da7e4372 Fix linux warning. 1999-08-04 20:35:58 +00:00
mscott%netscape.com
f2bf012d3c fix linux warning. 1999-08-04 20:32:33 +00:00
mscott%netscape.com
f81f1014c2 fix linux warning 1999-08-04 20:32:11 +00:00
mscott%netscape.com
4afde6d16d Add nsIMsgMailNewsUrl.idl and remove nsIMsgMailNewsUrl.h 1999-08-04 20:29:45 +00:00
mscott%netscape.com
af877474fd SetErrorMessage takes a const char *, stub out Set/GetErrorMessage
add accessors for nsIMsgStatusFeedback.
1999-08-04 20:29:22 +00:00
mscott%netscape.com
7b31aa58fa remove nsIMsgMailNewsUrl.h and add nsIMsgMailNewsUrl.idl 1999-08-04 20:28:47 +00:00
bienvenu%netscape.com
81d829cba8 add imap msgs, not part of build yet 1999-08-04 20:21:13 +00:00
rhp%netscape.com
2129c94f26 Changes for quoting cleanup in mail compose 1999-08-04 20:19:45 +00:00
mscott%netscape.com
a39f1ba126 Not part of the build yet!! I converted nsIMsgMailNewsUrl.h into an idl file. 1999-08-04 20:17:40 +00:00
sspitzer%netscape.com
ed1e3f9b53 make the background on this image transparent, so it looks better when selected. thanks for Andrew Niese <icos@arez.com> for fixing the image. 1999-08-04 20:14:10 +00:00
sspitzer%netscape.com
ee79738f09 get mark all read to work for news. fixes #11104. use the implementation in the base class. 1999-08-04 20:14:07 +00:00
bienvenu%netscape.com
0fc714cc3e better fix for solaris build bustage so that anyone can include this header file 1999-08-04 20:01:01 +00:00
bienvenu%netscape.com
24b553a044 fix for solaris problem 1999-08-04 19:53:56 +00:00
bienvenu%netscape.com
f73effe4bf change other assignment of nsIDOMWindow in case that's the problem 1999-08-04 19:47:42 +00:00
bienvenu%netscape.com
274a93def5 try to fix sun build bustage 1999-08-04 19:37:52 +00:00
bienvenu%netscape.com
b27e7b2240 fix case of nsIDOMWindow include 1999-08-04 18:57:50 +00:00
chuang%netscape.com
ddc74ddfbf remove unused html file 1999-08-04 18:52:55 +00:00
mscott%netscape.com
2cf88f37e0 Fix linux warning. 1999-08-04 18:50:00 +00:00
bienvenu%netscape.com
5e0c8c42a6 more work on hooking up progress and status 1999-08-04 18:45:36 +00:00
bienvenu%netscape.com
a65b01ff95 add nsIMsgStatusFeedback.idl 1999-08-04 18:40:13 +00:00
jefft%netscape.com
6e19f8e061 fixed bug 11025 -- crashes after IMAP copy operation; has to use proxy event to fix the problem 1999-08-04 18:39:53 +00:00