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

731 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
sspitzer%netscape.com 8457354b34 do some clean up in preperation of migrating the fcc prefs. (for bug #10583)
change the newsrcFilePath attribute to be a nsIFileSpec, instead of a string.(bug #13306)
add code to do hashing of hostname. [not turned on yet].  (for bug #13480)
remove the obsolete GetRootFolderPath() code from the incoming servers.
1999-09-09 21:17:32 +00:00
arielb%rice.edu 3f40ccda3b spamming mailnews/local with NS_DECL_IFOO's 1999-09-09 07:20:19 +00:00
putterman%netscape.com be8450481f don't use ToNewCString in this case. 1999-09-09 06:20:04 +00:00
bienvenu%netscape.com 690ed2ef12 fix memory leaks of string bundles 1999-09-09 05:29:28 +00:00
alecf%netscape.com 22703b41c3 change nsIMsgIncomingServer->SetLocalPath/GetLocalPath to be an nsIFileSpec instead of a string 1999-09-09 04:11:38 +00:00
jefft%netscape.com 811626ef2f always want the dummy envelope header when save message to the disk 1999-09-08 20:34:12 +00:00
alecf%netscape.com ede98896f8 change from XP_ASSERT to PR_ASSERT 1999-09-08 06:32:47 +00:00
alecf%netscape.com e064a47c4c switch to using PR_TRUE/PR_FALSE and nsCRT string routines 1999-09-08 03:19:49 +00:00
mscott%netscape.com dcb880ceae Bug #12988 --> always clear the server busy flag regardless of whether an error occurred or if we succeeded. 1999-09-05 01:21:08 +00:00
sspitzer%netscape.com d784692123 fix my weird code. 1999-09-03 06:56:42 +00:00
briano%netscape.com afac2beb0d Fix for objdir builds. 1999-09-02 02:37:58 +00:00
sspitzer%netscape.com 1b0b6a690d fix VC 5.0 build bustage. bad code, strict compilers are your friends. 1999-09-01 07:03:04 +00:00
sspitzer%netscape.com e40911db58 changes to support the new "none" incoming server type.
divorce "pop3" from local mail.  (more to be done here).
general code clean up.
fix #12873 and #12801
1999-09-01 06:08:19 +00:00
sspitzer%netscape.com 251f18a5f9 added files: mozilla/mailnews/local/public/nsINoIncomingServer.idl 1999-09-01 06:06:59 +00:00
sspitzer%netscape.com 2682cd901e added files: mozilla/mailnews/local/src/nsNoIncomingServer.cpp 1999-09-01 06:06:45 +00:00
sspitzer%netscape.com e0d449a9e2 adding new files for the "none" server, which is used 4.x style "Local Mail" when using IMAP. 1999-09-01 04:43:41 +00:00
mscott%netscape.com 3110bc82ef Bug #8076/9836 --> use specialDirectory::OS_TemporaryDirectory to determine the directory to write tempMessage.eml out to. 1999-09-01 04:09:07 +00:00
cyeh%netscape.com 9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
ramiro%netscape.com 18b5e04d18 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
mcafee%netscape.com de1720a4e2 Fixing solaris bustage. 1999-08-31 10:59:48 +00:00
mscott%netscape.com 647acdcd19 Bug #11895 --> add protection for preventing multiple get new message calls on the same server.
Don't run pop urls if the server is already busy.
1999-08-31 06:53:26 +00:00
mscott%netscape.com 848b9372ac get password api synch 1999-08-31 04:40:38 +00:00
mscott%netscape.com 9bf4171e71 remove over-ride of set/get password. Password knowledge has been centralized
move get password logic out to a common base class (nsMsgIncomingServer)
1999-08-31 04:40:14 +00:00
putterman%netscape.com 82d604a5a0 msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll 1999-08-30 22:17:13 +00:00
mscott%netscape.com d8a1e15139 Change a PL_strdup to nsCRT::strdup 1999-08-30 21:55:26 +00:00
mscott%netscape.com c68fda9796 Bug #11691 --> fix some empty comparisons with a PRUint32 < 0. 1999-08-30 21:55:03 +00:00
putterman%netscape.com 38cfb0cdd1 Only Top level folders are special folders. 1999-08-27 03:50:20 +00:00
rpotts%netscape.com 0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
bienvenu%netscape.com 922a55a1b7 replace nsIEnumerator with nsISimpleEnumerator 1999-08-26 04:41:07 +00:00
mscott%netscape.com c1b3d32444 Bug #10844 hook up progress bar for getting new mail. This is just a first pass. I still have a ways to go. 1999-08-25 23:50:18 +00:00
mscott%netscape.com 00519dc56e Bug #10844 --> set status feedback on pop urls 1999-08-25 23:49:39 +00:00
mscott%netscape.com 35067c807e nsString updates --> nsString(eOneByte) --> nsCString 1999-08-25 23:47:05 +00:00
mscott%netscape.com 9bd3aa5c39 Add a new string. 1999-08-25 23:46:42 +00:00
mscott%netscape.com ad2acc5d3d nsString updates --> nsString(eOneByte) --> nsCString.
Remove windows.h include as it is not necessary anymore.
1999-08-25 23:46:18 +00:00
ramiro%netscape.com 7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
brendan%mozilla.org defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
putterman%netscape.com 0ae991b430 Add timing for parsing mailbox. 1999-08-24 21:50:44 +00:00
ramiro%netscape.com ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
bienvenu%netscape.com bfa561f68f get rid of DOING_FILTERS #define 1999-08-24 04:23:31 +00:00
mccabe%netscape.com a900e17559 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mscott%netscape.com 2347be3f2a Add more status lines. 1999-08-22 23:02:45 +00:00
mccabe%netscape.com 17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
ramiro%netscape.com 56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
ramiro%netscape.com 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com e5dfc2a7eb Ignore generated files. 1999-08-21 12:14:23 +00:00
alecf%netscape.com 44017e0d56 stop using mDepth, use IsServer instead 1999-08-21 01:01:10 +00:00
putterman%netscape.com 8bf1a9a349 Only use base GetPrettyName instead of LocalMail. 1999-08-20 22:49:04 +00:00
alecf%netscape.com 55e8d2a215 oops, we were calling the wrong superclass 1999-08-20 22:42:05 +00:00