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

734 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com 04349cdd68 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
bienvenu%netscape.com 9b841e5033 part of fix for 11651 fix memory leak of status msg a=chofmann 1999-08-13 21:43:08 +00:00
bienvenu%netscape.com 9459717a13 part of fix for 11651 print out status msgs with args a=chofmann 1999-08-13 21:41:57 +00:00
warren%netscape.com d944d70a84 Fix for bug 7682: StringBundle can't load URLs from imap thread. 1999-08-13 00:43:48 +00:00
jefft%netscape.com 2d6f1870c9 enabled RenameFolder() 1999-08-11 04:54:48 +00:00
jefft%netscape.com 4576437669 fixed linux build bustage 1999-08-11 01:00:57 +00:00
jefft%netscape.com d04209e2b8 enabled imap Delete Folder move to Trash and background work for Rename Folder & Subscription 1999-08-11 00:17:15 +00:00
mscott%netscape.com a7dd00b829 We weren't creating the socket transport from the correct thread. We were
doing it from LoadUrl which is in the ui thread. Necko makes assumptions
about what event queue to use for pumping notification messages based on
the current thread when you create the socket. So I moved this code
into ProcessCurrentUrl which lives in the imap connectoin thread.
Also fixed a big problem where we would wait on a monitor but waiting
was preventing messages from getting pumped which prevented ODA from
being called. So the monitor could never get notified. The fix is to
timeout of the PR_Wait and pump message events. We can then check a
flag to see if messages are being pumped.
1999-08-10 23:18:37 +00:00
mscott%netscape.com 87dda9f5e1 Until I can fix a threading problem...be sure to open the socket from the ui thread so events get pumped on the ui thread. 1999-08-10 18:32:34 +00:00
mscott%netscape.com 9711c8df32 synch up apis. 1999-08-10 18:18:56 +00:00
mscott%netscape.com 14f702cb04 Changes to reflect the fact that GetServer is a method on nsIMsgMailNewsUrl now. 1999-08-10 18:18:41 +00:00
mscott%netscape.com c340850f3c remove GetServer implementation...it's now done in the base url class 1999-08-10 18:18:16 +00:00
hangas%netscape.com 3b674936da First Checked In. 1999-08-10 18:05:04 +00:00
sspitzer%netscape.com 338f1519e1 ignore generate Makefile 1999-08-10 05:11:59 +00:00
alecf%netscape.com 029a406afa fix unused variable 1999-08-10 04:04:58 +00:00
bienvenu%netscape.com f9e18a8b4e add subscribe and unsubscribe methods 1999-08-10 03:29:22 +00:00
alecf%netscape.com 576bc98ae1 IMAP doesn't need nsImapURI2Name anymore 1999-08-10 00:52:59 +00:00
alecf%netscape.com 2c821c57bc IMAP doesn't need it's own implementation of GetName 1999-08-10 00:47:44 +00:00
alecf%netscape.com 14068dc6b9 fix uninitialize variable 1999-08-09 23:28:27 +00:00
jefft%netscape.com 4ec8e8b82d added DeleteFolder() 1999-08-09 23:21:25 +00:00
jefft%netscape.com 0a6cd043f5 added InTrash() & DeleteSubFolders() 1999-08-09 23:20:24 +00:00
jefft%netscape.com cdcf6b93ac added DeleteFolder() 1999-08-09 23:15:06 +00:00
bienvenu%netscape.com 404e16da1f add imap msgs to build 1999-08-09 21:19:47 +00:00
bienvenu%netscape.com e0f8d8fb50 clean up resource export for imap, not part of build yet 1999-08-09 20:21:59 +00:00
bienvenu%netscape.com e89954cd01 change location of imap string bundle 1999-08-09 01:21:52 +00:00
bienvenu%netscape.com 757cc44eec make files for imap msgs, not part of build yet 1999-08-09 00:41:15 +00:00
bienvenu%netscape.com b49c872963 add discovering mailbox message 1999-08-08 19:40:55 +00:00
bienvenu%netscape.com 6b5a784463 more solaris bustage 1999-08-07 04:03:46 +00:00
bienvenu%netscape.com d2f3371862 fix next solaris bustage 1999-08-07 03:43:06 +00:00
bienvenu%netscape.com 3653ea8d06 get rid of nsString2 1999-08-07 02:32:02 +00:00
bienvenu%netscape.com bbf4cffcd7 get rid of nsString2, more hooking up of status 1999-08-07 02:30:11 +00:00
alecf%netscape.com d1b778a237 don't crash when mDatabase is null 1999-08-07 00:45:04 +00:00
jefft%netscape.com bee11b6fdb remove summary file prior trash all messages 1999-08-06 21:03:59 +00:00
jefft%netscape.com b73bf1eea4 enable imap empty trash folder 1999-08-06 18:25:43 +00:00
jefft%netscape.com 56a02adde8 enabled Compact This Folder command; implemented MoveFolder(), RenameLeaf() methods 1999-08-06 13:43:49 +00:00
mscott%netscape.com 15575ebd56 Fix some warnings. 1999-08-05 23:16:20 +00:00
mscott%netscape.com 98f587de23 Fix lots of unix warnings. 1999-08-05 23:12:59 +00:00
bienvenu%netscape.com 669076ab98 add statusFeedback to SelectFolder call, way to get running imap url from imap protocol 1999-08-05 23:08:35 +00:00
sspitzer%netscape.com fdcbe50278 use /tmp instead of /usr/tmp. /tmp should always be there, where /usr/tmp will not be. eventually, this will go away anyways. 1999-08-05 22:43:15 +00:00
mscott%netscape.com 8bb3b5a325 remove some pre-necko cruft. 1999-08-05 22:21:35 +00:00
mscott%netscape.com 2cdad3383a Cast nsCString as a const char before passing it as an argument. 1999-08-05 04:43:04 +00:00
mscott%netscape.com ee21c8e45f fix warnings. 1999-08-05 04:28:37 +00:00
mscott%netscape.com 16f3cd4cc3 Changes for:
nsString(eOneByte) --> nsCString
nsString(eTwoByte) nsString
nsString2 --> nsString
1999-08-05 04:28:28 +00:00
bienvenu%netscape.com 81d829cba8 add imap msgs, not part of build yet 1999-08-04 20:21:13 +00:00
bienvenu%netscape.com 5e0c8c42a6 more work on hooking up progress and status 1999-08-04 18:45:36 +00:00
jefft%netscape.com 6e19f8e061 fixed bug 11025 -- crashes after IMAP copy operation; has to use proxy event to fix the problem 1999-08-04 18:39:53 +00:00
sspitzer%netscape.com fee317b78f changes for status messages. checked in for the almighty david b. 1999-08-04 18:38:36 +00:00
bienvenu%netscape.com 8afa6fce3b string bundles for imap, not part of build yet 1999-08-03 20:34:20 +00:00
jefft%netscape.com 511780f71a fixed bug 11144 - delete messages from imap trash folder not working 1999-08-03 00:34:34 +00:00
bienvenu%netscape.com fc5fb7a36d work on hang closing windows after imap, stop using unlimited timeouts 1999-08-02 21:36:30 +00:00
bienvenu%netscape.com 3618d8c8bf fix notification of filter folders 1999-08-02 21:33:00 +00:00
bienvenu%netscape.com e8c3c353cd add notifications for filter hits, fix totals for parent folders 1999-07-31 18:16:24 +00:00
jefft%netscape.com 234e49ab1d one more time; try to fix Sun build bustage 1999-07-31 03:03:28 +00:00
jefft%netscape.com c887b3033c more on pop3 vs imap4 undo move/copy messages work 1999-07-30 23:53:01 +00:00
briano%netscape.com 0212559fff Added NSPR_LIBS so it the shared lib would build on IRIX. 1999-07-30 23:36:14 +00:00
mscott%netscape.com 01ab699db6 Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com 007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
bienvenu%netscape.com 43cf95cb13 add MatchName, fix folder discovery for nested folders 1999-07-27 05:17:45 +00:00
dougt%netscape.com 5adb63dcaf Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
rickg%netscape.com f938d114ea replaced calls to deprecated string API 1999-07-26 01:05:31 +00:00
putterman%netscape.com 1157e3a031 Adding MANIFEST file to fix build. 1999-07-23 16:36:23 +00:00
jefft%netscape.com eecba3c846 enable undo move/copy messages from different server 1999-07-23 14:40:55 +00:00
scc%netscape.com 16e2ba6a23 explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs 1999-07-22 05:25:17 +00:00
tbogard%aol.net 8fced9fa19 Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings. 1999-07-22 02:11:04 +00:00
bienvenu%netscape.com e9ecce4206 mark imap msgs read in db when displaying them 1999-07-22 00:54:28 +00:00
bienvenu%netscape.com 93b8b8551d use nsString::Truncate to truncate strings 1999-07-21 23:27:53 +00:00
putterman%netscape.com 5ff710dba8 Do a case insensitive compare for figuring out special folders. 1999-07-20 21:14:39 +00:00
bienvenu%netscape.com a78ee3685c force update if we have db open 1999-07-20 03:42:34 +00:00
jefft%netscape.com 5264a90fd1 make sure messages get deleted after moving to Pop3 mail folder 1999-07-20 01:54:56 +00:00
bienvenu%netscape.com 1b7d7a48db add imap biff 1999-07-19 22:19:02 +00:00
rickg%netscape.com 23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
jefft%netscape.com 64ca9de448 fix linux build bustage 1999-07-18 23:10:51 +00:00
jefft%netscape.com 5f5eabc97c more on uber copy service - enable move/copy messages from news to pop3 & imap4, from imap4 to imap4, from imap4 to pop3 1999-07-18 22:33:25 +00:00
bienvenu%netscape.com 7d4724fe66 more work on folder cache 1999-07-17 20:33:15 +00:00
sspitzer%netscape.com 4aed0216c8 fix warnings 1999-07-17 18:32:18 +00:00
ramiro%netscape.com a09ea8b7ca Landing timer move on unix. 1999-07-17 14:22:51 +00:00
sspitzer%netscape.com 03dad3c1db remove unused code. 1999-07-17 02:00:56 +00:00
jefft%netscape.com fdb54a8320 make sure to flush the write data in case of the os file buffering scheme in play to cause append msg from file to fail 1999-07-17 00:35:44 +00:00
jefft%netscape.com 02dc350d98 more on copy service - enable move/copy messages from Pop3 to Imap4 1999-07-16 18:03:55 +00:00
jefft%netscape.com 2b60bae51a new CopyNextStreamMessage() method 1999-07-16 17:59:57 +00:00
bienvenu%netscape.com 8fe24b6de4 initialize uid validity to 0 1999-07-15 03:00:06 +00:00
jefft%netscape.com 53d76465cd rename nsImapMailCopyState variables to prefix with m_ 1999-07-14 19:35:31 +00:00
jefft%netscape.com de6bdc04be more on copy service - added more methods to support append message from file; setting newly appended msg uid; setting newly copyed uids 1999-07-13 20:13:41 +00:00
bienvenu%netscape.com 2b31f9e8da change db open for idl 1999-07-13 18:45:54 +00:00
rhp%netscape.com e4c1bf272c Compose back end cleanup 1999-07-13 18:38:36 +00:00
jefft%netscape.com 7baa41ff09 fixed build bustage; OnlineMessageCopy() requires one more parm 1999-07-07 14:41:26 +00:00
jefft%netscape.com c255345a3d one more parameter for SetCopyResponseUid 1999-07-07 13:45:17 +00:00
jefft%netscape.com 5cb145cb30 failed to set up correct urlListener 1999-07-07 07:10:39 +00:00
jefft%netscape.com 8a3aaa2a55 failed to initialize m_copyState to nsnull 1999-07-07 06:50:22 +00:00
jefft%netscape.com f965b6fdf6 notify copy server when done with move/copy messages operation 1999-07-07 06:37:55 +00:00
jefft%netscape.com a84bdba246 added GetSrcKeyArray() & GetDstKeyArray() 1999-07-07 06:36:24 +00:00
ramiro%netscape.com 5cdb03367b Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
bienvenu%netscape.com 09a5217674 work around 9306, unable to load more than one message 1999-07-07 04:01:38 +00:00
jefft%netscape.com e9386771ad implemented same imap host move/copy message + undo 1999-07-07 04:01:05 +00:00
jefft%netscape.com 46fa41e021 make sure to delete message headers when undo/redo'ng 1999-07-07 03:58:39 +00:00
bienvenu%netscape.com b1b65a0cde fix imap move to sub folder, imap delete uri to have user name 1999-07-03 22:06:44 +00:00
briano%netscape.com 81fba40438 Cleanup and fixes for OpenBSD. 1999-07-02 21:30:31 +00:00
bienvenu%netscape.com cb8014d99d fix get new msgs, work on unicode folder names 1999-07-02 19:20:54 +00:00
dveditz%netscape.com 0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com 17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +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
bienvenu%netscape.com 8cf6885157 back out nsCOMPtr leaks 1999-06-30 23:29:06 +00:00
bienvenu%netscape.com f6da2a769d fix nsCOMPtr leak 1999-06-30 23:19:26 +00:00
ducarroz%netscape.com 9c8e49df80 Replace time_t by PRTime 1999-06-30 21:04:29 +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 edc5536d4f use nsCRT strdup instead of PL_strdup, prepare way for PRUnichars 1999-06-30 00:26:32 +00:00
scc%netscape.com f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
scc%netscape.com 4973918df6 Added |GetIID()| 1999-06-29 20:28:56 +00:00
mcafee%netscape.com 8b722793b2 BeOS changes 1999-06-29 09:31:14 +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
bienvenu%netscape.com 05cfcb0f1d fix imap uri parsing 1999-06-29 03:49:18 +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
rickg%netscape.com efc862d675 fixup nsString API usage 1999-06-27 18:04:40 +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
bienvenu%netscape.com 5374b0377c start working on making nsMsgDatabase scriptable 1999-06-25 19:46:47 +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
putterman%netscape.com 8c5fcdb576 Add GetPath to nsIMsgFolder. 1999-06-25 03:56:02 +00:00
bienvenu%netscape.com d05a199a94 turn on utf7 en and decoding 1999-06-24 22:30:26 +00:00
bienvenu%netscape.com 3493534409 fix purify errors, particularly mismatched deletes 1999-06-24 03:53:35 +00:00
bienvenu%netscape.com 69f916e6d3 put in code for utf7, but not enabled 1999-06-24 00:50:37 +00:00
bienvenu%netscape.com 9a06fc3d8c fix handling of hosts without namespace extension, start working on utf7 stuff 1999-06-23 21:48:25 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
mscott%netscape.com c2f8a7e095 We no longer inherit from nsIMsgMailNewsUrl.... 1999-06-22 21:55:25 +00:00
mscott%netscape.com dc740c3a6c Because of my over-haul for mailnews urls, we now need to be more explicit about the url interfac
we are calling the method on (nsIURL, nsIImapUrl, nsIMsgMailNewsUrl, etc).
1999-06-22 21:55:06 +00:00
mscott%netscape.com 48f0990fcc Url re-organization to use nsMsgMailNewsUrl implementation code. This is part of my necko integration work and
should also have the added benefit of reducing footprint.
1999-06-22 21:54:46 +00:00
mscott%netscape.com c96a3e5fd9 QI url to the right type for nsIMsgMailNewsurl methods. 1999-06-22 21:53:34 +00:00
mscott%netscape.com 10ac55c56d QI url to the right type for nsIMsgMailNewsurl methods. 1999-06-22 21:19:51 +00:00
bienvenu%netscape.com fb53fe3128 fix check for error opening database 1999-06-22 20:29:43 +00:00
mscott%netscape.com dbb4e2b201 include nsMsgImapCID.h 1999-06-22 05:00:12 +00:00
mscott%netscape.com a5f19ab0bb add another class id. 1999-06-22 05:00:04 +00:00
mscott%netscape.com a6c26760a7 move class id into nsMsgImapCID.h 1999-06-22 04:58:16 +00:00
mscott%netscape.com d5509c05d5 include nsMsgImapCID.h. move class id into nsMsgImapCID.h 1999-06-22 04:58:01 +00:00
mscott%netscape.com 694803d723 Move class ids into nsMsgImapCID.h and out of the interfaces! 1999-06-22 04:56:03 +00:00
mscott%netscape.com 6f740175e8 Export nsMsgImapCID.h 1999-06-22 04:55:03 +00:00
mscott%netscape.com 4ec6f48e35 Export nsMsgImapCID.h 1999-06-22 04:49:47 +00:00
mscott%netscape.com 15a6fd0c3d First checked in. Header file for the class ids this factory can produce components for. 1999-06-22 04:46:01 +00:00
alecf%netscape.com 05fd122471 add userid@ to all mail/news URIs and add parsing code to support this
this change allows servers to be unique by {userid, hostname, type} combination and allows nsIMsgAccountManager::FindServer() to search for servers this way.
1999-06-22 03:03:48 +00:00
jefft%netscape.com 3f3214a3fe setting up correct url listener when undo/redo'ing 1999-06-21 23:07:09 +00:00
jefft%netscape.com 61b5535ffc fixed resetting current folder uid validity and highest recorded uid problem 1999-06-21 23:05:29 +00:00
jefft%netscape.com 92da62cf44 check for m_imapMailFolderSink before calling UpdateImapMailboxInfo() 1999-06-21 23:03:28 +00:00
jefft%netscape.com 48456675cf partially enable undo 1999-06-21 23:02:30 +00:00
bienvenu%netscape.com 6df6af1ad3 remove export of host session list interface, fix case of include file 1999-06-20 16:13:25 +00:00
bienvenu%netscape.com d95e434499 add export of host session list interface 1999-06-20 16:11:06 +00:00
bienvenu%netscape.com 8a6eb35dcb run url queue from mozilla thread, more work on imap filters 1999-06-20 15:35:10 +00:00
bienvenu%netscape.com 7b175f3c86 don't continue applying filters after move 1999-06-16 05:58:02 +00:00
mscott%netscape.com 274363cbf7 After creating an imap url from create instance, we need to initialize it. 1999-06-16 03:10:22 +00:00
mscott%netscape.com b65da831b0 Add initialize support 1999-06-16 03:09:12 +00:00
mscott%netscape.com 049a8db3f4 Add interface method for initialize. 1999-06-16 03:08:49 +00:00
mscott%netscape.com 925085f3ed Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods. 1999-06-15 23:39:56 +00:00
hangas%netscape.com 06e40991b1 Added nsImapMoveCoalescer.cpp 1999-06-15 23:30:01 +00:00
bienvenu%netscape.com 440e26b7fb add imap move coalescer to filter code 1999-06-15 23:17:49 +00:00
bienvenu%netscape.com 2e11e8f2bb not part of build, initial entry into cvs of helper class for coalescing moves 1999-06-15 21:20:08 +00:00
jefft%netscape.com 830f5cd62f fixed Mac build bustage 1999-06-15 15:12:52 +00:00
jefft%netscape.com 93ae12bb83 fix linux build bustage 1999-06-15 15:05:48 +00:00
jefft%netscape.com 67395ada51 added files: mozilla/mailnews/imap/src/nsImapUndoTxn.cpp 1999-06-15 13:20:34 +00:00
jefft%netscape.com d990e4fb61 more on unod work - added SetCopyResponseUid() method; nsImapMoveCopyMsgTxn class; fix set message flags not working problem 1999-06-15 13:16:51 +00:00
jefft%netscape.com ec5264cde5 added SetCopyResponseUid interface 1999-06-15 13:12:54 +00:00
jefft%netscape.com 54bdbaf527 added nsImapUidExpunge action 1999-06-15 13:12:08 +00:00
putterman%netscape.com c7f23c6607 Added deleteStorage parameter. 1999-06-14 22:25:10 +00:00
bienvenu%netscape.com 33e7b223dc prepare for msgdb idl 1999-06-14 02:20:41 +00:00
bienvenu%netscape.com 3afd079799 more work on imap filters 1999-06-12 02:04:29 +00:00
bienvenu%netscape.com aa6f741aaa restructure filter code to start on imap filters 1999-06-11 07:07:04 +00:00
jefft%netscape.com 5343385862 undo framework 1999-06-10 14:55:36 +00:00
mscott%netscape.com 14b921cb3a Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com 82354feb6e move StringHash to nsMsgUtils.cpp, and use NS_MsgHashIfNecessary() in all
the ns*URI2Path() calls in the ns*Utils.cpp files to hash the file
names if necessary.
also, don't use fprintf().
1999-06-08 05:08:31 +00:00
sspitzer%netscape.com 026c93aa61 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
sspitzer%netscape.com 614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com 989344b80b remove IGNORE_MANIFEST. 1999-06-07 21:28:20 +00:00
mscott%netscape.com 7076a0c3d5 remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any. 1999-06-07 21:11:16 +00:00
mscott%netscape.com c78ee2032c Don't build dll until the install phase, not the lib phase. 1999-06-07 08:22:54 +00:00
mscott%netscape.com 266ed15e24 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
mscott%netscape.com 9fb7de13d5 Remove unnecessary ifdef code... 1999-06-05 00:10:16 +00:00
mscott%netscape.com 087b7b5fb2 Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-05 00:06:05 +00:00
sspitzer%netscape.com 37e9ec63ea follow briano's lead and use MOZ_DLL_SUFFIX 1999-06-04 22:18:07 +00:00
mscott%netscape.com 4c24e5a54a replace nsAutoCString with more efficient calls using nsAutoString.GetBuffer. This requires us to force several nsAutoStrings to be created as one byte strings (which is okay). 1999-06-04 21:44:57 +00:00
mscott%netscape.com d43f8dc8f7 Include nsIFileSpec.h 1999-06-04 21:43:16 +00:00
mscott%netscape.com 7f87438369 support SaveMessageToDisk (stub right now).
Remove nsAutoCString with more efficient call to nsString.GetBuffer.
1999-06-04 21:40:25 +00:00
alecf%netscape.com d06d7ce333 fix a bunch of warnings about shadowed variables, etc 1999-06-04 04:17:56 +00:00
alecf%netscape.com 6e65c166dc fix leak 1999-06-04 04:17:26 +00:00
mscott%netscape.com 1d157c2160 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-03 23:42:51 +00:00
rickg%netscape.com 2525d04098 replaced nsString2.h references with nsString.h 1999-06-02 01:03:41 +00:00
jefft%netscape.com 818691e714 fixed unmatching memory free 1999-05-29 01:20:28 +00:00
jefft%netscape.com ea12e75566 removed unneeded code 1999-05-29 01:19:48 +00:00
jefft%netscape.com aaae5a0a97 partially fixed bug 7147 -- Drop-down menu does not show folder when selecting Move Message 1999-05-28 20:30:23 +00:00
mscott%netscape.com 32a4a61bc4 Remove inadvertant ';' in if clause. thanks to sfraser for pointing it out. 1999-05-28 20:00:33 +00:00
blizzard%redhat.com 336beea369 remove hard coded toolkit names in tests 1999-05-28 03:42:59 +00:00
mcmullen%netscape.com 7dce873c56 Removed base/baseDebug.shlb 1999-05-28 00:48:24 +00:00
ducarroz%netscape.com 9e355ce031 Remove msgLocal dependency 1999-05-28 00:28:37 +00:00
mscott%netscape.com c1c89e5808 Remove obsolete dependency on local. 1999-05-27 22:16:07 +00:00
mscott%netscape.com faac19b5aa No longer need to link against local. 1999-05-27 22:14:51 +00:00
mscott%netscape.com 6f61c81c3b Use nsIMgParseMailMsgState & the component manager so we don't have to link against local to pick up the message parser. 1999-05-27 22:13:57 +00:00
jefft%netscape.com 1ddc0fb3ed fixed bug 7163 - imap directory not automatically created if missing 1999-05-27 21:14:02 +00:00
sspitzer%netscape.com ec593b881b fix bustage.
we used to have -llocalmail in our link line.  but that's a component, so that's
wrong, so mcafee removed it.  but we weren't linking against liblocalmail.so, we were actually linking in liblocalmail.a.  but briano's change to mozilla/config/rules.mk made it so liblocalmail.a got moved into dist/lib/components, so now
we need to explictly link against this .a

