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

1652 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com d76ff2f5e4 Part of my mailnews reduce disk footprint cleanup effort. No longer need to link with JS and with xplib. 1999-04-04 22:20:57 +00:00
mscott%netscape.com eaeeb40a65 Part of my mailnews reduce disk footprint cleanup effort. Add definitions that we used to get from allxpstr.h. 1999-04-04 22:20:06 +00:00
mscott%netscape.com 751ea317c7 Part of my mailnews reduce disk footprint cleanup effort. Remove XP_Hash stuff and replace it with PL_Hash. 1999-04-04 22:19:47 +00:00
mscott%netscape.com ba21952cc5 Part of my mailnews reduce disk footprint cleanup effort. Don't include mkutils.h. Remove extern for out of memory which we used to get from allxpstr. 1999-04-04 22:18:59 +00:00
mscott%netscape.com b2fc402848 Part of my mailnews reduce disk footprint cleanup effort. Many changes to remove dependencies on xplib. Removed all StrAllocCopy and StrAllocCat calls. Isolated the externs we needed from allxpstr.h, we'll defines those in nntpCore.h for now. 1999-04-04 22:18:14 +00:00
mscott%netscape.com c9e0d5940e Part of my mailnews reduce disk footprint cleanup effort. No longer need to link against xplib. 1999-04-04 22:09:04 +00:00
mscott%netscape.com aa830ff714 Oops...we still need to link against rdfutils_s (because of nsMsgFolder...) 1999-04-04 22:08:25 +00:00
mscott%netscape.com ef1f34e264 Part of my mailnews reduce disk footprint cleanup effort. We no longer need to link against xplib. 1999-04-04 22:00:06 +00:00
mscott%netscape.com 31590cf30d Part of my mailnews reduce disk footprint cleanup effort. Add macro defintions for IS_DIGIT, IS_ALPHA, etc. I know it is bad to do it here. I need to talk to a raptor base owner and look into adding the macros where everyone besides just mailnews can use them! 1999-04-04 21:59:22 +00:00
mscott%netscape.com f8ccb2f204 Part of my mailnews reduce disk footprint cleanup effort. Remove use of XP_IS* to help remove dependencies on xplib. don't include xp.h. Use nsCRT::mem* functions. 1999-04-04 21:57:28 +00:00
mscott%netscape.com cf034705a6 Part of my mailnews reduce disk footprint cleanup effort. We no longer need to be linking against rdfutils and xplib. 1999-04-04 21:44:51 +00:00
mscott%netscape.com 784be62d5c Part of my mailnews reduce disk footprint cleanup effort. We are linking against many many more libraries than we need to. Remvoing xplib, js, newstest among others... 1999-04-04 21:42:53 +00:00
mscott%netscape.com ff85fb3855 Part of my mailnews reduce disk footprint cleanup effort. Use PR_MAX and PR_MIN instead of the versions through xp.h. Use nsCRT::mem* functions instead of those obtained through xp.h. Remove dep. on XP_QSORT. 1999-04-04 21:42:02 +00:00
mscott%netscape.com 684ffaada7 Part of my mailnews reduce disk footprint cleanup effort. Remove needless dependencies on fe_proto and allxpstr.h 1999-04-04 21:39:53 +00:00
mscott%netscape.com 3aaf756dc3 Fix crash when running mailnews app. Problem: we're creating an object that is an interface without going through the component manager and are calling new on it directly. so the object returned has a ref count of 0. We need to add ref it before returning it..This change should be moot if we were going through the component manager though. 1999-04-04 21:12:10 +00:00
mscott%netscape.com efff0c767f One more change...we need to link against mork to remove some unresolved symbols which occurr when we load the library. 1999-04-04 20:27:48 +00:00
mscott%netscape.com 24e73ab3bc Help fix Linux build problems for bienvenu. Link with correct name for the msgdb library. 1999-04-04 20:24:36 +00:00
mscott%netscape.com c08d12b155 Help fix Linux build for bienvenu. We want to build the static library for this... 1999-04-04 20:23:16 +00:00
mscott%netscape.com 5d41e67886 We now need to link with msgcorutil since we are no longer linking with msgdb.lib directly (which is where we were getting it before). This fixes the unresolved symbols problem when loading this library. 1999-04-04 20:22:28 +00:00
bienvenu%netscape.com 9e33b089cf add build makefile 1999-04-04 18:08:06 +00:00
bienvenu%netscape.com f4c3ca6058 make msgdb a dll 1999-04-04 17:48:16 +00:00
bienvenu%netscape.com a722aab65e start imap db 1999-04-04 17:42:41 +00:00
bienvenu%netscape.com 37092c03a4 start implementing port table cursor 1999-04-04 17:38:39 +00:00
bienvenu%netscape.com 4d03ecb4a0 make msgdb a dll 1999-04-04 17:38:02 +00:00
kipp%netscape.com f5c07b9d5a Work even when --disable-static is configured on 1999-04-03 19:48:02 +00:00
kipp%netscape.com b1fad92629 Fixed to work on hpux and link properly and other unix's 1999-04-03 19:47:42 +00:00
rhp%netscape.com a2e5f114ef Checking in the changes for the new raw emitter. 1999-04-03 15:37:52 +00:00
sspitzer%netscape.com 1e018d081b whoops, forgot to use sourcedir.
this fixed the problem where the .css files in this directory weren't showing up in package/res
1999-04-03 02:12:12 +00:00
mcmullen%netscape.com 03f9c867b3 Fix unix bustage with pref calls. 1999-04-03 00:49:50 +00:00
mcmullen%netscape.com 8da85206f5 Adapt to changes in prefapi.h etc 1999-04-03 00:36:49 +00:00
jefft%netscape.com 5af8375c92 added nsMsgBiffState enum 1999-04-03 00:05:15 +00:00
jefft%netscape.com 00bc6a844c more implementation on fe event proxy stuff 1999-04-02 23:47:47 +00:00
mscott%netscape.com 26c75e0828 Remove the printf which was writing each line from a message to the terminal when getting new mail.
It was taking much too long...
1999-04-02 22:41:25 +00:00
nhotta%netscape.com 4047ae9841 Changed to use xpcom qp, base64, uu encoders of libmime instead of place holders. 1999-04-02 21:31:04 +00:00
nhotta%netscape.com 209d7f9536 Added a line wrapping code for the encoder. Reformat for indentaion. 1999-04-02 21:01:26 +00:00
mcmullen%netscape.com 694d407546 Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match. 1999-04-02 20:41:58 +00:00
putterman%netscape.com 8552df8b47 Fix path problem in nsURI2Path. 1999-04-02 20:20:26 +00:00
bienvenu%netscape.com caf8c5bd81 more work on threading 1999-04-02 03:26:14 +00:00
bienvenu%netscape.com 9f0ada3e17 remove use of master in constructor 1999-04-02 03:25:59 +00:00
mscott%netscape.com 73437b3f38 Patch from Jeremy Lea (reg@shale.csir.co.za). Fix capitalization problem with msgbar.xul 1999-04-02 03:23:09 +00:00
mscott%netscape.com 02f17ea6dc Patch from Jeremy Lea (reg@shale.csir.co.za). Use srcdir instead of '.'. 1999-04-02 03:19:09 +00:00
putterman%netscape.com d712b11f1a This should work on all platforms now. 1999-04-02 03:13:25 +00:00
mscott%netscape.com 0d390912d6 Take out an unwanted printf to clean up the code... 1999-04-02 03:07:43 +00:00
mscott%netscape.com 57ce9e7a8e Properly add the leaf name to the directory path for the Inbox folder. 1999-04-02 02:56:57 +00:00
rhp%netscape.com 372c69d7b5 Updates for mime converter interface 1999-04-02 02:44:08 +00:00
rhp%netscape.com 4c43db514a updates for libmime changes 1999-04-02 02:42:18 +00:00
rhp%netscape.com 1781843846 Updates for libmime changes 1999-04-02 02:41:55 +00:00
rhp%netscape.com 41fa772464 New interface updates 1999-04-02 02:41:33 +00:00
rhp%netscape.com d4ce33c83d Adding files for new encoding interface 1999-04-02 02:41:06 +00:00
rhp%netscape.com af901ba549 Updating makefiles 1999-04-02 02:40:12 +00:00
rhp%netscape.com 94c4e5ca57 Adding new interface. 1999-04-02 02:39:21 +00:00
rhp%netscape.com e73b3d3f7a Cleanup of old interface 1999-04-02 02:38:56 +00:00
putterman%netscape.com 02d7145327 Fixes nsURI2Path. 1999-04-02 01:52:01 +00:00
ducarroz%netscape.com 069016e318 Part of Messenger Mac landing 1999-04-02 01:00:37 +00:00
sspitzer%netscape.com d91595560b get the text area to show up on Linux
and add a little text to the default message, to let us know it is working
1999-04-02 00:49:33 +00:00
putterman%netscape.com 11e15553b2 Fix up file paths. 1999-04-02 00:08:23 +00:00
putterman%netscape.com 8c3ed7e4b2 More work on copying/moving messages. 1999-04-01 23:42:41 +00:00
putterman%netscape.com 58c4f5a346 Build URI correctly. 1999-04-01 23:41:33 +00:00
putterman%netscape.com 8ae9988cf7 Build uri correctly. 1999-04-01 23:41:13 +00:00
ducarroz%netscape.com 0226e8d3d0 part of messenger Mac landing 1999-04-01 23:19:59 +00:00
ducarroz%netscape.com dcabadeb57 part of messenger Mac landing 1999-04-01 21:41:22 +00:00
ducarroz%netscape.com 401ba717e0 Remove allxpstr.c who was causing about 2000 link warnings 1999-04-01 21:33:04 +00:00
ducarroz%netscape.com 7b483ed6e2 part of messenger Mac landing 1999-04-01 20:06:51 +00:00
nhotta%netscape.com 53b023d4d1 Interface change of the conversion util. 1999-04-01 20:05:43 +00:00
nhotta%netscape.com 77e1993e15 Interface change for the conversion utils and changes for mime encoder. 1999-04-01 20:04:51 +00:00
ducarroz%netscape.com 70975fbbd4 removed 1999-04-01 19:31:52 +00:00
ducarroz%netscape.com ae0c2e5f66 renamed msgcomposebody.html 1999-04-01 19:31:13 +00:00
ducarroz%netscape.com 98eec9536e renamed msgcompose.xul 1999-04-01 19:30:13 +00:00
ducarroz%netscape.com 0212c7bee7 rename compose.xul to msgcompose.xul 1999-04-01 19:29:09 +00:00
ducarroz%netscape.com 9bf01002da Rename compose.xul & composebody.html to msgcompose*.*, remove composeframe.html 1999-04-01 19:27:05 +00:00
ducarroz%netscape.com dd8a786988 Rename compose.xul and composebody.html to msgcompose*.* 1999-04-01 19:25:28 +00:00
waqar%netscape.com a3308d77b9 Changed C++ comments to C comments 1999-04-01 19:03:33 +00:00
waqar%netscape.com f57745aad1 Changed C++ comments to C comments. 1999-04-01 19:00:55 +00:00
ducarroz%netscape.com 5b2ead824f Because of some problem on Mac with relative path when using alias file, I add to change path of html and js files. 1999-04-01 18:52:31 +00:00
ducarroz%netscape.com f5e81d9806 update manifest file, part of mailnews Mac landing 1999-04-01 18:47:53 +00:00
ducarroz%netscape.com 3ca6530d3c First Checked In. 1999-04-01 18:43:59 +00:00
ducarroz%netscape.com b1db848797 First Checked In. 1999-04-01 18:36:02 +00:00
sspitzer%netscape.com 0b2d1b9315 "fix" the threadpane 1999-04-01 15:25:11 +00:00
sspitzer%netscape.com b929493a1f fix to make To:, Cc:, Bcc: and Subject: show up before the text areas 1999-04-01 14:50:03 +00:00
waterson%netscape.com a9b7e961d5 Use 'srcdir' instead of '.'; a=mscott. 1999-04-01 07:42:44 +00:00
mscott%netscape.com bc5f2037ca file needs a new line at the end. 1999-04-01 05:49:49 +00:00
mscott%netscape.com 8c1a1aa382 Destructor should be virtual. Checked in on behalf of Bruce Mitchener <bruce@cybersight.com>. 1999-04-01 05:48:07 +00:00
mscott%netscape.com 91578f6de1 First pass at re-suscitating compose.xul. It got busted by some changes when the toolbox stuff went in. I've got it pretty much all back together EXCEPT I don't know how to get a title for each toolbar. We have a toolbar for the TO field, a toolbar for the "From" field. I can't seem to get text to show up in front of those toolbars. But my changes are better than what we had before so I'm checking them in. 1999-04-01 05:28:43 +00:00
mcafee%netscape.com cabfd7d414 Ignore generated files. 1999-04-01 04:21:09 +00:00
mscott%netscape.com 3124b3a14f UI changes. 1999-04-01 03:56:37 +00:00
mcafee%netscape.com faeafaa1b7 Adding mailnews/mime/emitters/{src,xml} to the build. 1999-04-01 03:27:52 +00:00
rhp%netscape.com 6c0bb9d50b Backing out prefs changes...need to make this work in multiple threads. 1999-04-01 03:21:11 +00:00
bienvenu%netscape.com 815cb97052 start turning on threading of messages 1999-04-01 03:09:08 +00:00
sspitzer%netscape.com a5f4e1ac0c UI updates 1999-04-01 02:40:01 +00:00
sspitzer%netscape.com 36788b1856 link the mime emitters properly on UNIX
fix runtime bustage of unresolved symbol
in libhtmlemitter.so and libxmlemitter.so
1999-04-01 02:30:19 +00:00
sspitzer%netscape.com 46e939da6b check in for build breakage 1999-04-01 01:41:59 +00:00
mscott%netscape.com 05a6e05ec2 DisplayMessage now takes the URI instead of the path, msg key pair. So I'm cleaning up the code that used to decompose the URI... 1999-04-01 01:15:07 +00:00
mscott%netscape.com 7d526b8ad9 Add support for the nsIMsgUriUrl interface. 1999-04-01 01:14:03 +00:00
jefft%netscape.com 2706afea7f initial cut for imap sink interfaces; not part of the build yet 1999-04-01 01:13:56 +00:00
mscott%netscape.com da3ba636cb Make interface public. 1999-04-01 01:11:36 +00:00
mscott%netscape.com e6b179ce91 display message should take a uri instead of the folder path. 1999-04-01 01:10:51 +00:00
mscott%netscape.com eda6e410e7 display message now takes a URI instead of a mailbox & message key pair. 1999-04-01 01:09:06 +00:00
rhp%netscape.com 811ebfc39f Changes for new mime emitters 1999-04-01 01:08:05 +00:00
mscott%netscape.com 2cdfa89ee5 new interface nsIMsgUriUrl for the GetURI method. This interface will be supported by both imap and mailbox urls. 1999-04-01 01:07:58 +00:00
mscott%netscape.com 02366f6dca make the filespec const for nsPath2URI and nsBuildLocalMessageURI 1999-04-01 01:06:55 +00:00
mscott%netscape.com 4d79368526 make the filespec const for nsPath2URI and nsBuildLocalMessageURI. 1999-04-01 01:06:25 +00:00
rhp%netscape.com 0dcf94f411 updates for mime emitters 1999-04-01 01:06:05 +00:00
rhp%netscape.com 7737a71626 New changes for mime emitters and cleanup 1999-04-01 01:05:45 +00:00
rhp%netscape.com 7f01fe97cd New changes for mime emitters. 1999-04-01 01:03:33 +00:00
rhp%netscape.com aa739f4776 Add new files for emitter 1999-04-01 01:02:53 +00:00
rhp%netscape.com 654b2f866d New changes for mime emitters 1999-04-01 01:02:42 +00:00
rhp%netscape.com 222c204eb3 Update for new emitters 1999-04-01 00:59:02 +00:00
putterman%netscape.com ea01549cd7 Added build local message URI routine. 1999-03-31 22:29:28 +00:00
putterman%netscape.com fa98204cf0 Use PL_strfree to avoid freeing mismatched memory errors. 1999-03-31 19:56:37 +00:00
putterman%netscape.com 895a7b3826 Cached RFCparser and use Mime versions for subject and sender. 1999-03-31 19:56:05 +00:00
mscott%netscape.com 60ccb61fce I got tired of writing code last night and wanted to do something different. I'm trying to make the UI look a bit like the UI specs. When you make a selection, we now change the font color to white. Changed the color of the title bars....I'm sure someone else will change all this at some later point... 1999-03-31 19:37:08 +00:00
mscott%netscape.com 3e270b7bdb Don't link with msgcore and msglocal. Link with msgcoreutil. 1999-03-31 19:34:18 +00:00
mscott%netscape.com 7aa439f819 Pretty much a complete re-write to use the pop3 service. We now read all extra info like user name, password, etc. from your prefs instead of prompting you for it. 1999-03-31 19:33:54 +00:00
mscott%netscape.com 5ece6add76 Build pop3 test. 1999-03-31 19:33:07 +00:00
mscott%netscape.com fd5fff23c0 Build tests directory. 1999-03-31 19:32:45 +00:00
mscott%netscape.com 93afda3503 use nsAutoCString 1999-03-31 19:29:34 +00:00
mscott%netscape.com 3ad6a71bc9 change nsURI2Path to take a const char * for the uriStr. 1999-03-31 19:28:48 +00:00
mscott%netscape.com 4b4745f6e4 Use nsAutoCString. 1999-03-31 19:27:36 +00:00
mscott%netscape.com f7d80f7d17 When we get an on stop binding call, change the state of the url. 1999-03-31 19:26:35 +00:00
mscott%netscape.com 595afea4bc Add check for new mail support to the pop3 service. 1999-03-31 19:26:07 +00:00
mscott%netscape.com e67e9de329 Add pop3 url to the list of components this factory can generate. 1999-03-31 19:25:17 +00:00
mscott%netscape.com 279d01c6be Add check for new mail to the pop3 service. 1999-03-31 19:24:31 +00:00
mscott%netscape.com 8d26ba6c52 Add a class ID. 1999-03-31 19:23:38 +00:00
mscott%netscape.com 31248e7bb3 Fix a memory leak when running mailbox urls. When we get the on stop binding call from netlib, be sure to release all of our connection data (including the transport). 1999-03-31 19:23:00 +00:00
mscott%netscape.com e6fe37e28e Add smoketest string for QA to use. If a message is succesful
Message Sent: PASSED.
1999-03-31 19:20:10 +00:00
mscott%netscape.com 2dc63e7ddc Changes to use nsAutoCString. (what a great help class) 1999-03-31 19:17:42 +00:00
sspitzer%netscape.com afa7407d1b fixing typo.
now compose will come up on Linux!
1999-03-31 14:54:57 +00:00
bienvenu%netscape.com ccf0f3ebdf use store to get hdr from now that mork bug is fixed 1999-03-31 05:22:26 +00:00
bienvenu%netscape.com 86ab42b5eb couple bug fixes, fix memory leaks, table scope 1999-03-31 05:21:49 +00:00
bienvenu%netscape.com cbe1d4ad20 get parser to link 1999-03-31 05:16:38 +00:00
rhp%netscape.com d741af97d4 New def file for win32 build 1999-03-31 04:43:02 +00:00
bienvenu%netscape.com e9371ee3b9 get parser to compile 1999-03-31 04:42:08 +00:00
rhp%netscape.com 0a7c4eba32 Just getting files into the tree for XML output. 1999-03-31 04:40:16 +00:00
rhp%netscape.com b74943c9d9 Adding new mail header file. 1999-03-31 04:23:30 +00:00
bienvenu%netscape.com 48e9dc611c more progress on parser - not part of build yet 1999-03-30 18:00:21 +00:00
bienvenu%netscape.com 8cc1520f94 work around mork problem getting msg hdrs 1999-03-30 06:31:16 +00:00
bienvenu%netscape.com 0484e4a350 latest mork drop, fix ref counting bug, add meta table info 1999-03-30 05:43:09 +00:00
putterman%netscape.com af224c9bc6 Use some of the new springs and strut code. 1999-03-30 05:42:56 +00:00
waterson%netscape.com 5175b44aca Fix datasource to use new RDF return codes. 1999-03-30 03:59:17 +00:00
sspitzer%netscape.com 33bca75da4 header file got changed, but source didn't. 1999-03-30 03:57:37 +00:00
sspitzer%netscape.com fb9e8ba778 align code.
yes, I am anal.
1999-03-30 02:40:06 +00:00
waterson%netscape.com 95fe5b64f9 Changed RDF-specific errors to be success rather than error codes. 1999-03-30 02:30:16 +00:00
putterman%netscape.com 669067e608 Fixed freeing mismatched memory errors. 1999-03-30 02:27:17 +00:00
putterman%netscape.com 457db1820c Added copy messages. 1999-03-30 02:26:54 +00:00
putterman%netscape.com 509d88554d Add copy messages. 1999-03-30 02:25:15 +00:00
putterman%netscape.com d58487c55f fixed freeing mismatched memory error. 1999-03-30 02:24:18 +00:00
putterman%netscape.com 3cbf9af982 fix Freeing mismatched memory error. 1999-03-30 02:23:03 +00:00
putterman%netscape.com 27ff742958 Added nsCopyMessageStreamListener for copying messages. 1999-03-30 02:22:06 +00:00
putterman%netscape.com fae9759465 Add nsICopyMessageListener. 1999-03-30 02:19:22 +00:00
rhp%netscape.com b1bf2fdb3e New XML emitter for libmime 1999-03-30 02:19:05 +00:00
rhp%netscape.com c4d36f5f04 Adding files for new libmime emitters. 1999-03-30 02:18:06 +00:00
mscott%netscape.com b2bd71a079 Cosmetic changes...I'm sure this will get changed later. But the blue selection color is really hard to pick out against the black letters....so I changed it to a lighter color =)..... 1999-03-30 01:38:00 +00:00
mscott%netscape.com d4b14fc31b SettingDocumentcharset should use FindMsgAppCore which will only create a new msg app core if we haven't done so yet... 1999-03-30 01:15:40 +00:00
mscott%netscape.com da2fbb63b3 Updates to the xul file to leverage the fact that we are now correctly adding ourselves to the app cores manager when we create a compose app core. We should never try to re-add the app core by directy calling Add in JS. 1999-03-30 01:14:30 +00:00
mscott%netscape.com 7486dfc494 When initializing the compose app core, use the app cores service manager to register our app core. When deleting the app core, remove ourselves from the appcores manager. More memory leak fixes from Bruce Mitchener <bruce@cybersight.com>. 1999-03-30 01:12:58 +00:00
mscott%netscape.com 46f202d0cc When initializing a msg app core, add ourselves to the app cores manager. This now means that XP_FindAppCore should work through java script and return the correct msg app core. In the destructor, we remove ourselves from the app core. I'm also including a patch from Bruce Mitchener <bruce@cybersight.com>" to change a delete to delete []. 1999-03-30 00:58:39 +00:00
bienvenu%netscape.com b57a7f2a82 initial entry into cvs 1999-03-30 00:47:40 +00:00
bienvenu%netscape.com 3bf87acdf4 more porting 1999-03-30 00:46:59 +00:00
bienvenu%netscape.com b5ef352618 add url types 1999-03-30 00:45:39 +00:00
mscott%netscape.com e6bb99d01c Change printf to say nsMsgMailboxParser instead of nsMsgMailboxParserStub. 1999-03-30 00:45:18 +00:00
mscott%netscape.com a0575a2f4b patch from Bruce Mitchener <bruce@cybersight.com> to change delete to delete []. 1999-03-30 00:44:25 +00:00
nhotta%netscape.com d6e26d9744 I18n migration, CSID -> charset name, unicode converter hook up. 1999-03-29 23:57:50 +00:00
mscott%netscape.com 528f5ab523 Change imapMessageFlags type to PRUint16 instead of uint16. 1999-03-29 23:00:48 +00:00
mscott%netscape.com 267dbc414a stubs for the imap parser..... 1999-03-29 22:59:02 +00:00
nhotta%netscape.com 98e3100b51 Unicode converter hooked up. 1999-03-29 22:45:08 +00:00
bienvenu%netscape.com fc01503b89 comment out files that don't compile for the moment 1999-03-29 22:36:34 +00:00
bienvenu%netscape.com c46a0066e1 export and include nsImapCore.h 1999-03-29 22:34:08 +00:00
bienvenu%netscape.com 858b43c566 imap utility class defs 1999-03-29 22:16:29 +00:00
mscott%netscape.com d0feeb8baf patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change delete to delete []. 1999-03-29 22:15:54 +00:00
mscott%netscape.com 4328e7ccbd patch from Bruce Mitchener Jr." <bruce@cybersight.com> to change free to delete []. 1999-03-29 22:15:09 +00:00
bienvenu%netscape.com 82437189cb port more of imap parser and utility classes 1999-03-29 22:11:04 +00:00
waterson%netscape.com ba4a29c155 Fixed build bustage. 1999-03-29 20:59:30 +00:00
waterson%netscape.com 0cf17d4ce5 Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
mscott%netscape.com a0689b118e Changes for the mailbox protocol instance to support copying of messages. 1999-03-29 06:11:37 +00:00
mscott%netscape.com b9e56c21f9 Add CopyMessage support to the mailbox service. 1999-03-29 06:10:05 +00:00
mscott%netscape.com acffc194c9 Add code to support copying a message to the url. 1999-03-29 06:09:07 +00:00
mscott%netscape.com d0323a8871 Add copy message support to the mailbox url 1999-03-29 06:08:15 +00:00
mscott%netscape.com 70d9b7f0a6 Add mailbox copy message interface. 1999-03-29 06:07:42 +00:00
bienvenu%netscape.com f9b5080c9b fix unix build bustage 1999-03-28 23:09:16 +00:00
bienvenu%netscape.com e66106e976 add thread object and interface 1999-03-28 21:04:05 +00:00
bienvenu%netscape.com cbb6e9025e add i18n routines 1999-03-28 21:03:11 +00:00
bienvenu%netscape.com 3cc39fd7a6 add imap prefs to dumping of identity 1999-03-28 20:40:39 +00:00
bienvenu%netscape.com 84dddbfb01 port a few classes over from 4.5 1999-03-28 20:39:58 +00:00
bienvenu%netscape.com 9e754f38bd initial entry into cvs of host session list, parser, etc 1999-03-28 20:39:12 +00:00
bienvenu%netscape.com b27bf90b18 initial entry into cvs of host session list 1999-03-28 20:37:16 +00:00
jefft%netscape.com 0741517a6e 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 a5e987b3ef Move code out of NS_ASSERTION so release build will work. 1999-03-28 15:46:57 +00:00
mcafee%netscape.com e7e4ae2cb4 Ignore generated files. 1999-03-27 09:22:27 +00:00
mscott%netscape.com db6ac72425 oops..forgot to check this one in. remove NODEPENDS. 1999-03-27 03:08:00 +00:00
chuang%netscape.com f2774e240b Fix throbber icon url 1999-03-27 00:00:05 +00:00
alecf%netscape.com 96462e0796 add libreg to mime libraries so that there are no undefined symbols 1999-03-26 23:59:15 +00:00
sspitzer%netscape.com 82e235aed3 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 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 c7a13619aa 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 e8ca114b4c initialize ptr to nsnull. 1999-03-26 03:35:42 +00:00
mscott%netscape.com 196b470206 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 e45b6b8595 Removed to link to mime, it wasn't needed. 1999-03-26 01:28:14 +00:00
mscott%netscape.com bbea1244ed 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 ffdd0c6e55 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 a9e60fdad6 Build nsNntpService. 1999-03-26 01:10:16 +00:00