Commit Graph

43 Commits

Author SHA1 Message Date
mscott%netscape.com
6f3001853b Register the event queue to fix the crash on start up. 1999-05-07 21:28:43 +00:00
mscott%netscape.com
1eb7af8204 Changes to build test app on Linux. 1999-05-07 21:20:41 +00:00
mscott%netscape.com
6a6a24bf9b Changes to get the test app to build on linux. 1999-05-07 21:20:21 +00:00
hyatt%netscape.com
d5d409566a Switching from PLEventQueues to nsIEventQueues. 1999-05-04 23:34:41 +00:00
mscott%netscape.com
65d7001050 Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Synch with new imap service createnewconnection changes.
a=chofmann.
1999-04-30 18:48:39 +00:00
bienvenu%netscape.com
8011137e91 fix build problem in test harness 1999-04-26 23:44:01 +00:00
putterman%netscape.com
64a1a062a8 use nsIMsgDBHdr. 1999-04-24 20:44:01 +00:00
jefft%netscape.com
b0c89d1a7a nsIImapService now takes nsIMsgFolder instead of nsIImapMailFolderSink for folder related interfaces; merget nsImapMailFolder::GetPath() & nsImapMailFolder::GetPathName() 1999-04-24 01:18:03 +00:00
mscott%netscape.com
30a4d0e744 Not part of the build.
Fixes to get the test harness to work in the new preferences world again. We need to manually register the file locator component because it doesn't get self-registered in the repository.
1999-04-22 21:13:48 +00:00
bienvenu%netscape.com
3f37904761 add services for dealing with flags, fix build problem in test harness 1999-04-22 03:57:44 +00:00
bienvenu%netscape.com
3796e54a4f fix a few race conditions with fe events, add NOOP service 1999-04-21 22:35:12 +00:00
bienvenu%netscape.com
fc82acdf72 get downloading of imap messages working 1999-04-21 04:57:28 +00:00
bienvenu%netscape.com
62e1e5fb18 a little more progress on message fetching 1999-04-21 02:34:57 +00:00
bienvenu%netscape.com
2cff511a11 add service for getting an imap message 1999-04-21 00:55:58 +00:00
bienvenu%netscape.com
454d0fcbe1 get imap folder server flags set in database 1999-04-20 04:59:33 +00:00
mscott%netscape.com
9e162f4d30 Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory. 1999-04-20 01:01:21 +00:00
bienvenu%netscape.com
8114be995a get header adding to db's working 1999-04-19 23:09:59 +00:00
jefft%netscape.com
9ffa76ce11 rename nsIImapMailFolder, nsIImapMessage, nsIImapExtension, nsIImapMiscellaneous to nsIImapMailFolderSink, nsIImapMessageSink, nsIImapExtensionSink, nsIImapMiscellaneousSink 1999-04-19 18:41:43 +00:00
bienvenu%netscape.com
cdbcefa255 make protocol use imapMailFolder header parse stuff when getting headers 1999-04-19 02:13:23 +00:00
bienvenu%netscape.com
d031dfa689 get set up for folder parsingof msg headers 1999-04-17 03:40:14 +00:00
mscott%netscape.com
683ecef515 Add some specific info about the folder we just discovered. 1999-04-16 02:24:23 +00:00
bienvenu%netscape.com
b756e30e1d use protocol instance instead of member variable, get imap db opening to work 1999-04-15 23:59:58 +00:00
bienvenu%netscape.com
fb01ee1e19 more work on imap folder loading 1999-04-15 01:28:14 +00:00
jefft%netscape.com
a84d9a7ebe stub GetShowAttachmentsInline method 1999-04-13 04:50:04 +00:00
jdunn%netscape.com
40a6a44948 fix compiler error (NS_DECL_ISUPPORTS does not require a ';' 1999-04-12 20:51:52 +00:00
bienvenu%netscape.com
84408dbab5 put ? in for user instead of requiring user to type it 1999-04-12 18:44:52 +00:00
bienvenu%netscape.com
3a28d48c25 hook up some of the stuff for syncing folders 1999-04-11 23:26:30 +00:00
braddr%puremagic.com
82c03050ce Changed direct uses of -lz or -lzlib to $(ZLIB_LIBS)
Changed direct use of -lnspr3 and friends to $(NSPR_LIBS)
1999-04-11 23:07:04 +00:00
jefft%netscape.com
6da163d885 (not part of the build yet) rename TIMAPACLRightsInfo to nsIMAPACLRightsInfo 1999-04-09 22:06:58 +00:00
jefft%netscape.com
5a81e8f544 failed to set m_protocolInitialized flag when protocol did get initialized 1999-04-08 23:38:30 +00:00
mscott%netscape.com
9b3a7726e5 Add test option for select folder and use the imap service to implement this test. 1999-04-08 23:06:25 +00:00
mscott%netscape.com
15d994585e (not part of the build yet) a=cyeh.
Replace the identity stuff with their equivalents in nsIMsgIncomingServer.
use the imap service to create a protocol instance instead of creating one directly ourselves.
1999-04-08 02:59:52 +00:00
jefft%netscape.com
9c0af89729 implemented nsIImapMailfolder, nsIImapMessage, nsIImapExtension, nsIImapMiscellaneous interfaces 1999-04-07 04:25:12 +00:00
bienvenu%netscape.com
3cc39fd7a6 add imap prefs to dumping of identity 1999-03-28 20:40:39 +00:00
mcafee%netscape.com
e7e4ae2cb4 Ignore generated files. 1999-03-27 09:22:27 +00:00
mscott%netscape.com
05cd3db030 When running an imap command through a url, register the test harness as a listener to the url so we can get a call back when the url is done. This allows us to not display the command menu item to the user until the url is finished. I also cleaned up some ref counting stuff with regards to when a url is created and when we release it. 1999-03-26 03:40:08 +00:00
mscott%netscape.com
480d270e2c remove NODEPEND 1999-03-25 03:43:10 +00:00
jefft%netscape.com
2975dbc284 more checkins for thread/event work 1999-03-23 23:46:00 +00:00
mscott%netscape.com
0cad9b8d02 the test harness supports the imap log interface. For now, that just means supporting the handle log data interface method. The harness now supports multiple interfaces so we need to write QueryInterface ourselves instead of using the macro. 1999-03-23 23:08:29 +00:00
bienvenu%netscape.com
7684bc079c register prefs service, put in default url spec 1999-03-20 03:07:31 +00:00
mscott%netscape.com
31105c2364 (not part of build)
We were using an interface id instead of a class id in the call to create instance for the protocol so I fixed that. We don't need netService so I removed the code for that. We were also confusing an imap4service with the core netlib service (nsINetService). Release the protocol instead of deleting it in the protocol. Insert breaks in the switch statements for ::ReadAndDispatchCommand. Release the event queue service when we are done with it.
1999-03-19 22:55:32 +00:00
bienvenu%netscape.com
b8c16bb0a8 imap test harness, not part of build as of yet 1999-03-19 20:58:08 +00:00
bienvenu%netscape.com
3e83a64600 imap test harness, not part of build as of yet 1999-03-19 20:51:50 +00:00