Commit Graph

2227 Commits

Author SHA1 Message Date
sspitzer%netscape.com
944b61e419 fix the Linux build bustage 1999-04-27 20:08:24 +00:00
alecf%netscape.com
2b28b2a6ab fix this with ugly code that works real well. 1999-04-27 20:06:12 +00:00
alecf%netscape.com
fa616ed3cc fix casting problems by making nsIID a ref 1999-04-27 20:00:58 +00:00
mscott%netscape.com
a313581a3f change the url state when we load a url and when are done with url. Fix a bug in ReadNewsList where: we needed more data from the server and instead of waiting, we returned an error code. 1999-04-27 19:57:30 +00:00
mscott%netscape.com
44b62e4b21 link against nntpTest.lib as it has the stubs for the news event sinks. 1999-04-27 19:56:04 +00:00
mscott%netscape.com
af2cb31b74 Modernize the news test harness --> make it a url listener among other things. 1999-04-27 19:55:10 +00:00
bienvenu%netscape.com
63fb11d8a3 fix get new mail for pop, workaround PR_APPEND bustage, set m_position to file size 1999-04-27 19:31:41 +00:00
alecf%netscape.com
9148e6705c forgot identity Makefile 1999-04-27 18:49:07 +00:00
alecf%netscape.com
ca8ad5b0c5 update AccountManager data source to use nsMsgRDFDataSource base class, so that we don't have to implement most methods
also start implementing GetTargets() for msgaccounts:/ to return all the servers and their respective root URIs
1999-04-27 18:39:36 +00:00
alecf%netscape.com
71c7a53e42 add new FindServersByHostname() method 1999-04-27 18:37:58 +00:00
alecf%netscape.com
4a3e754a85 add identity test to --enable-tests build 1999-04-27 18:36:15 +00:00
alecf%netscape.com
6ff195aef4 fix identity test to use updated API 1999-04-27 18:35:39 +00:00
alecf%netscape.com
383ae9c9b7 add new AccountManager() method to bring up account manager 1999-04-27 18:33:05 +00:00
alecf%netscape.com
43cc22ebca link against libreg so that this library can stand on it's own 1999-04-27 18:30:13 +00:00
rhp%netscape.com
4570357dd6 Fix for freed memory read 1999-04-27 17:40:06 +00:00
alecf%netscape.com
8a9e37f2a0 remove unnecessary libraries - now the only unresolved symbols are from netlib 1999-04-27 17:27:28 +00:00
bienvenu%netscape.com
2ef2fc6235 add option to create summary file specs automatically 1999-04-27 14:58:57 +00:00
jefft%netscape.com
804e4196d0 get folder discovery to work; implemented PossibleImapMailbox() method 1999-04-27 13:23:07 +00:00
ducarroz%netscape.com
2bd75e97dc Resolve File missing warning 1999-04-27 06:42:22 +00:00
jefft%netscape.com
deb20c4854 first pass of implementing folder discovery; added NthLevelChildList method 1999-04-27 06:35:12 +00:00
jefft%netscape.com
07212329d4 added FindAndSelectFolder method; first pass of implementing folder discovery 1999-04-27 06:34:00 +00:00
jefft%netscape.com
e9d80a20e8 added FindAndSelectFolder method 1999-04-27 06:32:54 +00:00
jefft%netscape.com
0233d47d05 added GetChildDiscoveryDepth, GetOnlineSubDirSeparator, SetOnlineSubDirSeparator methods 1999-04-27 06:31:20 +00:00
jefft%netscape.com
17024a0f8f added DiscoverAllFolders, DiscoverAllAndSubscribedFolders, DiscoverChildren, DiscoverLevelChildren methods 1999-04-27 06:29:39 +00:00
mscott%netscape.com
27527d5769 Start building the imap directory by default. 1999-04-27 05:32:28 +00:00
sspitzer%netscape.com
2849be7bf0 more changes 1999-04-27 04:47:03 +00:00
waterson%netscape.com
be6b8bc2e7 Fixed problems with XPConnect objects. 1999-04-27 04:20:16 +00:00
alecf%netscape.com
8f51f3a77b remove stupid debugging comment 1999-04-27 03:11:37 +00:00
mscott%netscape.com
c8c1a023c3 Use MSG_LINEBREAK instead of LINEBREAK. 1999-04-27 03:06:34 +00:00
mscott%netscape.com
326d25b7db Added comment about why return receipts are turned off. 1999-04-27 03:02:57 +00:00
mscott%netscape.com
77987e7605 Use MSG_LINEBREAK instead of LINEBREAK. This should fix message display on the Mac. 1999-04-27 02:57:25 +00:00
mscott%netscape.com
c78f083c4d Remove nsIMessenger.cpp from the list of .cpp files. There is no such file. 1999-04-27 02:55:00 +00:00
mscott%netscape.com
8d2d60a12a Add MSG_LINEBREAK and MSG_LINEBREAK_LEN for mailnews. We need to transition all mailnews use of LINEBREAK to these new macros. I'm leaving the old LINEBREAK definition in place so I don't have to update all files that use it at once. Why can't we use LINEBREAK? Because it is incorrectly defined on the Mac and due to situations outside of our control, we can't change the value of LINEBREAK on the Mac (because it is defined elsewhere and they need it defined incorrectly). So we're going to use these new values (MSG_LINEBREAK and MSG_LINEBREAK_LEN) instead. 1999-04-27 02:53:29 +00:00
sspitzer%netscape.com
30e65e2174 remove a warning. get nntpTest closer to working... 1999-04-27 02:45:15 +00:00
rhp%netscape.com
f157c0ea6b changes for new xp com interface for ct handlers 1999-04-27 02:33:30 +00:00
rhp%netscape.com
de32820410 CTHandlers now XP-COM objects 1999-04-27 02:32:09 +00:00
sspitzer%netscape.com
29f85dbedf NS_NewNntpUrl is not used anymore. changes to build nntpTest every time on
windows
1999-04-27 02:31:23 +00:00
rhp%netscape.com
7e3353cd8a Adding new XP Com interface 1999-04-27 02:30:14 +00:00
rhp%netscape.com
d1b5945d4a New I18N support and XP cleanup 1999-04-27 02:29:02 +00:00
rhp%netscape.com
ca3422efc7 Removal of old files 1999-04-27 02:27:27 +00:00
sspitzer%netscape.com
24e557b3b8 more changes to get this working... 1999-04-27 02:25:57 +00:00
sspitzer%netscape.com
c86490ede5 more changes to get this beast to build and run on Windows and Linux 1999-04-27 02:21:53 +00:00
sspitzer%netscape.com
e62445398f changes to get the nntpTest building again on Linux 1999-04-27 02:12:55 +00:00
bienvenu%netscape.com
d4b8c18275 add some flag handling routines 1999-04-27 02:09:42 +00:00
bienvenu%netscape.com
4913ab0962 add escaping of lines that start with From<space> 1999-04-27 01:03:52 +00:00
hangas%netscape.com
a9e8c22319 Updated Mac Project file for DataSource files added to Windows makefile 1999-04-27 00:42:20 +00:00
sspitzer%netscape.com
3d5eeb079f use tree items, not tree bodies, for each of the servers 1999-04-27 00:01:25 +00:00
sspitzer%netscape.com
87ddff6be9 changes to get news db messages in the thread page 1999-04-27 00:01:01 +00:00
mscott%netscape.com
31bfff0585 Updates from Jean-Francois --> repalce strtok with nsCRT::strtok. This should get us going with GetNewMsg on the Mac. 1999-04-27 00:00:53 +00:00
bienvenu%netscape.com
8011137e91 fix build problem in test harness 1999-04-26 23:44:01 +00:00