Commit Graph

4091 Commits

Author SHA1 Message Date
ducarroz%netscape.com
4db91e5644 Look for the default value when a pref doesn't exist. Fix problem with actual code, we passed the wrong name to GetDefaultName. 1999-07-01 21:56:54 +00:00
putterman%netscape.com
19e80e21a0 Pass in correct folder for Copying messages. 1999-07-01 21:55:45 +00:00
ducarroz%netscape.com
e447512cc8 Add default value for compose_html 1999-07-01 21:52:26 +00:00
jefft%netscape.com
eb031aa5e4 implemented CopyFileMessage() 1999-07-01 21:03:00 +00:00
rhp%netscape.com
dc436337da Fix build problem on linux 1999-07-01 20:34:34 +00:00
rhp%netscape.com
de8b9bcb4a Changes to run on linux 1999-07-01 20:26:54 +00:00
hangas%netscape.com
a7a18b42df Glued in all the fields for a new edit card. Each field will now be passed down to the address book. 1999-07-01 20:10:29 +00:00
hangas%netscape.com
aa3c731eee Added new files to project for Candice 1999-07-01 20:07:07 +00:00
chuang%netscape.com
5f468519e4 Add New Card function and remove hardcoded datd from address book 1999-07-01 20:04:04 +00:00
putterman%netscape.com
a0ad4e5808 Get rid of nsCOMPtr assertions related to deleting a message. 1999-07-01 19:59:08 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
sspitzer%netscape.com
5cfdb3af5b fix build bustage. thanks to pinkerton for the help 1999-07-01 18:59:05 +00:00
chuang%netscape.com
d5a231bc73 new files, not in build 1999-07-01 18:52:04 +00:00
briano%netscape.com
d4b2efa813 Cleanup and fix for OpenBSD. 1999-07-01 18:51:49 +00:00
jefft%netscape.com
49fce751a4 fixed memory leak using nsISupportsArray 1999-07-01 18:30:52 +00:00
nhotta%netscape.com
b2f17b856e Bug fix 8899, changed to use nsIStringCharsetDetector. 1999-07-01 18:29:35 +00:00
jefft%netscape.com
0161a880c0 back out checking for pMsgDBHdr 1999-07-01 18:27:10 +00:00
rhp%netscape.com
5ae5747afd Changes for pretty output 1999-07-01 18:15:17 +00:00
jefft%netscape.com
f13a35d8e5 added helper InitCopyState() 1999-07-01 18:13:56 +00:00
jefft%netscape.com
dfa8e3d02e check pMsgDBHdr to prevent crash 1999-07-01 18:12:29 +00:00
jefft%netscape.com
35e49cea10 use nsISupportsArray instead of nsVoidArray 1999-07-01 18:11:41 +00:00
rhp%netscape.com
753a4fb8ec Changes for plain text quoting 1999-07-01 18:08:05 +00:00
jefft%netscape.com
a040e9d649 use copy service for move/copy/delete message; enable local undo 1999-07-01 14:49:49 +00:00
jefft%netscape.com
0a08b501ff implement UndoDelete() method 1999-07-01 14:48:38 +00:00
jefft%netscape.com
20f1d6c957 turn on copy service for pop3 1999-07-01 14:46:42 +00:00
jefft%netscape.com
efb23db7f6 enable Undo/Redo 1999-07-01 14:45:31 +00:00
sspitzer%netscape.com
68be6f7e3f fix warnings 1999-07-01 08:01:48 +00:00
alecf%netscape.com
25a04b44bb add useful function and do a try/catch in case there is an erorr 1999-07-01 06:17:32 +00:00
alecf%netscape.com
dcd3ff6626 explain what these nsISupportsArrays have in them 1999-07-01 06:15:06 +00:00
sspitzer%netscape.com
dc1ba6945d add support for unread set. still working on this. 1999-07-01 06:13:06 +00:00
alecf%netscape.com
bd80164a02 move hardcoded progid strings into a seperate header file 1999-07-01 06:01:39 +00:00
alecf%netscape.com
4a8f501b27 document, document, document these interfaces, just a bit 1999-07-01 06:00:55 +00:00
alecf%netscape.com
bf3d729664 initialize these variables to null! 1999-07-01 05:47:56 +00:00
sspitzer%netscape.com
064702ff8a fix build bustage on Solaris. 1999-07-01 05:38:03 +00:00
sspitzer%netscape.com
11fab808ae ignore the generated Makefile 1999-07-01 05:22:27 +00:00
putterman%netscape.com
3f0119ce03 Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
putterman%netscape.com
4d3c35a2d7 use nsCOMTypeInfo 1999-07-01 00:15:20 +00:00
putterman%netscape.com
1cc1ef36f3 Use nsCOMTypeInfo 1999-07-01 00:07:42 +00:00
bienvenu%netscape.com
8cf6885157 back out nsCOMPtr leaks 1999-06-30 23:29:06 +00:00
bienvenu%netscape.com
b1301ddd69 check for ISupports in QI 1999-06-30 23:20:34 +00:00
bienvenu%netscape.com
f6da2a769d fix nsCOMPtr leak 1999-06-30 23:19:26 +00:00
bienvenu%netscape.com
e657c833b8 add subject to thread, fix nsCOMPtr stuff, some warnings 1999-06-30 23:18:43 +00:00
nhotta%netscape.com
8616c5ae23 Part of bug fix 8899, changed not to hard code "US-ASCII" when attachment has no charset label. 1999-06-30 21:35:04 +00:00
ducarroz%netscape.com
9c8e49df80 Replace time_t by PRTime 1999-06-30 21:04:29 +00:00
putterman%netscape.com
b60faf2d75 Append an nsISupports rather than a folder. 1999-06-30 20:05:10 +00:00
putterman%netscape.com
15a6b66800 Add supports to the array rather than a message or folder. 1999-06-30 20:03:48 +00:00
bienvenu%netscape.com
15edba34e6 add subject attribute, add threading fixes 1999-06-30 19:45:32 +00:00
bienvenu%netscape.com
35d805638d add subject attribute 1999-06-30 19:45:03 +00:00
bienvenu%netscape.com
8720051ca1 make sure we get folder before dereffing 1999-06-30 19:44:44 +00:00
bienvenu%netscape.com
d769a8d9cf fix nsCOMPtr asserts 1999-06-30 19:39:04 +00:00
bienvenu%netscape.com
6bb11114d8 check for null before add reffing 1999-06-30 19:38:34 +00:00
rhp%netscape.com
3d99a01c4a fix for file locator line...still not sure if this program is working... 1999-06-30 05:47:17 +00:00
bienvenu%netscape.com
c95c67e1d4 check for null before releasing 1999-06-30 03:45:17 +00:00
bienvenu%netscape.com
edc5536d4f use nsCRT strdup instead of PL_strdup, prepare way for PRUnichars 1999-06-30 00:26:32 +00:00
bienvenu%netscape.com
2686ba7c71 get rules file from server root directory 1999-06-30 00:25:38 +00:00
bienvenu%netscape.com
65ea3cd87f add check for allocation failure 1999-06-30 00:11:02 +00:00
alecf%netscape.com
8e26e4a37e fix memory allocation problems, C++ warning, and newlines at the end of files 1999-06-29 21:19:05 +00:00
rhp%netscape.com
09eb82d2d8 fix for file locator service 1999-06-29 21:13:45 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
bienvenu%netscape.com
1eba4d9ed1 no longer needed 1999-06-29 21:00:01 +00:00
putterman%netscape.com
63297da5cd Remove scrollbars from trees. 1999-06-29 20:51:21 +00:00
scc%netscape.com
b88737fa70 Added |GetIID()| 1999-06-29 20:35:23 +00:00
scc%netscape.com
4973918df6 Added |GetIID()| 1999-06-29 20:28:56 +00:00
scc%netscape.com
bed1be4bac added |GetIID()|, and an IID to go with it 1999-06-29 20:27:02 +00:00
hangas%netscape.com
7a2069a887 Fixed bug 7948. Opening compose window from address book. 1999-06-29 20:12:26 +00:00
putterman%netscape.com
4d3e1bacc2 Implement HasAssertion. This will fix Messenger's part of making Mark Read work. 1999-06-29 20:11:13 +00:00
hangas%netscape.com
882cf3c7de Added other tabs to editcard dialog 1999-06-29 20:11:04 +00:00
hangas%netscape.com
bfef86d4eb Removed some dump() calls 1999-06-29 20:10:24 +00:00
sspitzer%netscape.com
8d0bd37571 nsISupportsArray was somehow not scripting. By now including nsISupportsArray.idl in all of the interface files, we now have the IID for this interface 1999-06-29 19:45:19 +00:00
alecf%netscape.com
be2ce6b76f fix for blocker - bug #9016 - this prevents the crash, but mail is still not sent on windows 1999-06-29 19:02:25 +00:00
mcafee%netscape.com
ed705ebef7 Fixing solaris bustage. 1999-06-29 12:01:29 +00:00
mcafee%netscape.com
6c052fb7e8 BeOS changes 1999-06-29 09:48:34 +00:00
mcafee%netscape.com
3a5bfcd90d Cleaning up ifdef logic, adding BeOS case. 1999-06-29 09:45:37 +00:00
mcafee%netscape.com
0a6f299b24 Adding mimetest. 1999-06-29 09:35:42 +00:00
mcafee%netscape.com
8b722793b2 BeOS changes 1999-06-29 09:31:14 +00:00
mcafee%netscape.com
264aa88336 Cleaning up ifdef logic, adding BeOS case. 1999-06-29 09:29:10 +00:00
mcafee%netscape.com
2d82415f9b Cleaning up ifdefs, adding BeOS case. 1999-06-29 09:25:10 +00:00
mcafee%netscape.com
1254e06800 fixing ifdefs again. 1999-06-29 09:22:57 +00:00
mcafee%netscape.com
6b9e466478 Cleaning up ifdef logic, adding BeOS case. 1999-06-29 09:21:32 +00:00
mcafee%netscape.com
644ece7b3e BeOS changes 1999-06-29 09:19:14 +00:00
mcafee%netscape.com
17bc26ffe4 Cleaning up ifdef logic, adding BeOS case. 1999-06-29 09:11:44 +00:00
sspitzer%netscape.com
58461b8fc0 wrap the derefernce with a check for null 1999-06-29 06:02:41 +00:00
sspitzer%netscape.com
9595eff3ea export the news-test files on windows 1999-06-29 06:02:20 +00:00
sspitzer%netscape.com
3f70efd7e9 add instructions. make pretty. 1999-06-29 05:15:17 +00:00
alecf%netscape.com
1325d1187f for now, use GetCurrentIdentity hack when SendMessagesLater gets fired 1999-06-29 05:07:12 +00:00
sspitzer%netscape.com
3575210d93 changes to get more sophisticated newsgroup addressing to work. thanks to rhp for the backend work. also checking in some xul / js to test this. 1999-06-29 05:04:17 +00:00
alecf%netscape.com
0872db7da4 add support for identity dropdown, and reformat header toolbars to look a little nicer 1999-06-29 04:55:30 +00:00
alecf%netscape.com
67cc9fa367 remove identity-specific prefs 1999-06-29 04:45:28 +00:00
alecf%netscape.com
eb006f3664 now take the identity at send-time 1999-06-29 04:45:11 +00:00
alecf%netscape.com
352b452b97 now use the identity that was passed in instead of GetHackIdentity, and remove GetHackIdentity 1999-06-29 04:44:24 +00:00
alecf%netscape.com
c7b7ada7df generate the message ID from an identity, and take the identity from Init() rather than from GetHackIdentity 1999-06-29 04:41:06 +00:00
sspitzer%netscape.com
293db05a4d not part of the build yet. 1999-06-29 04:13:43 +00:00
ramiro%netscape.com
82ad939149 No need to link gfxps into the app anymore. Its a component. Hopefully by
exorcising it from everywhere in the tree, it wont be cut and pasted anywhere
else.
1999-06-29 04:03:19 +00:00
bienvenu%netscape.com
05cfcb0f1d fix imap uri parsing 1999-06-29 03:49:18 +00:00
alecf%netscape.com
386c052ce9 - make sure account keys are unique
- add method GetIdentityByKey that's needed by compose
1999-06-29 03:36:25 +00:00
alecf%netscape.com
687601d166 - make getCharPref() return null when there is no such pref, instead of returning an error
- make identityName default to Full Name <email@address.com> if the identityName is missing
1999-06-29 02:59:06 +00:00
putterman%netscape.com
33fa19e224 Release an nsIRDFResource. 1999-06-29 02:49:55 +00:00
putterman%netscape.com
a2efda1874 Implement RemoveServer 1999-06-29 02:49:29 +00:00
putterman%netscape.com
eed8630e77 UnloadAccounts. 1999-06-29 02:49:15 +00:00
putterman%netscape.com
5fd99cd3de Release a ref on the server. 1999-06-29 02:48:58 +00:00
putterman%netscape.com
33f1df0385 Shutdown unregisters services. 1999-06-29 02:48:40 +00:00
putterman%netscape.com
584f09f36c Query Interface can handle nsISupports. 1999-06-29 02:48:12 +00:00
putterman%netscape.com
c7a25115fb Add UnloadAccounts 1999-06-29 02:47:49 +00:00
putterman%netscape.com
928b00c12d Register as a component. 1999-06-29 02:47:30 +00:00
briano%netscape.com
c04acb13c9 Cleanup and fixes for OpenBSD. 1999-06-29 02:30:42 +00:00
chuang%netscape.com
a1afedd8df new files. not part of the build 1999-06-29 00:10:58 +00:00
chuang%netscape.com
61bb30722b New file, not in the build 1999-06-29 00:09:24 +00:00
briano%netscape.com
82817df725 Cleanup and deleted the reference to NSPR_LIBS to fix the OpenBSD build. 1999-06-28 23:27:40 +00:00
bienvenu%netscape.com
c052416e19 fix override of GetPrettyName 1999-06-28 22:29:08 +00:00
bienvenu%netscape.com
77ead97514 make name and pretty name unichar's 1999-06-28 21:56:33 +00:00
mscott%netscape.com
9904b84b28 remove printf which was printing a char * file path passed into NSRegisterSelf. This file path is base 64
encoded alias handle on the mac and looks bogus when you print it out.
1999-06-28 20:14:10 +00:00
putterman%netscape.com
872660a7a6 Initialize rv otherwise checking it later could return wrong results. 1999-06-27 23:16:25 +00:00
jefft%netscape.com
51bb03f56e Make nsCopyRequest::Init() returning nsresult 1999-06-27 21:47:29 +00:00
rickg%netscape.com
d7fd3aea6c nsString API fixup 1999-06-27 18:53:46 +00:00
rickg%netscape.com
c00c4e3868 fixup to nsString API 1999-06-27 18:12:01 +00:00
rickg%netscape.com
efc862d675 fixup nsString API usage 1999-06-27 18:04:40 +00:00
alecf%netscape.com
f4d5551fe5 oops. check in regenerated headers
(I will add the IDL to the mac build soon)
1999-06-27 06:35:32 +00:00
alecf%netscape.com
833749e78e remove dead code 1999-06-27 06:28:35 +00:00
alecf%netscape.com
d061a4504e fully qualify consts 1999-06-27 05:49:15 +00:00
alecf%netscape.com
667ad3d0e5 XPIDLisze nsIMsgParseMailboxState on windows 1999-06-27 05:17:49 +00:00
alecf%netscape.com
471eb18c9a XPIDLize nsIMsgParseMailMsgState 1999-06-27 05:17:03 +00:00
alecf%netscape.com
ec85797066 rename myISupports to something more obvious to avoid shadow warnings 1999-06-27 05:16:08 +00:00
alecf%netscape.com
9c6e6746f6 re-add this file (mac is unhappy if it's missing) 1999-06-27 05:03:08 +00:00
alecf%netscape.com
d12910cda3 XPIDLize nsIPop3URL.idl and nsIMaliboxUrl.idl 1999-06-27 04:22:12 +00:00
alecf%netscape.com
7d5d80ce8a nobody uses this anymore, remove it. 1999-06-27 04:20:28 +00:00
alecf%netscape.com
ca2b7abb04 XPIDLize nsIUrlListenerManager on Mac and windows 1999-06-27 04:20:04 +00:00
alecf%netscape.com
4af27284b8 #ifdef NS_DEBUG on fflush() 1999-06-27 04:15:25 +00:00
alecf%netscape.com
cef57cba46 extra error checking 1999-06-27 04:14:51 +00:00
alecf%netscape.com
79bf327c98 turn on XPIDL for nsIUrlListener.idl 1999-06-27 04:12:07 +00:00
alecf%netscape.com
e977600d72 XPIDLIZE nsIUrlListenerManager 1999-06-27 04:11:16 +00:00
alecf%netscape.com
45cb5af6ae get ready for some XPIDLIZING! 1999-06-27 04:09:41 +00:00
alecf%netscape.com
d6db5f6051 fix shadowed variable 1999-06-27 04:06:28 +00:00
alecf%netscape.com
4522ee4bca switch to using constants from enums 1999-06-27 03:44:41 +00:00
alecf%netscape.com
e340113a85 XPIDLize nsIMailboxUrl and nsIPop3URL 1999-06-27 03:41:59 +00:00
jefft%netscape.com
16c6434c94 forget to initialize the destination folder 1999-06-27 02:21:45 +00:00
rhp%netscape.com
9252ceb94e Reworking message copy back end 1999-06-26 23:18:49 +00:00
rhp%netscape.com
87762f807b Fix for bug #8890 1999-06-26 21:57:07 +00:00
sspitzer%netscape.com
3c116923ff rearrange my ifdefs 1999-06-26 20:48:22 +00:00
sspitzer%netscape.com
e518c4fb8b fix warning 1999-06-26 20:48:10 +00:00
sspitzer%netscape.com
fa49f7a7de fix warnings 1999-06-26 20:47:13 +00:00
sspitzer%netscape.com
04de969511 fix the assertion I was causing on IMAP. need to talk to bienvenu about how imap plans to use the msg key set 1999-06-26 20:46:56 +00:00
sspitzer%netscape.com
45a114635d clean up the ifdefs. get the debugging printf to work again 1999-06-26 20:45:42 +00:00
jefft%netscape.com
742eaba285 try fixing mac build bustage 1999-06-26 19:39:50 +00:00
jefft%netscape.com
a38214030d stub implement CopyMessages() & CopyFileMessage() methods 1999-06-26 18:22:55 +00:00
jefft%netscape.com
af2f02a6a6 more on uber service, filled in all the code for message copy service 1999-06-26 18:22:00 +00:00
jefft%netscape.com
560c16d4e8 added CopyMessages() & CopyFileMessage() method 1999-06-26 18:20:30 +00:00
jefft%netscape.com
e9c746f88c added one more parameter, nsresult result, to NotifyCompletion() 1999-06-26 18:19:33 +00:00
sspitzer%netscape.com
4dd90a10de fix warnings. use nsCOMPtr 1999-06-26 06:58:25 +00:00
sspitzer%netscape.com
8ea6512049 fix warnings 1999-06-26 04:40:56 +00:00
sspitzer%netscape.com
75c6618762 fix warning 1999-06-26 04:38:06 +00:00
rhp%netscape.com
3f827ef7d7 Remove the ifdef with new interface in place 1999-06-26 04:01:41 +00:00
rhp%netscape.com
1bcb44233f Copy service changes 1999-06-26 01:11:28 +00:00
rjc%netscape.com
d8cf0513a0 Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future. 1999-06-26 01:09:02 +00:00
sspitzer%netscape.com
25ab407d2a more work to get respecting the newsrc set working. move the set into the db. this isn't done yet, but it's shaping up. 1999-06-25 22:29:44 +00:00
sspitzer%netscape.com
9adea560ef fix build bustage for rhp 1999-06-25 22:25:57 +00:00
hangas%netscape.com
0964898043 More updates to addressbucket tree in selectaddress dialog 1999-06-25 22:06:39 +00:00
bienvenu%netscape.com
93b02eda2b start working on threading stuff 1999-06-25 22:04:32 +00:00
ducarroz%netscape.com
9466cd421f add nsIDBChangeAnnouncer.idl and nsIDBChangeListener.idl 1999-06-25 22:03:51 +00:00
bienvenu%netscape.com
fcb9a5a95c add idl files for change listener and announcer 1999-06-25 22:00:00 +00:00
putterman%netscape.com
39b6d6f548 Added NS_NewMessageViewDataSource 1999-06-25 21:48:07 +00:00
ducarroz%netscape.com
8d7f41b9f3 replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html". replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength" 1999-06-25 21:47:43 +00:00
putterman%netscape.com
3c10978bf8 Set Sent, Drafts, and Templates flags. 1999-06-25 21:37:52 +00:00
putterman%netscape.com
7f89801eb5 Added NS_New functions for a bunch of datasources. 1999-06-25 21:36:39 +00:00
hangas%netscape.com
e22eee2dd3 Moved js code to open selectaddress dialog to the compose js file 1999-06-25 21:09:24 +00:00
hangas%netscape.com
62e0e4b8f5 Modified addressbucket tree code to match new tree widget 1999-06-25 21:08:38 +00:00
rhp%netscape.com
d09f035b41 Test harness cleanup 1999-06-25 21:01:54 +00:00
waterson%netscape.com
8c8ed7284d Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
bienvenu%netscape.com
76235c5533 idl for db change listener and announcer 1999-06-25 20:15:29 +00:00
bruce%cybersight.com
eca2b02f9a Include nsIWebShellWindow.h here as this file explicitly needs it. This will prevent bustage when some patches I have laying around land. 1999-06-25 19:58:42 +00:00
bienvenu%netscape.com
5374b0377c start working on making nsMsgDatabase scriptable 1999-06-25 19:46:47 +00:00
jefft%netscape.com
57336a2724 more on copy service 1999-06-25 14:34:44 +00:00
jefft%netscape.com
415b02d51f remove RegisterListener & UnregisterListener 1999-06-25 14:33:40 +00:00
alecf%netscape.com
25c7fa3a9e add account wizard to the edit menu 1999-06-25 09:44:39 +00:00
ramiro%netscape.com
773e34ec7d Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
alecf%netscape.com
c4eb99eba2 export new account wizard on windows and mac 1999-06-25 09:19:10 +00:00
alecf%netscape.com
8108789b8a add a default selection 1999-06-25 09:07:21 +00:00
alecf%netscape.com
00152e36dd add support for new wizard pages 1999-06-25 09:06:19 +00:00
alecf%netscape.com
e0e09b5f25 export new files on unix 1999-06-25 08:45:28 +00:00
alecf%netscape.com
cb69d600f5 add new account wizard pages 1999-06-25 08:44:39 +00:00
alecf%netscape.com
35480a6a19 add onCancel method and helper method for loading pages on the fly 1999-06-25 08:44:19 +00:00
alecf%netscape.com
35ffa2d2b6 make options window small and modal 1999-06-25 07:12:13 +00:00
putterman%netscape.com
8c5fcdb576 Add GetPath to nsIMsgFolder. 1999-06-25 03:56:02 +00:00
warren%netscape.com
4001aade80 Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
sspitzer%netscape.com
49b0602e89 changes to make this not build if path isn't defined 1999-06-25 00:49:28 +00:00
sspitzer%netscape.com
17db6c6ac2 comment the out the unbuilt tests. 1999-06-25 00:35:40 +00:00
sspitzer%netscape.com
1b120fdcfa create makefiles for these tests. 1999-06-25 00:34:36 +00:00
sspitzer%netscape.com
61093429bf fix more warnings 1999-06-25 00:33:20 +00:00
alecf%netscape.com
b6f32dc87c add first cut at some wizard pages 1999-06-25 00:31:19 +00:00
sspitzer%netscape.com
e5214d97ce fix warnings 1999-06-25 00:28:45 +00:00
sspitzer%netscape.com
4babc88732 ingnore the generated makefile 1999-06-25 00:25:25 +00:00
sspitzer%netscape.com
f3bc6030be sendpage not built on windows by default 1999-06-25 00:24:28 +00:00
sspitzer%netscape.com
7ea2d6cf80 fix warnings. get this stuff to build on UNIX 1999-06-25 00:23:26 +00:00
sspitzer%netscape.com
dae66c5647 more tests for unix 1999-06-25 00:21:00 +00:00
sspitzer%netscape.com
7221bfe080 makefile changes to get these tests to build on UNIX 1999-06-25 00:19:06 +00:00
rhp%netscape.com
e14df87e9b New function for ULR parsing 1999-06-25 00:10:13 +00:00
putterman%netscape.com
e737e08372 Add NS_INIT_REFCNT() and QueryInterface can query for the correct interface. 1999-06-25 00:09:08 +00:00
ducarroz%netscape.com
c8528d779d Add nsIMsgSendListener.idl Add nsIMsgSendLaterListener.idl 1999-06-24 23:54:49 +00:00
ducarroz%netscape.com
89695cbc7d Add nsURLFetcher.cpp 1999-06-24 23:54:46 +00:00
rhp%netscape.com
1c192ecb11 Changes for compose reorg 1999-06-24 23:54:34 +00:00
ducarroz%netscape.com
cee0f087f5 add comi18n.h 1999-06-24 23:49:25 +00:00