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

264 Коммитов

Автор SHA1 Сообщение Дата
bruce%cybersight.com ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
sspitzer%netscape.com 2e20b1a044 fix for #13062. prevent infinite loop when reading news. 1999-09-02 22:07:48 +00:00
tonyr%fbdesigns.com 52e5ad25fd Added NS_ADDREF to child returned from GetChildNamed 1999-09-02 21:23:26 +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
alecf%netscape.com d651af4ec5 it's ok to clear a user pref that isn't there. 1999-09-01 00:45:15 +00:00
mscott%netscape.com 44de0f44c0 Bug #11895 --> add protection for preventing multiple get new message calls on the same server. 1999-08-31 06:52:27 +00:00
alecf%netscape.com 9d390186f0 remove the second most common FMM in mail/news 1999-08-31 06:13:42 +00:00
mscott%netscape.com 58ce8728d2 migrate smarts about getting password from pop3 protocol to incoming server
so everyone can share in the logic including imap and eventually news.
Bug #7444 --> Add remember password smarts
1999-08-31 04:39:43 +00:00
alecf%netscape.com 2d544a12eb add a bunch of new attributes for identities 1999-08-31 00:19:08 +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
putterman%netscape.com 6c0316033c If there's no root folder in GetRootFolder, create one. 1999-08-30 22:12:20 +00:00
alecf%netscape.com eabcd7839d implement toString() for identities (for debugging) 1999-08-27 20:57:07 +00:00
sspitzer%netscape.com 804a7e88a4 fix for #12595, #12596, #12570, and #10672. migrate some more 4.x prefs, and fix some crashers, and clear 4.x prefs after migrating. 1999-08-27 06:16:14 +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
putterman%netscape.com 58d47cf74a work on MarkFlagged. 1999-08-24 21:47:22 +00:00
bienvenu%netscape.com be96b97427 clear progress when it meteors stop 1999-08-24 04:24:19 +00:00
alecf%netscape.com 109da3ad7b fix leak from redundant SetKey calls 1999-08-24 00:29:55 +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
mccabe%netscape.com 381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
alecf%netscape.com cce4d3df48 remove the "depth" attribute now that we have isServer 1999-08-21 01:03:00 +00:00
putterman%netscape.com ce0f3e0ba2 Use nsISupports. 1999-08-20 22:47:55 +00:00
alecf%netscape.com 0bdba7f2fc add new isServer attribute 1999-08-20 22:41:38 +00:00
alecf%netscape.com 672767ddb5 make identity more robust to the prefs service going up and down 1999-08-18 02:40:08 +00:00
gagan%netscape.com d418cf6936 Added the Param field for a URL. Fixes the bugs being seen by semicolons in URL. 1999-08-12 10:01:33 +00:00
sspitzer%netscape.com b3d7f66956 change API to avoid using NS_COMFALSE. As jband puts it: NS_COMFALSE generally sucks. NS_COMFALSE is going away. fixes bug #11579 1999-08-11 03:44:32 +00:00
mscott%netscape.com e79d4ee94c add get server support. 1999-08-10 18:17:25 +00:00
alecf%netscape.com 719f9b06af clean up folder and server naming:
- prettyName is now a unicode string and lives in nsIFolder
- servers now have the automatic pretty name of "userid on servername" and can be overridden
- name consolidation is complete
1999-08-10 04:39:22 +00:00
bienvenu%netscape.com 88bba45875 more work on meteors when loading imap folders 1999-08-10 03:28:30 +00:00
alecf%netscape.com 9694f7aa53 fix naming of folder by caching in mName 1999-08-10 00:03:46 +00:00
bienvenu%netscape.com b83ba56403 more bulletproofing for those who assume nsMsgDBFolder was including nsIMessage 1999-08-07 03:53:12 +00:00
bienvenu%netscape.com bbf4cffcd7 get rid of nsString2, more hooking up of status 1999-08-07 02:30:11 +00:00
putterman%netscape.com 0ce25d7084 UpdateSummaryTotals when adding messages. 1999-08-07 00:24:25 +00:00
jefft%netscape.com 1f687f996d added base folder EmptyTrash() method 1999-08-06 18:24:39 +00:00
jefft%netscape.com 1f85f838f6 implement message folder base Compact() method 1999-08-06 13:40:08 +00:00
mscott%netscape.com 073b668253 Correctly handle ref counting for nsMsgStatusFeedback member variable. 1999-08-05 22:25:03 +00:00
mscott%netscape.com 5d87ebf97e Cast nsCSTring as a const char * before passing as an argument. 1999-08-05 05:13:15 +00:00
mscott%netscape.com 16f3cd4cc3 Changes for:
nsString(eOneByte) --> nsCString
nsString(eTwoByte) nsString
nsString2 --> nsString
1999-08-05 04:28:28 +00:00
mscott%netscape.com 11da7e4372 Fix linux warning. 1999-08-04 20:35:58 +00:00
mscott%netscape.com af877474fd SetErrorMessage takes a const char *, stub out Set/GetErrorMessage
add accessors for nsIMsgStatusFeedback.
1999-08-04 20:29:22 +00:00
bienvenu%netscape.com 3618d8c8bf fix notification of filter folders 1999-08-02 21:33:00 +00:00
sspitzer%netscape.com 8035a9d87c turn of my debugging printfs. 1999-07-31 19:07:05 +00:00
mscott%netscape.com 068523d268 Fix pedantic breakage on the linux tinderbox build. 1999-07-29 02:05:03 +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
waterson%netscape.com 2731c5c46a Fix recounting bug. 1999-07-27 18:18:52 +00:00
bienvenu%netscape.com f272fe28f5 add MatchName method 1999-07-27 05:15:44 +00:00
rickg%netscape.com 418cac6b88 replaced call to deprecated nsString API 1999-07-26 01:01:10 +00:00
putterman%netscape.com 975936cba9 Always return a value. 1999-07-25 23:07:18 +00:00