putterman%netscape.com
dbc1fc4f7f
Protect again null ptrs.
1999-07-01 22:13:13 +00:00
ducarroz%netscape.com
346dd729ed
Look for the default value when a pref doesn't exist. Fix problem with actual code, we passed the wrong name to GetDefaultName.
1999-07-01 21:56:54 +00:00
warren%netscape.com
8462929dda
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
jefft%netscape.com
d91b227280
back out checking for pMsgDBHdr
1999-07-01 18:27:10 +00:00
jefft%netscape.com
46579cf2e5
check pMsgDBHdr to prevent crash
1999-07-01 18:12:29 +00:00
alecf%netscape.com
2d8dacf6e1
initialize these variables to null!
1999-07-01 05:47:56 +00:00
putterman%netscape.com
aeea4449fa
Use nsCOMTypeInfo
1999-07-01 00:16:39 +00:00
bienvenu%netscape.com
5287773d8d
check for ISupports in QI
1999-06-30 23:20:34 +00:00
ducarroz%netscape.com
a9de813753
Replace time_t by PRTime
1999-06-30 21:04:29 +00:00
mcafee%netscape.com
4725767eb2
BeOS changes
1999-06-29 09:19:14 +00:00
alecf%netscape.com
d7f2a1a866
- make getCharPref() return null when there is no such pref, instead of returning an error
...
- make identityName default to Full Name <email@address.com> if the identityName is missing
1999-06-29 02:59:06 +00:00
bienvenu%netscape.com
a75b982dcc
make name and pretty name unichar's
1999-06-28 21:56:33 +00:00
rickg%netscape.com
223060a65c
nsString API fixup
1999-06-27 18:53:46 +00:00
rickg%netscape.com
ff2a4004e6
fixup to nsString API
1999-06-27 18:12:01 +00:00
alecf%netscape.com
88c18353aa
get ready for some XPIDLIZING!
1999-06-27 04:09:41 +00:00
jefft%netscape.com
e150a42831
stub implement CopyMessages() & CopyFileMessage() methods
1999-06-26 18:22:55 +00:00
sspitzer%netscape.com
ea0eec35aa
more work to get respecting the newsrc set working. move the set into the db. this isn't done yet, but it's shaping up.
1999-06-25 22:29:44 +00:00
ducarroz%netscape.com
3a9f0656d6
replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html".
replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength"
1999-06-25 21:47:43 +00:00
putterman%netscape.com
731920f89d
Add GetPath to nsIMsgFolder.
1999-06-25 03:56:02 +00:00
warren%netscape.com
2f5289766d
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
1999-06-25 02:17:37 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
sspitzer%netscape.com
b71e39ef42
start of work to respect the newsrc files. code cleanup. use nsCOMPtr.
1999-06-22 04:45:15 +00:00
alecf%netscape.com
7af796e20c
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
putterman%netscape.com
e81c3ca4a1
GetFoldersWithFlag now AddRefs its results.
1999-06-21 23:24:29 +00:00
jefft%netscape.com
20cf70454a
added readonly attribute nsIMsgDatabase msgDatabase for undo work
1999-06-21 22:56:18 +00:00
mscott%netscape.com
d6a9cc78e7
added files: mozilla/mailnews/base/util/nsMsgMailNewsUrl.cpp
1999-06-21 22:21:19 +00:00
mscott%netscape.com
e836ef7555
Export nsMsgMailNewsUrl.h
1999-06-21 22:20:07 +00:00
mscott%netscape.com
65da531a09
Add threadsafe check in Query Interface call.
1999-06-21 21:11:29 +00:00
mscott%netscape.com
0a6a239eb6
Start building nsMsgMailNewsUrl....
1999-06-21 21:09:53 +00:00
mscott%netscape.com
5b97bfbd3e
Start building nsMsgMailNewsUrl....(no one is actually using it in any implementation though).
1999-06-21 21:09:16 +00:00
mscott%netscape.com
d4213bbc88
Necko prep-integration work...add a base implementation class for mailnews urls. This encapsulates some common code that was shared across mailnews protocols. It should make my necko integration work easier as well.
...
(not part of the build yet).
1999-06-21 20:36:03 +00:00
bienvenu%netscape.com
1181c9950c
implement FindSubFolder
1999-06-15 23:18:57 +00:00
jefft%netscape.com
a8c6a21d22
added files: mozilla/mailnews/base/util/nsMsgTxn.cpp
1999-06-15 13:17:46 +00:00
jefft%netscape.com
9604e961cf
more on undowork -- adding base nsMsgTxn class for base undo object
1999-06-15 13:10:47 +00:00
alecf%netscape.com
cc59e8f514
add type attribute to nsIMsgIncomingServer, and reduce warnings by not using "value"
1999-06-15 03:47:59 +00:00
putterman%netscape.com
3c6bdb7048
Commit after setting charset.
1999-06-15 01:25:15 +00:00
alecf%netscape.com
7a804c834a
implement GetPrettyName() correctly - return the hostname if no prettyname is known
1999-06-14 22:53:09 +00:00
putterman%netscape.com
14a4a02667
Added GetRootFolder.
1999-06-14 22:22:51 +00:00
bienvenu%netscape.com
53ebac20a8
prepare for msgdb idl
1999-06-14 02:20:41 +00:00
putterman%netscape.com
c1b900682f
More work on Biff.
1999-06-11 22:10:42 +00:00
jefft%netscape.com
a1a2c1c3a1
undo framework
1999-06-10 14:55:36 +00:00
mscott%netscape.com
563c7fd4f7
Change comment to reflect tthe appropriate interface. (it was confusing before).
1999-06-10 07:21:06 +00:00
sspitzer%netscape.com
67ad11021f
turn off my debugging printfs.
1999-06-08 21:25:39 +00:00
sspitzer%netscape.com
a4b404929c
25 is the right max for Mac. from ns/lib/libmsg/newshost.cpp in the old world.
1999-06-08 18:33:30 +00:00
sspitzer%netscape.com
a3228d6649
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
mscott%netscape.com
5b134b5d2e
LoadUrl signature takes a display consumer
1999-06-08 00:02:27 +00:00
mscott%netscape.com
e8178dc136
remove IGNORE_MANIFEST
1999-06-07 21:04:04 +00:00
mscott%netscape.com
c68a59ff19
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.
1999-06-07 06:41:51 +00:00
alecf%netscape.com
fc9a18bcf8
XPConnect doesn't seem to like returning NULL from string accessors
1999-06-07 04:29:18 +00:00
alecf%netscape.com
2dd3db1c0f
make a little more robust so that we can easily call this from JS
1999-06-06 18:46:03 +00:00