Граф коммитов

1583 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 3e0828f251 imap utility class defs 1999-03-29 22:16:29 +00:00
mscott%netscape.com f5e7285bb3 patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change delete to delete []. 1999-03-29 22:15:54 +00:00
mscott%netscape.com a217c3dc9e patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change free to delete []. 1999-03-29 22:15:09 +00:00
bienvenu%netscape.com 7ef39a3a8a port more of imap parser and utility classes 1999-03-29 22:11:04 +00:00
waterson%netscape.com 2c592051e1 Fixed build bustage. 1999-03-29 20:59:30 +00:00
waterson%netscape.com 66a55f3f2c Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
mscott%netscape.com 92d796730a Changes for the mailbox protocol instance to support copying of messages. 1999-03-29 06:11:37 +00:00
mscott%netscape.com af31eb6024 Add CopyMessage support to the mailbox service. 1999-03-29 06:10:05 +00:00
mscott%netscape.com c4be9206e5 Add code to support copying a message to the url. 1999-03-29 06:09:07 +00:00
mscott%netscape.com c4934c6f62 Add copy message support to the mailbox url 1999-03-29 06:08:15 +00:00
mscott%netscape.com 45735b6990 Add mailbox copy message interface. 1999-03-29 06:07:42 +00:00
bienvenu%netscape.com a3cb27cd37 fix unix build bustage 1999-03-28 23:09:16 +00:00
bienvenu%netscape.com 1f4811367c add thread object and interface 1999-03-28 21:04:05 +00:00
bienvenu%netscape.com b4a60b1403 add i18n routines 1999-03-28 21:03:11 +00:00
bienvenu%netscape.com 5adb94a8f4 add imap prefs to dumping of identity 1999-03-28 20:40:39 +00:00
bienvenu%netscape.com a53e79d748 port a few classes over from 4.5 1999-03-28 20:39:58 +00:00
bienvenu%netscape.com 338066820c initial entry into cvs of host session list, parser, etc 1999-03-28 20:39:12 +00:00
bienvenu%netscape.com 9fc9fd1620 initial entry into cvs of host session list 1999-03-28 20:37:16 +00:00
jefft%netscape.com 83a9d6c896 added enum ImapState define; added m_dataMonitor; added ProcessCurrentURL() method; nsImapProtocol::ImapThreadMainLoop () now waits on m_dataMonitor indefinitely and then call ProcessCurrentURL () 1999-03-28 18:02:07 +00:00
putterman%netscape.com 17e409b50a Move code out of NS_ASSERTION so release build will work. 1999-03-28 15:46:57 +00:00
mcafee%netscape.com 3a99c257a4 Ignore generated files. 1999-03-27 09:22:27 +00:00
mscott%netscape.com e44a3c1a48 oops..forgot to check this one in. remove NODEPENDS. 1999-03-27 03:08:00 +00:00
chuang%netscape.com ae2e315e8a Fix throbber icon url 1999-03-27 00:00:05 +00:00
alecf%netscape.com 5af9923b35 add libreg to mime libraries so that there are no undefined symbols 1999-03-26 23:59:15 +00:00
sspitzer%netscape.com a4b8f68fdd fix so that libmailnews.so will pick up
FindDescendant__16nsMsgGroupRecordPCc
also known as,
nsMsgGroupRecord::FindDescendant(char const *)
1999-03-26 23:13:13 +00:00
mscott%netscape.com c056b96446 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 4a29649938 For now, when we get on data available from the server and we successfully wrote data out through the log interface, then mark the url as done. 1999-03-26 03:37:33 +00:00
mscott%netscape.com 91845a00c0 initialize ptr to nsnull. 1999-03-26 03:35:42 +00:00
mscott%netscape.com 084631a564 Fix build breakage on windows. For some reason VC6.0 is able to find the include file for nsMsgKey_none. VC5.0 apparently has more problems with it... 1999-03-26 02:05:14 +00:00
nhotta%netscape.com 01eeaaa829 Removed to link to mime, it wasn't needed. 1999-03-26 01:28:14 +00:00
mscott%netscape.com aa0890f182 Don't link with nntp.lib. news now builds as a stand alone component. 1999-03-26 01:13:55 +00:00
mscott%netscape.com f247c62edf Don't built nntpTest until it is upgraded to use the new news service. 1999-03-26 01:11:20 +00:00
mscott%netscape.com fe4785355b Build nsNntpService. 1999-03-26 01:10:16 +00:00
mscott%netscape.com 1ae14ebecb Export nsINntpService.h 1999-03-26 01:09:32 +00:00
mscott%netscape.com 9b062bac04 Build the build directory. 1999-03-26 01:09:02 +00:00
mscott%netscape.com cd14046b9f Build news\build. Part of making news a standalone component. 1999-03-26 01:08:43 +00:00
mscott%netscape.com 78c3cd71b1 News now builds as a standalone component. Don't link with nntp.lib. 1999-03-26 01:07:20 +00:00
mscott%netscape.com ccdb2982d7 News now builds as a standalone component. Use the nntp service for running news urls and remove the old "C" functions. 1999-03-26 01:06:41 +00:00
mscott%netscape.com a4aa227ddd Part of making news a standalone component. Build the "build" directory. 1999-03-26 01:05:20 +00:00
mscott%netscape.com 8c06146a07 Part of making news a stand alone component. nntp url supports the nsIMsgMailNewsUrl interface. 1999-03-26 01:04:12 +00:00
mscott%netscape.com 685bcbf3ea Build nsNntpService. 1999-03-26 01:03:27 +00:00
mscott%netscape.com 0dd962f755 Spell nsNNTPProtocol.h correctly when including the file. (unix is case sensitive) 1999-03-26 01:02:57 +00:00
mscott%netscape.com 20526cdd43 Part of making news a stand alone dll. remove "C" functions for creating / running news url. 1999-03-26 01:02:12 +00:00
mscott%netscape.com 68f1f2443f Part of making news a stand alone dll. Updates to nntp url to inherit from nsIMsgMailNewsUrl.Add url listener code as well. 1999-03-26 01:01:15 +00:00
nhotta%netscape.com 7266ef060d Backed out my last change, it wasn't needed. 1999-03-26 00:27:52 +00:00
nhotta%netscape.com de96e5e592 I18n migration, CSID -> Charset Name. 1999-03-25 23:41:03 +00:00
nhotta%netscape.com 74a13565cf Added mime. 1999-03-25 23:39:16 +00:00
alecf%netscape.com 44e7d884ee define PurgeNeeded so that this isn't undefined in this library 1999-03-25 22:48:02 +00:00
alecf%netscape.com a3aded6458 link against libreg to avoid undefined symbols 1999-03-25 22:47:44 +00:00
briano%netscape.com 21b2a84a25 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
briano%netscape.com cebfc14fd8 Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:21:47 +00:00
sspitzer%netscape.com 049ea487df switch from "\\" to PR_DIRECTORY_SEPARATOR for portablility 1999-03-25 17:41:21 +00:00
bienvenu%netscape.com 562c9d5756 i18n routines don't seem happy with empty strings, so don't pass them in 1999-03-25 05:55:28 +00:00
jefft%netscape.com ad497a81cb put back the original implementation of nsImapUrl::Equals method 1999-03-25 05:41:50 +00:00
jefft%netscape.com 028f3b2c95 added multiple inheritance nsINetLibURL 1999-03-25 05:19:59 +00:00
bienvenu%netscape.com 6b9f1334cb add i18n interfaces for mime2 encoding and collation keys - shouldn't be called yet 1999-03-25 05:01:58 +00:00
mscott%netscape.com e0c068602a (not part of build yet) implementation of nntp service. 1999-03-25 04:48:45 +00:00
mscott%netscape.com 651c5f178b (not part of build yet). New nntp service for processing nntp requests... 1999-03-25 04:48:01 +00:00
mscott%netscape.com 1f7c154a08 Not part of build yet. Register new nsNntpService component. 1999-03-25 04:47:12 +00:00
mscott%netscape.com bd950047bc (not part of build yet) remove NO_DEPEND. 1999-03-25 04:46:26 +00:00
sspitzer%netscape.com 428aecda71 fix to get mailboxTest to build on Linux.
It now builds, and runs, but it doesn't seem to pass.