the problem is in this .a is a class that we need.  mscott is working on
the right fix, and he'll remove this when he re-arranges the code.
1999-05-27 19:14:42 +00:00
mcafee%netscape.com 6dadc570f0 Looks like liblocalmail became a component, removing it from the link line. 1999-05-27 06:37:04 +00:00
bienvenu%netscape.com dc67f8381f fix build bustage 1999-05-27 06:08:15 +00:00
alecf%netscape.com 3af5cfefad API change GetUserName -> GetUsername 1999-05-27 05:54:06 +00:00
alecf%netscape.com 4b3f3ae50b API change - GetUserName -> GetUsername 1999-05-27 05:51:24 +00:00
bienvenu%netscape.com f9b86efab9 fix build bustage 1999-05-27 05:47:52 +00:00
sspitzer%netscape.com 83890318b0 fix UNIX build bustage. we will still have runtime bustage, but I'll fix that
next
1999-05-27 01:22:14 +00:00
mscott%netscape.com 7e9935a79c Fix mismatched memory free. Bug #6722 --> replace PR_Open use with nsFileSpec & nsFileStream. 1999-05-26 22:53:03 +00:00
mscott%netscape.com 0cc9ddde6d Fix memory leak of mailbox struct. 1999-05-26 22:49:09 +00:00
mscott%netscape.com 49ff440b55 Fix uninitialized memory read. 1999-05-26 22:43:01 +00:00
briano%netscape.com 70112c66da Fix for NO_STATIC_LIB builds. 1999-05-26 22:20:12 +00:00
jefft%netscape.com f7a05baf9f more on cached connection work - time out and number of maximum connections per host implementation; fixed delete messages not working problem; fixed crash when server disconnect the connection; inproper ref counting problem 1999-05-26 21:56:36 +00:00
jefft%netscape.com 1faa5ccc50 defautl set fDeleteIsMoveToTrash to true 1999-05-26 21:52:54 +00:00
jefft%netscape.com 4730d69add more on cached connection work - time out and number of maximum connections per host implementation 1999-05-26 21:51:38 +00:00
sspitzer%netscape.com 1220941099 fix build breakage on UNIX 1999-05-26 16:19:50 +00:00
dp%netscape.com 94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
briano%netscape.com 4d3055bc0c Fixed the breakage this incomplete makefile was causing NO_STATIC_LIB builds. 1999-05-24 04:55:52 +00:00
bienvenu%netscape.com 7bad36bff6 turn on protocol logging in release mode 1999-05-19 04:43:00 +00:00
jefft%netscape.com 024b366eb6 fixed VC++ 5.0 bustage problem 1999-05-19 01:15:17 +00:00
jefft%netscape.com ff85add93a fixed delete message barf on creating new message header 1999-05-19 01:05:05 +00:00
jefft%netscape.com 835c1e8643 set default maximum connections to be 5 instead of 2 1999-05-18 23:24:07 +00:00
jefft%netscape.com ea25bc066e call load url from imap incoming server 1999-05-18 22:39:32 +00:00
jefft%netscape.com 9bd44c06b5 more on cached connections work -- urlQueue now implemented on nsImapIncomingServer instead of nsImapService; LoadNextQueuedUrl() will be triggered when finishing a running url 1999-05-18 22:38:25 +00:00
jefft%netscape.com d3d218c7c3 more on cached connections - removed CreateImapConnection(), LoadNextQueuedUrl() method 1999-05-18 22:34:41 +00:00
jefft%netscape.com 538dcb2446 more on cached connections - added TellThreadToDie() method 1999-05-18 22:33:49 +00:00
jefft%netscape.com ada08534f2 more on cached imap connections work - added Get/SetMaximumConnectionsNumber(), GetImapConnectionAndLoadUrl(), LoadNextQueuedUrl(), RemoveConnection() method 1999-05-18 22:32:46 +00:00
bienvenu%netscape.com 3dea144f37 fix problem displaying headers when selecting folder we haven't opened before 1999-05-17 22:44:12 +00:00
jefft%netscape.com 47e70117f3 temporary fix for cached connection not working for same imap host 1999-05-17 06:28:10 +00:00
bienvenu%netscape.com 4dd806d676 fix problems selecting folders other than the inbox 1999-05-17 00:41:26 +00:00
jefft%netscape.com 366ce2f7bb making sure cached connection work with multiple imap servers 1999-05-16 21:55:25 +00:00
bienvenu%netscape.com d2e1cc09d5 fix vc5 build bustage 1999-05-16 21:22:27 +00:00
sspitzer%netscape.com fb8e38b9ea more changes needed for runtime. will get unresolved symbols when
services get loaded
1999-05-16 05:22:12 +00:00
sspitzer%netscape.com 35dfe0f80a fix SunOS build bustage.
can you believe one undefined symbol (_._13nsUInt32Array) led to linking in these additional files?  me neither.  question:  why did it build on linux?
1999-05-16 04:55:31 +00:00
sspitzer%netscape.com 5ac0e6f51b ignore the generated test app 1999-05-16 01:43:49 +00:00
bienvenu%netscape.com 10c29093db re-enable selecting of other imap folders besides inbox 1999-05-16 00:10:50 +00:00
mscott%netscape.com b9010df4aa fix warnings by re-ordering membewr data initialization. 1999-05-15 22:18:45 +00:00
mscott%netscape.com a3f9a376b9 Fix signed / unsigned assignment problem... 1999-05-15 22:17:50 +00:00
mscott%netscape.com f251cc4d94 quiet compiler warnings....re-order member variable initialization, remove unused variable. 1999-05-15 22:17:02 +00:00
mscott%netscape.com 1781b62263 Remove unused variable to quiet warning.... 1999-05-15 22:16:00 +00:00
mscott%netscape.com 8a5369f20c Fix unsigned / signed assignment & comparison problems. 1999-05-15 22:15:11 +00:00
mscott%netscape.com b43398d6be quiet compiler...re-order initialization of class members. 1999-05-15 22:14:20 +00:00
mscott%netscape.com c49c15a3e2 fix warning - remove unused variable. 1999-05-15 22:13:09 +00:00
mscott%netscape.com 1ded715447 Fix GetUserName such that it uses GetServer on the folder instead of calling GetCurrentServer from the acct manager. This fixes the imap problem where you couldn't perform cmds like displaying messages unless you imap server was the first one. 1999-05-15 21:07:18 +00:00
mscott%netscape.com a2843c2633 implement GetIncomingServerType as part of adding a GetServer method for a folder. 1999-05-15 19:39:58 +00:00
jefft%netscape.com e1305e9d8f fixed all the subfoler created on top level 1999-05-15 02:59:23 +00:00
bienvenu%netscape.com 0681e2a178 fix get new mail when using cached connection 1999-05-15 02:26:36 +00:00
jefft%netscape.com f9ee7c4805 fixed new folder not added to to the folder pane problem 1999-05-14 23:26:00 +00:00
jefft%netscape.com f743104f91 fixed imap folder discovery problem; the default fNamespacesOverridable should be set to true 1999-05-14 22:46:21 +00:00
bienvenu%netscape.com d2998ec6fb fix message counts for imap inbox 1999-05-14 21:11:07 +00:00
jefft%netscape.com f748400d23 fixed cached connection url race condition 1999-05-14 21:04:17 +00:00