davidmc%netscape.com
|
86e54a7c0a
|
rename one accidentally named "Set..." method to "Get...";
fix class to actually work correctly (I think...)
|
1999-04-19 22:30:51 +00:00 |
|
davidmc%netscape.com
|
144710f34b
|
rename one accidentally named "Set..." method to "Get..."
|
1999-04-19 22:30:22 +00:00 |
|
davidmc%netscape.com
|
df9efb7b2a
|
rename one accidentally named "Set..." method to "Get...";
implement a lot of methods for the first time
|
1999-04-19 22:30:10 +00:00 |
|
davidmc%netscape.com
|
e99fca6527
|
rename one accidentally named "Set..." method to "Get...";
return morkRow from CanUseCellCursor()
|
1999-04-19 22:29:26 +00:00 |
|
davidmc%netscape.com
|
ca25ddbe4b
|
clarify and increase number of oid<->pos<-> row table methods
|
1999-04-19 22:28:03 +00:00 |
|
davidmc%netscape.com
|
d0e52c3d9a
|
rename accidentally named "Set..." method to "Get...";
clarify and increase number of oid<->pos<-> row table methods
|
1999-04-19 22:27:02 +00:00 |
|
davidmc%netscape.com
|
e80498b516
|
increase kMaxIndent to 64
|
1999-04-19 22:25:52 +00:00 |
|
davidmc%netscape.com
|
a6e24e64c3
|
subtle white space changes without changing format
|
1999-04-19 22:25:23 +00:00 |
|
davidmc%netscape.com
|
ac0fa147a6
|
add morkTable::SafeRowAt() so a row can be indexed in a table
with safety check on index within morkArray.
|
1999-04-19 22:24:50 +00:00 |
|
davidmc%netscape.com
|
a40a5ab19b
|
reorder morkTable member construction to quell Unix warnings;
init mTable_CellUses to zero.
|
1999-04-19 22:24:06 +00:00 |
|
davidmc%netscape.com
|
1dac0de835
|
reorder morkStore member construction to quell Unix warnings
|
1999-04-19 22:23:27 +00:00 |
|
davidmc%netscape.com
|
cc95b761c6
|
reorder morkRowSpace member construction to quell Unix warnings
|
1999-04-19 22:23:06 +00:00 |
|
davidmc%netscape.com
|
f715e17be4
|
add NilRowObjectError();
|
1999-04-19 22:22:28 +00:00 |
|
davidmc%netscape.com
|
5278b0475f
|
morkRow::CellAt(): check for negative mork_pos index
morkRow::Set(): call morkAtom::AddCellUse() in both if branches
|
1999-04-19 22:21:46 +00:00 |
|
davidmc%netscape.com
|
45dee56b03
|
add checks for negative mork_pos values during qualification of
valid indexes into a morkArray. Also cast integer types to
quell some compiler warnings about signed/unsigned.
|
1999-04-19 22:19:50 +00:00 |
|
davidmc%netscape.com
|
59fab9772f
|
make morkPortTableCursor actually work
|
1999-04-19 22:18:34 +00:00 |
|
davidmc%netscape.com
|
7f60bdbf15
|
fix morkParser::ReadValue() so it will notice '$' when reading values,
and unescape bytes written in hex earlier by morkWriter.
|
1999-04-19 22:17:10 +00:00 |
|
nhotta%netscape.com
|
b67c93600b
|
Bug fix 3979 5280, reply/forward, MIME decode, use original mail's charset.
|
1999-04-19 22:16:04 +00:00 |
|
davidmc%netscape.com
|
66f0bf8853
|
reorder morkFactory member construction to quell Unix warnings
|
1999-04-19 22:16:03 +00:00 |
|
davidmc%netscape.com
|
ad28c79bd4
|
add morkEnv::HexToByte()
|
1999-04-19 22:15:35 +00:00 |
|
davidmc%netscape.com
|
40afc35456
|
add morkEnv::HexToByte();
|
1999-04-19 22:15:11 +00:00 |
|
davidmc%netscape.com
|
0a686940ea
|
type of morkCh_Type[] changed to mork_flags array
|
1999-04-19 22:14:44 +00:00 |
|
davidmc%netscape.com
|
dbfb43dc32
|
change type of char pred array to mork_flag, so that callers
can pull and cache a byte of predicate bits, permitting many
predicates to be examined in a register value without any
implied memory access to slow a CPU in tight loops.
|
1999-04-19 22:14:04 +00:00 |
|
davidmc%netscape.com
|
a209485333
|
reorder morkCell member construction to quell Unix warmings.
|
1999-04-19 22:12:14 +00:00 |
|
davidmc%netscape.com
|
8e40e54ee8
|
add new mork_u1 typedefs mork_ch and mork_flags, so that
char predicates in morkCh.h can distinguish between methods
that operate on characters themselves, or else upon a cached
flag value pulled from a char predicate flag map.
|
1999-04-19 22:11:35 +00:00 |
|
bienvenu%netscape.com
|
a08489e84b
|
fix msg parser to use nsIMsgDatabase, not maildatabase
|
1999-04-19 21:40:32 +00:00 |
|
bienvenu%netscape.com
|
2d81b1adba
|
add imap messages to uri scheme
|
1999-04-19 21:39:29 +00:00 |
|
sspitzer%netscape.com
|
8d0786d921
|
my printfs are driving me insane
|
1999-04-19 21:36:39 +00:00 |
|
mscott%netscape.com
|
4bc2083f05
|
First checked in. The message service is an interface representing actions the different derived protocol services can perform on messages such as copying, displaying a message etc.
|
1999-04-19 21:32:26 +00:00 |
|
ducarroz%netscape.com
|
539ea7db93
|
remove some debug libraries fom release target
|
1999-04-19 21:02:20 +00:00 |
|
sspitzer%netscape.com
|
c78c279f56
|
fix for the broken delete button
|
1999-04-19 20:58:58 +00:00 |
|
sspitzer%netscape.com
|
3f72064575
|
fix the problem where the Local Host gif wasn't appearing.
I forgot to quote the html entity reference properly.
|
1999-04-19 20:48:06 +00:00 |
|
sspitzer%netscape.com
|
cedc2e724f
|
more i18N / L10n changes
|
1999-04-19 20:39:23 +00:00 |
|
nhotta%netscape.com
|
f2ff7e2d8c
|
Bug fix #3994, realloc if the converter's estimate length is incorrect.
|
1999-04-19 19:15:51 +00:00 |
|
jefft%netscape.com
|
9ffa76ce11
|
rename nsIImapMailFolder, nsIImapMessage, nsIImapExtension, nsIImapMiscellaneous to nsIImapMailFolderSink, nsIImapMessageSink, nsIImapExtensionSink, nsIImapMiscellaneousSink
|
1999-04-19 18:41:43 +00:00 |
|
bienvenu%netscape.com
|
cdbcefa255
|
make protocol use imapMailFolder header parse stuff when getting headers
|
1999-04-19 02:13:23 +00:00 |
|
ducarroz%netscape.com
|
3f7e0d135b
|
replace sprintf by PR_snprintf and double '%' int PR_snprintf formating string to solve problem on Mac
|
1999-04-18 21:26:35 +00:00 |
|
ducarroz%netscape.com
|
ef67bb41aa
|
updated mac project
|
1999-04-18 21:24:20 +00:00 |
|
ducarroz%netscape.com
|
a5d95cb396
|
updated manifest to reflect rhp modification with msgRFC882
|
1999-04-18 21:22:21 +00:00 |
|
bienvenu%netscape.com
|
d031dfa689
|
get set up for folder parsingof msg headers
|
1999-04-17 03:40:14 +00:00 |
|
nhotta%netscape.com
|
e4e56299a0
|
Added error handling for the unicode converter.
|
1999-04-17 02:51:33 +00:00 |
|
sspitzer%netscape.com
|
985207e342
|
remove ShouldIgnoreFile from nsMSGDataSource.cpp (it wasn't being used.)
remove the XP_MAC and XP_PC if defs, every platforms should be ignoring the same files.
|
1999-04-17 01:18:59 +00:00 |
|
alecf%netscape.com
|
5e0918eab2
|
don't use global variables for RDF service and header parser if we're going to keep recreating/reaccessing them in every constructor
|
1999-04-16 23:53:32 +00:00 |
|
alecf%netscape.com
|
9a0a399f96
|
componentization of mail data source: break out folders/messages for ArcLabelsOut
|
1999-04-16 23:45:23 +00:00 |
|
jefft%netscape.com
|
4fea958db6
|
minor change to prevent memory leaks
|
1999-04-16 23:25:06 +00:00 |
|
alecf%netscape.com
|
eef9bf966b
|
componentizing nsMSGFolderDataSource
- break out folderNode creation
|
1999-04-16 23:18:58 +00:00 |
|
alecf%netscape.com
|
6e21563cf8
|
remove some of my debugging statements
|
1999-04-16 23:03:15 +00:00 |
|
sspitzer%netscape.com
|
6b78b935f0
|
changes for the missing NPL comment
|
1999-04-16 23:03:13 +00:00 |
|
putterman%netscape.com
|
a1518f82b0
|
Fixes a memory leak.
|
1999-04-16 22:56:38 +00:00 |
|
alecf%netscape.com
|
341fd4cf3a
|
remove my XP_UNIX Bool hack
|
1999-04-16 22:53:11 +00:00 |
|