I'm looking into it.
1999-03-25 04:07:55 +00:00
mscott%netscape.com b31194add9 fix dependencies... 1999-03-25 04:07:34 +00:00
mscott%netscape.com 8697760dc4 Remove NODEPEND. 1999-03-25 04:05:08 +00:00
sspitzer%netscape.com 9dfda1b676 fixes to get this to build on Linux
libjs.so is now libmozjs.so

removed reference to libmailnewsbase.so

There is still a problem with the the test because nsMsgMailboxParser is
not a class anymore, it has been XPCOMmed.

More work to be done here...
1999-03-25 03:45:53 +00:00
mscott%netscape.com e5e65a0e17 remove NODEPEND 1999-03-25 03:43:10 +00:00
mscott%netscape.com f305a2a175 remove NODEPEND. 1999-03-25 03:40:55 +00:00
sspitzer%netscape.com 325ca4c56a changes to get this to build on Linux.
More changes coming....
1999-03-25 03:04:22 +00:00
sspitzer%netscape.com e03200f6f2 work to get this stuff to build on Linux
changes to remove some warnings

Read() no longer takes an offset as the second parameter, so fixing that

more changes coming...
1999-03-25 03:03:47 +00:00
sspitzer%netscape.com 8b4d374d9d some clean up to get this to build on Linux
still more to be done....
1999-03-25 03:02:20 +00:00
ducarroz%netscape.com 69b39560f9 First Checked In. 1999-03-24 21:49:55 +00:00
chuang%netscape.com f79d57c298 Add new icon files and create mailnews resources directory under res 1999-03-24 08:27:57 +00:00
mscott%netscape.com 6fd6e4f64c Back out my attempted fix of alecf's build breakage...as leaf backed out his original changes. 1999-03-24 04:56:56 +00:00
leaf%netscape.com 0e0653e78c readding necessary interface files 1999-03-24 04:54:00 +00:00
mscott%netscape.com 2fcb9d8373 Back out my attempted fix for alecf's build breakage as I just finished
backing out his original checkins....
1999-03-24 04:16:21 +00:00
mscott%netscape.com a3e641e6fc Fix build breakage for alecf. nsIGroupMsgRecord has been removed from the
repository.
1999-03-24 03:47:24 +00:00
mscott%netscape.com cdad173bda Fix build breakage for alecf. Don't try to export nsIMsgGroupRecord.h. It is no longer in the repository. 1999-03-24 03:33:12 +00:00
mscott%netscape.com b9868dbcc4 Fix build breakage for alecf. He removed nsIMsgGroupRecord.h from the repository
so no longer try to export it.
1999-03-24 03:23:11 +00:00
bienvenu%netscape.com 393205b761 turn back on commit code 1999-03-24 03:12:33 +00:00
mscott%netscape.com bb3dad46ac (not part of build). Initial frame work for making news a dll.... 1999-03-24 02:45:58 +00:00
mscott%netscape.com fde7442afc (not part of the build yet). Initial framework for making news a dll. 1999-03-24 02:31:49 +00:00
mscott%netscape.com 8e4f3218cc We need a CID for this interface. 1999-03-24 02:30:19 +00:00
alecf%netscape.com aa8b97b280 rev these interfaces 1999-03-24 02:03:08 +00:00
alecf%netscape.com 3abd15314d remove these files - never going to make this class an interface, so don't confuse things 1999-03-24 02:02:54 +00:00
alecf%netscape.com d6b30dd1ff rev this interface 1999-03-24 02:01:47 +00:00
alecf%netscape.com 4545d5fcbc add this IDL file so that nsIMsgFolder.idl will compile 1999-03-24 01:59:48 +00:00
jefft%netscape.com 824d358ab2 call m_transport->Open(m_runningUrl) prior calling SendData() 1999-03-24 01:56:54 +00:00
jefft%netscape.com 648067a578 temporary fix prevent from crashing if someone call nsImapUrl::Equals 1999-03-24 01:55:42 +00:00
alecf%netscape.com 1297523a4f update library dependancies 1999-03-24 01:53:02 +00:00
alecf%netscape.com e7d5f8bc1c fix library dependancies 1999-03-24 01:51:13 +00:00
alecf%netscape.com 75a2d37cb0 update to link against appropriate libraries 1999-03-24 01:21:52 +00:00
bienvenu%netscape.com b7565fc229 add imap prefs for host, user, and password to identity object 1999-03-24 00:41:29 +00:00
alecf%netscape.com 69473e1360 forgot an underscore that broke the build for big endian machines 1999-03-24 00:25:02 +00:00
alecf%netscape.com 25923cad03 switch over to nsIDBFolderInfo from nsDBFolderInfo to reduce library dependancies
Added new API to nsIDBFolderInfo
1999-03-24 00:17:23 +00:00
jefft%netscape.com a72ba5a8bf more checkins for thread/event work 1999-03-23 23:46:00 +00:00
bienvenu%netscape.com 2df72e466b turn on mork parsing, add nsNewsDatabase to makefile 1999-03-23 23:38:25 +00:00
bienvenu%netscape.com 58d5c01a0d make close mdb object close the object as well as the handle 1999-03-23 23:33:53 +00:00
putterman%netscape.com 514ca73c17 remove msgdb dependency. 1999-03-23 23:21:45 +00:00
putterman%netscape.com 61f67f4289 Added semaphore methods for file contention. 1999-03-23 23:19:58 +00:00
mscott%netscape.com b13edc9133 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
mscott%netscape.com c6634fdfa4 Hmmm I must not have done a clobber b4 checking this in...remove the =0 stuff for Get/SetImapLog. 1999-03-23 23:05:13 +00:00
mscott%netscape.com 2c7c15e18d oopos...CID and IID were the same....they should have different values. 1999-03-23 23:04:33 +00:00
bienvenu%netscape.com 18e5d15e51 get mork parsing working so we can read existing databases 1999-03-23 23:01:37 +00:00
alecf%netscape.com 680e7750ad hmm... mailnewsmsgdb already depends on base. That's bad. 1999-03-23 21:59:34 +00:00
alecf%netscape.com cd7a1e4ac7 add libmailnewsmsgdb dependancy to make use of nsDBFolderInfo 1999-03-23 21:57:04 +00:00
nhotta%netscape.com 37782ad0d9 Change for the new MIME encoder/decoder interface, return NULL only for errors. 1999-03-23 20:44:30 +00:00
nhotta%netscape.com a399b24d00 Moved CID to public interface. 1999-03-23 20:41:51 +00:00
alecf%netscape.com c6de63bc1a only build tests when ENABLE_TESTS is turned on 1999-03-23 19:19:52 +00:00
sspitzer%netscape.com 0d3efe83ba temporary fix for dependency problem on UNIX
need to talk to the mail-news team to resolve it the right way
1999-03-23 14:58:05 +00:00
bienvenu%netscape.com 1d028af2d3 fix search for singleton folder info row 1999-03-23 05:20:33 +00:00
jefft%netscape.com 1951b7dc28 initial coding for nsImapProxyEvent 1999-03-23 02:18:53 +00:00
mscott%netscape.com 6ccfbf10fc add getters and setters for new imap sink: imap log. 1999-03-23 00:31:31 +00:00
mscott%netscape.com d71130af26 add getters and setters for new imap sink: imap log 1999-03-23 00:30:31 +00:00
mscott%netscape.com 548af0b60f export nsIImapLog.h 1999-03-23 00:26:08 +00:00
mscott%netscape.com ae64d542c1 first created. Imap log interface. Right now the only method in the interface
is one to handle log information from the imap protocol....
1999-03-23 00:25:43 +00:00
alecf%netscape.com 396386b5d8 eliminate use of functions we don't have on Unix - INTL_*, etc.. 1999-03-23 00:23:09 +00:00
alecf%netscape.com 1df36e99d9 this is now the build directory for the msgcompose dll 1999-03-23 00:06:25 +00:00
alecf%netscape.com f0a860c997 reduce dependancy on msgbase by using CreateInstance to create RFC822Parsers 1999-03-22 23:58:39 +00:00
alecf%netscape.com 5d3675a18a don't need to link static libraries against external dlls 1999-03-22 23:57:35 +00:00
alecf%netscape.com e463a1d232 - this is no longer a component, it's a static library that will be linked into the compose component
- link in the JS stub code for nsIComposer
1999-03-22 23:51:20 +00:00
alecf%netscape.com 6d69f243dd add JS stubs for this class 1999-03-22 23:50:47 +00:00
sspitzer%netscape.com 2fea5b1c6b making this match makefile.win
in addition to re-ordering the directories, imap was removed, since it
isn't in makefile.win.
1999-03-22 23:30:23 +00:00
sspitzer%netscape.com 550e5afd03 fix a spelling mistake: Navigatoe -> Navigator 1999-03-22 23:28:17 +00:00
mscott%netscape.com adfd87b89a Initialize a variable to null. Assert if we are unable to create an instance of the prefs service. 1999-03-22 23:27:44 +00:00
sspitzer%netscape.com de6b2b6673 export the resources to the right places for install
remove those resources for clobber
1999-03-22 23:27:22 +00:00
mscott%netscape.com dbee3eb4a1 Link with the msgcoreutil library. 1999-03-22 23:26:21 +00:00
sspitzer%netscape.com d910b6380a added imap test makefiles 1999-03-22 23:25:56 +00:00
mscott%netscape.com 5057828638 The wrong pointer was getting passed into the create instance call for the event queue service. 1999-03-22 23:25:45 +00:00
mscott%netscape.com ca568040be Updates for QA smoketest stuff. We need to manually register the prefs component because the dll
does not get built into the components directory.
1999-03-22 23:23:58 +00:00
mscott%netscape.com fe05f632c9 OnStopBinding call in protocol handler should trigger a change in the url state. 1999-03-22 23:21:45 +00:00
putterman%netscape.com 76cb5d8cf3 Implemented Exit menu item. Started working on copy and move menu item. 1999-03-22 22:36:19 +00:00
putterman%netscape.com 5012e3e2de Implemented Exit menu item. 1999-03-22 22:34:43 +00:00
bienvenu%netscape.com 1e938a0be2 initial entry into cvs 1999-03-22 05:11:27 +00:00
bienvenu%netscape.com 34cec78cf3 initial entry into cvs ofnews database 1999-03-22 05:09:55 +00:00
bienvenu%netscape.com 6412a4f7cf more porting of news database 1999-03-22 05:09:29 +00:00
danm%netscape.com 42308d50bf initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
bienvenu%netscape.com 38fcf816ca register prefs service, put in default url spec 1999-03-20 03:07:31 +00:00
alecf%netscape.com 4209f4c6bf fix spaces-at-end-of-line problem 1999-03-20 02:32:06 +00:00
alecf%netscape.com cdc8a63145 ignore generated files 1999-03-20 02:30:28 +00:00
alecf%netscape.com 7214616c48 return the right return value, not -1 1999-03-20 02:19:51 +00:00
alecf%netscape.com 4f9e486c92 remove unused variable 1999-03-20 02:19:23 +00:00
alecf%netscape.com 1a88bfd7b4 use nsnull instead of NULL when referring to int's 1999-03-20 02:19:08 +00:00
alecf%netscape.com 328e2859f0 fix casting problems for unix 1999-03-20 02:18:43 +00:00
alecf%netscape.com 383c1b2a4e fix lots of casting problems 1999-03-20 02:18:16 +00:00
alecf%netscape.com 21f74e092c we should have virtual destructors wherever possible 1999-03-20 02:17:52 +00:00
alecf%netscape.com b9b4a84abd fix newline at end of file 1999-03-20 02:17:21 +00:00
alecf%netscape.com 3cfa04e2da fix constructor order to match declaration 1999-03-20 02:17:02 +00:00
alecf%netscape.com dd68df9a69 libjs->libmozjs 1999-03-20 02:16:35 +00:00
alecf%netscape.com bf9ca5029d fix libraries to link against 1999-03-20 02:15:38 +00:00
alecf%netscape.com 40b0878e75 remove stub code that doesn't build and add relevant libraries 1999-03-20 02:14:42 +00:00
alecf%netscape.com db4dd6c6c5 ignore generated files 1999-03-20 02:13:57 +00:00
alecf%netscape.com c78d7da45b add NSPR-based string manipulation and add to link line 1999-03-20 02:13:44 +00:00
alecf%netscape.com fe5103c953 only build tests if ENABLE_TESTS is on 1999-03-20 02:13:12 +00:00
alecf%netscape.com d2706eea59 move mork to the front to get linking correct 1999-03-20 02:11:57 +00:00
alecf%netscape.com f11b4785a1 add all relevant makefiles 1999-03-20 02:11:24 +00:00
alecf%netscape.com 76b0c2b8ac move base in front of db so linking works correctly 1999-03-20 02:10:29 +00:00
alecf%netscape.com 67d2deba9f fix end-of-line problem 1999-03-20 02:06:29 +00:00
alecf%netscape.com d5a9d27ec2 make local a component 1999-03-20 02:05:46 +00:00
alecf%netscape.com 06dcc6a614 bubble LoadURL's errors up through rv 1999-03-20 02:02:31 +00:00
alecf%netscape.com e0688a039a add leading slash to windows URLs and update macros so that we don't get triple slashes on unix 1999-03-20 02:01:54 +00:00
alecf%netscape.com 1783a33ef6 export these files 1999-03-20 02:00:32 +00:00
alecf%netscape.com 276ce42d71 also do not strip leading / from mailboxMessage URL's 1999-03-20 02:00:16 +00:00
alecf%netscape.com 1b76a904be link against util library rather than the mail/news component 1999-03-20 01:52:42 +00:00
alecf%netscape.com fb1f948ec8 break dependancy on mailnews.dll by creating this object from the repository 1999-03-20 01:51:47 +00:00
mscott%netscape.com 9095878693 build util lib just as a static library instead of as a dll. 1999-03-20 01:39:44 +00:00
alecf%netscape.com c76265e5ee make this a librar 1999-03-20 01:15:48 +00:00
alecf%netscape.com 3ec11aaaa3 duh, need to link against both component AND dll 1999-03-20 01:04:40 +00:00
alecf%netscape.com 77605ebb06 link against utility library rather than component 1999-03-20 00:47:02 +00:00
alecf%netscape.com f83072931c support Unix for temporary file hack for libmime 1999-03-20 00:41:19 +00:00
alecf%netscape.com d6ccda4153 make news a regular shared library to link against 1999-03-20 00:41:02 +00:00
alecf%netscape.com 9d4b6ebc12 export headers to the same directory as before 1999-03-20 00:38:33 +00:00
alecf%netscape.com c7c96e4871 remove some files that aren't in this directory any more 1999-03-20 00:29:44 +00:00
alecf%netscape.com 81a2fb73e1 move files over to util library to link against it directly 1999-03-20 00:24:26 +00:00
alecf%netscape.com d7c1be239e export the DOM-based IDL file 1999-03-20 00:22:46 +00:00
mscott%netscape.com 53b028df89 (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
alecf%netscape.com 0def79c983 move files over from src into linkable library 1999-03-19 22:55:08 +00:00
mscott%netscape.com d47bfaa85a (not part of the build)
use new intialize method from the interface which takes an event queue. The constructor for a component that supports an interface must always be empty so remove the dependency on the event queue. Rename old Initialize method to SetupwithUrl.
1999-03-19 22:50:53 +00:00
mscott%netscape.com 707cd047c1 Add interface method for initialize which takes an event queue. 1999-03-19 22:48:45 +00:00
mscott%netscape.com 6b8e00138f (not part of the build)
build tests directory.
1999-03-19 22:48:06 +00:00
mscott%netscape.com 9b1e46827b NOT PART OF BUILD PROCESS.
top level makefile.win for imap.
1999-03-19 22:02:48 +00:00
rhp%netscape.com 4828f3e5f5 Fix for bad return value. 1999-03-19 21:49:35 +00:00
bienvenu%netscape.com 36356dd9c8 imap test harness, not part of build as of yet 1999-03-19 20:58:08 +00:00
bienvenu%netscape.com 6445acd26e imap test harness, not part of build as of yet 1999-03-19 20:51:50 +00:00
rhp%netscape.com 2302003fdb Take out testing output 1999-03-19 20:27:29 +00:00
alecf%netscape.com 797bc2437a more unix fixes for rhp's mime carpool 1999-03-19 20:19:53 +00:00
rhp%netscape.com ac76b37364 Fix for exporting functions 1999-03-19 20:18:09 +00:00
rhp%netscape.com 38f47b1b00 fix for function definition 1999-03-19 20:16:57 +00:00
alecf%netscape.com 02ac772c5d minor makefile changes for rhp's carpool (libjs is not libmozjs) 1999-03-19 20:16:08 +00:00
alecf%netscape.com c995e8e4bc fix Linux libmime problems (part of rhp's checkin) 1999-03-19 20:14:55 +00:00
rhp%netscape.com 96fd5e050c Adding required file 1999-03-19 20:11:31 +00:00
rhp%netscape.com 4deba3e386 Cleanup of mime 1999-03-19 20:09:28 +00:00
rhp%netscape.com c8813746c5 New makefile for unix 1999-03-19 20:02:00 +00:00
rhp%netscape.com 0ee62148e8 New changes for calendar content type handler 1999-03-19 20:01:55 +00:00
rhp%netscape.com 234edb7a0d New changes for vcard content type handler 1999-03-19 20:00:43 +00:00
rhp%netscape.com 26dc55583c Checkin of new CPP sources and code changes for libmime 1999-03-19 20:00:36 +00:00
rhp%netscape.com fb8e625096 Deleting old src files for libmime 1999-03-19 19:59:24 +00:00
rhp%netscape.com 8250b7f41d Adding new interface for mime emitter 1999-03-19 19:56:08 +00:00
jefft%netscape.com bbea05c027 added some thread stuff 1999-03-19 06:08:29 +00:00
jefft%netscape.com 0be2349077 added GetThreadEventQueue() method 1999-03-19 06:07:31 +00:00
mscott%netscape.com 3a2dd49000 Helping with smoketest. When we are done running a mailbox url, write the phrase Mailbox Done followed by a line return to a text file. QA will build an automated smoketest which will look for this phrase in that particular file. I've also wrapped the change in a ENABLE_SMOKETEST ifdef.... 1999-03-19 04:09:33 +00:00
rhp%netscape.com cf882581ae No need to build this test anymore. 1999-03-19 03:58:08 +00:00
putterman%netscape.com e119ba6105 Added some of the special folder icons. 1999-03-19 02:29:49 +00:00
putterman%netscape.com 9396585c84 Added Special Folder attribute 1999-03-19 02:28:41 +00:00
mscott%netscape.com b743a1747e Remove a debug printf which displayed each line of the message to the terminal when displaying messages to the window. 1999-03-19 01:36:07 +00:00
rhp%netscape.com 1e4cdfbdfe Fix to not output HTML into an image stream 1999-03-19 01:29:51 +00:00
putterman%netscape.com 5a397e97e4 Make folder tree take up the entire pane. 1999-03-19 00:52:38 +00:00
putterman%netscape.com eb5fc03c2c Added some icons to folder and thread panes 1999-03-19 00:24:30 +00:00
rhp%netscape.com 9451961c2d Adding the Mime Emitter to CVS - Note: this is not part of the build
process until the 3/19/99 checkin.
1999-03-19 00:17:39 +00:00
putterman%netscape.com 77d16a8b1e Add status column. Bold messages with new. 1999-03-18 21:41:51 +00:00
putterman%netscape.com f1b60ed372 Add status column and Re: to messages. 1999-03-18 21:41:07 +00:00
putterman%netscape.com cdca919d37 Add .sbd when building up subfolders. 1999-03-18 21:40:41 +00:00
putterman%netscape.com 0ef3241b40 Changes made to avoid nsMsgHdr duplication. Add back releases so memory
management works correctly.
1999-03-18 21:40:12 +00:00
putterman%netscape.com 4f1f270aa7 Changes made to avoid nsMsgHdr duplication. Now can get a message resource from
the factory.
1999-03-18 21:39:42 +00:00
putterman%netscape.com 0a0848f2d1 Changes made to avoid nsMsgHdr duplication 1999-03-18 21:39:04 +00:00
putterman%netscape.com f4bdfc2ccb Use .sbd not .sbd/ 1999-03-18 21:37:48 +00:00
putterman%netscape.com f4928a99b2 Changes made to avoid nsMsgHdr duplication. 1999-03-18 21:37:21 +00:00
jefft%netscape.com 14d7ace5ab move SetWindow(), SetEditor() to the outer scode in case we find an instance of ComposeAppCore 1999-03-18 21:34:39 +00:00
jefft%netscape.com db969f02b8 clean up, added composeAppCore, msgAppCore global variables; added FindMsgAppCore() & FindComposeAppCore() function 1999-03-18 21:31:29 +00:00
jefft%netscape.com 7639751750 consolidate NewMessage, ReplyMessage, ForwardMessage into one single method - NewMessage 1999-03-18 21:28:47 +00:00
mscott%netscape.com b6a103dd19 Not part of the build yet! (a=chofmann) Part of the imap framework check in.
Implementations of imap url and imap protocol instance.
1999-03-18 01:13:37 +00:00
mscott%netscape.com dcacb83562 Not part of the build yet! (a=chofmann). Part of the initial Imap framework.
Add imap url and protocol interfaces.
1999-03-18 01:12:06 +00:00
mscott%netscape.com 4b07436218 Not part of the build yet. a=chofmann. Initial check in of imap framework.
Imap factory is used to build the imap dll component.
1999-03-18 01:09:50 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
mscott%netscape.com 924473928a Temporary work around for Bug #3790. Layout is having trouble with scrolling when the iframe has a height expressed in terms of a percent. So we are going to hard code the height of the message pane. This allows folks to scroll through their messages instead of seeing only the first few lines. I just tweaked the xul file to replace the 100% height with a fixed value.
a=chofmann
1999-03-16 23:30:57 +00:00
bienvenu%netscape.com f3374eb4fb fix 3765 r=mscott,scottip a=chofmann problem updating thread pane after get new mail 1999-03-16 03:16:31 +00:00
nhotta%netscape.com e3108c2447 Change to generate a meta-tag for i18n mail testing, for the dogfood only (and windows only), reviwed by rhp, approved by chofmann. 1999-03-16 00:52:37 +00:00
putterman%netscape.com 7758241071 can now change folder root. Reviewed by waterson and approved by chofmann 1999-03-15 22:33:09 +00:00
bienvenu%netscape.com 582bf6a9c2 fix 3754 assert deleting a mail message r=davidmc, a=chofmann 1999-03-15 21:46:11 +00:00
bienvenu%netscape.com acbc988ac9 fix problem in reply all 1999-03-15 07:43:14 +00:00
bienvenu%netscape.com 5732de5232 latest mork drop, fix commit code 1999-03-15 01:32:31 +00:00
bienvenu%netscape.com 5259ab18ba add comma separator between addresses, remove null byte in msg hdr yarn 1999-03-14 23:00:31 +00:00
jefft%netscape.com 9047f78053 more reply/forward message support 1999-03-14 21:01:36 +00:00
jefft%netscape.com f4f898af1f more reply/forward message implementation 1999-03-14 21:00:30 +00:00
jefft%netscape.com 5ff58d1cc4 rename GetMessageHeader to GetRDFResourceForMessage 1999-03-14 20:58:58 +00:00
bienvenu%netscape.com 0e09d07bb7 add accessors for recipients and cc list 1999-03-14 17:46:14 +00:00
jefft%netscape.com 28baae9924 call nsJSUtils::nsConvertObjectToJSVal to convert returning object into jsval 1999-03-13 20:15:08 +00:00
jefft%netscape.com 4850aa676d partially enable reply and forward message 1999-03-13 20:10:10 +00:00
ducarroz%netscape.com dc43c8fc20 Remove default text, now the default body is blank 1999-03-13 18:02:33 +00:00
ducarroz%netscape.com 29ebf81a05 Part of implementation of Reply and Forward 1999-03-13 07:51:54 +00:00
ducarroz%netscape.com 355f89a34c Part of implementation of Reply and Forward. Use new SendMessage command 1999-03-13 07:51:15 +00:00
ducarroz%netscape.com a34b9a797f add pref for reply_to 1999-03-13 07:49:23 +00:00
alecf%netscape.com 7ce4ce04b5 #if 0 out calls to functions we haven't defined yet. 1999-03-13 01:07:11 +00:00
alecf%netscape.com 1499590d85 remove more undefined symbols by linking against more libraries 1999-03-13 01:06:27 +00:00
chuang%netscape.com b768083943 Change 3 pane layout using frame instead of iframe 1999-03-13 01:03:50 +00:00
alecf%netscape.com be5dc43729 putterman's patches to re-root thread pane 1999-03-13 00:50:51 +00:00
nhotta%netscape.com a7b991f626 Added a MIME decoder interface which takes arguments in nsString. 1999-03-13 00:28:18 +00:00
rhp%netscape.com bf6b1359b6 Changes for content type handler plugins on unix 1999-03-12 23:28:39 +00:00
rhp%netscape.com d2ac16b70a Change for different names on non PC platforms 1999-03-12 23:17:59 +00:00
rhp%netscape.com 1256204e83 Change for temporary stat() call. 1999-03-12 23:16:52 +00:00
mscott%netscape.com a03275aa2e Add line return after "Mailbox Done" to make it easier for QA to smoketest this string. 1999-03-12 22:05:32 +00:00
warren%netscape.com e7089e644c Changed background colors to be standard messenger. 1999-03-12 21:29:44 +00:00
warren%netscape.com 558fe23653 Changed GetEnabledCommands to GetAllCommands/IsCommandEnabled. 1999-03-12 21:28:34 +00:00
ducarroz%netscape.com fe9cce94b3 Add GetMessageHeader Interface (written by jefft) 1999-03-12 20:41:43 +00:00
ducarroz%netscape.com 84846085e3 Add ReplyMessage, ForwardMessage and SendMessage2 interface 1999-03-12 20:39:16 +00:00
ducarroz%netscape.com c5abdddaaf implement Message Forward and Reply 1999-03-12 20:36:53 +00:00
bienvenu%netscape.com 806b5f57f8 add mork to makefiles 1999-03-12 20:31:57 +00:00
bienvenu%netscape.com 760fdf0f2b turn on file stuff for Unix 1999-03-12 20:20:54 +00:00
bienvenu%netscape.com 196df16641 mork landing 1999-03-12 20:16:40 +00:00
bienvenu%netscape.com d92e3def55 add error check that we can actually get the hdr from the db 1999-03-12 20:16:23 +00:00
bienvenu%netscape.com 2a42d1e782 mork landing, fix delete of local mail messages 1999-03-12 20:12:41 +00:00
alecf%netscape.com 4240ea87fe now link libnntp directly into base, so we can do dogfood 1999-03-12 20:05:16 +00:00
bienvenu%netscape.com 6633bf91f6 initialize offset before asking for it 1999-03-12 19:57:56 +00:00
bienvenu%netscape.com 546f6d64ae fix buffer size overstatement, add assertions for various failures 1999-03-12 19:54:26 +00:00
bienvenu%netscape.com 410547465d fix character after line continuation character problem 1999-03-12 19:12:37 +00:00
alecf%netscape.com 8626862ea2 uppercase filename for Unix 1999-03-12 18:50:31 +00:00
bienvenu%netscape.com bf21b86894 start adding mork to linux build 1999-03-12 18:16:34 +00:00
ducarroz%netscape.com e7b87e72cd change root path preference name 1999-03-12 17:17:10 +00:00
ducarroz%netscape.com b4465ca36d change prefs properties name to be compatible with Nova's prefs as much as possible. Add pref for reply to. 1999-03-12 17:16:06 +00:00
putterman%netscape.com 3d86453665 Load Message 1999-03-12 13:18:14 +00:00
putterman%netscape.com fb86159ca9 removed release of nsmsghdr until we decouple from rdf. 1999-03-12 13:17:45 +00:00
putterman%netscape.com 3142c975c6 Moved parse url utility 1999-03-12 13:17:21 +00:00
putterman%netscape.com a23799bdf1 Can either load a demo message or a real message. 1999-03-12 13:16:51 +00:00
putterman%netscape.com f24c5d3982 link with msgdb and rdfutil. 1999-03-12 13:14:57 +00:00
putterman%netscape.com 90a05f4fea Date displays correctly. 1999-03-12 13:14:33 +00:00
putterman%netscape.com 82bea0235a Fix some idl changes. 1999-03-12 08:02:35 +00:00
putterman%netscape.com 61f8918ad5 Specify folder with two '/'. 1999-03-12 07:59:03 +00:00
putterman%netscape.com c93ae96d08 Remove another release because of RDF nsMsgHdr problems. Will fix after we
decouple nsMsghdr and nsIMessage.
1999-03-12 07:58:20 +00:00
putterman%netscape.com 63bb1b4bfa Add and Remove folderListeners, and hook up DeleteMessage between datasource
and database.
1999-03-12 07:57:26 +00:00
putterman%netscape.com bca2803402 Added a parameter to CreateMsgHdr to determine if we use GetMessageKey while
creating URI.
1999-03-12 07:56:24 +00:00
putterman%netscape.com 724fbab184 Add and Remove FolderListeners. 1999-03-12 07:55:26 +00:00
putterman%netscape.com d2e3d7d004 Add and Remove Folder Listeners. 1999-03-12 07:54:48 +00:00
bienvenu%netscape.com 18ca235f8d initial mork landing - not part of build yet 1999-03-12 07:39:27 +00:00
mscott%netscape.com 476e22c710 add printf statement for "Mailbox Done" to allow QA to script a smoketest for the mail client. 1999-03-12 06:24:34 +00:00
mscott%netscape.com 3ab8850a11 Add a return value at the end of GetSmtpName to fix build breakage on windows. I don't know why VC6.0 let it go.... 1999-03-12 05:33:00 +00:00
mscott%netscape.com 063cf2f305 Build nsPop3Service.cpp 1999-03-12 04:19:12 +00:00
mscott%netscape.com ccd93a35df Export nsIPop3Service.h 1999-03-12 04:18:34 +00:00
mscott%netscape.com c43180abb5 Implement get new mail. 1999-03-12 04:15:13 +00:00
mscott%netscape.com c2ea770424 MsgGetNewMsg should call the get new mail function. 1999-03-12 04:14:28 +00:00
mscott%netscape.com 15e27283e3 Changes for naoki to implement set character set function. 1999-03-12 04:13:53 +00:00
mscott%netscape.com 2c3edafe63 Changes for naoki to fill in the character set encoding menu. 1999-03-12 04:13:11 +00:00
mscott%netscape.com 0958558f34 Changes for Naoki to implement set character set menu stuff.
Implement GetNewMsgs function which runs a get new mail url through the pop3 service.
1999-03-12 04:12:36 +00:00
mscott%netscape.com 059a917792 oops don't build pop3test until I'm ready for it to work again... 1999-03-12 04:10:59 +00:00
mscott%netscape.com 93a71416fa pop3 test no longer needs to create a transport. Go through the pop3 service for running a get new mail url.... 1999-03-12 04:09:39 +00:00
mscott%netscape.com bdd03e2a6a factory can now create a pop3 service... 1999-03-12 04:07:52 +00:00
mscott%netscape.com fe122e2904 Build nsPop3Service. 1999-03-12 04:06:09 +00:00
mscott%netscape.com 909554dce6 Creating a pop3 protocol should not require a transport. We should do it ourselves. LoadUrL should take a consumer. 1999-03-12 04:05:40 +00:00
mscott%netscape.com 273b753b29 updates to use nsIMsgMailNewsUrl to pick up url listener stuff. define a default Pop3 port... 1999-03-12 04:04:40 +00:00
mscott%netscape.com 9b8e5c3316 Update the interface so it supports the nsIMsgMailNews interface... 1999-03-12 04:02:53 +00:00
mscott%netscape.com 1224dc96a9 We no longer need to create the transport for the smtp protocol. Use smtpName as sender's name. 1999-03-12 03:57:59 +00:00
mscott%netscape.com fb2589a223 Updates to smtp protocol. We should not require the caller to create the transport at construction time. the protocol should do this itself. 1999-03-12 03:57:13 +00:00
mscott%netscape.com a292ecd1ff use default smtp port to initialize m_port. 1999-03-12 03:55:46 +00:00