mscott%netscape.com
|
f37bcffdf7
|
Update the idl file.
|
1999-04-20 23:33:19 +00:00 |
|
mscott%netscape.com
|
5138a5cd91
|
remove linkage against xplib.
|
1999-04-20 23:30:42 +00:00 |
|
mscott%netscape.com
|
7666bdbd29
|
Pull out the mailbox service code for displaying and copying a message. Replace it with code that uses the new nsIMsgMessageService. In addition, we are no longer going to support message display from the demos menu. It is no longer necessary as we can display messages by selecting them on the thread pane.
|
1999-04-20 23:30:04 +00:00 |
|
mscott%netscape.com
|
00f300f846
|
Register the new nsMsgMessageService which is supported by the mailbox service. Add progids for both the mailbox version of the message service and for the mailbox service.
|
1999-04-20 23:28:42 +00:00 |
|
mscott%netscape.com
|
41c192b7b1
|
Add Queryinterface method such that it includes nsIMsgMessageService which is a new interface this class supports.
|
1999-04-20 23:27:32 +00:00 |
|
mscott%netscape.com
|
24195ff1a3
|
Inherit the new nsIMsgMessageService interface.
|
1999-04-20 23:26:37 +00:00 |
|
mscott%netscape.com
|
94dab79908
|
Remove Copy and display messages from mailbox service interface.
|
1999-04-20 23:25:59 +00:00 |
|
mscott%netscape.com
|
a6c07e75b9
|
Export nsIMsgMessageService.h
|
1999-04-20 23:19:40 +00:00 |
|
mscott%netscape.com
|
5a899f7ed6
|
Rev the interface...
|
1999-04-20 23:19:11 +00:00 |
|
alecf%netscape.com
|
a713dbf60e
|
fix newline-at-end-of-file problem
|
1999-04-20 22:50:08 +00:00 |
|
alecf%netscape.com
|
39d88dbe36
|
change nsIEnumerators to nsISupportsArrays and implement some of the getIdentities() getServers() etc
|
1999-04-20 22:48:32 +00:00 |
|
alecf%netscape.com
|
90cf042740
|
add accessor for getting the account manager from the mail session
|
1999-04-20 22:43:04 +00:00 |
|
putterman%netscape.com
|
16c1e86959
|
Moved folder listener code from local to base.
|
1999-04-20 22:24:21 +00:00 |
|
davidmc%netscape.com
|
8392ec5504
|
replace tabs with (Mork canonical) two spaces
|
1999-04-20 22:14:35 +00:00 |
|
mscott%netscape.com
|
888c9ed9a7
|
Export nsIMsgMessageService.h
|
1999-04-20 21:50:51 +00:00 |
|
mscott%netscape.com
|
53527f46fd
|
An interface designed to organize all message related operations such as copying and displaying messages under one umbrella. Each of our protocol services (imap, pop, news) will support this interface for message actions.
|
1999-04-20 21:49:21 +00:00 |
|
nhotta%netscape.com
|
ca947a1af7
|
I18n 7 bit data check for the body.
|
1999-04-20 21:22:54 +00:00 |
|
nhotta%netscape.com
|
1bbad0dca9
|
Changed to use UTF-8 for internal processing.
|
1999-04-20 21:20:28 +00:00 |
|
davidmc%netscape.com
|
afdd395a17
|
continue long values using \linebreak notation; this is done
in conjunction with a change to morkParser::ReadValue()
which will correctly interpret this notation. Note this is
technically a format change in the sense that old versions
of Mork will not read such line continuations correctly; but
the change is forward compatible so folks should not notice.
|
1999-04-20 20:33:56 +00:00 |
|
davidmc%netscape.com
|
58f9b6cefb
|
fix morkParser::ReadValue() so that CR or LF following '\'
is consumed as a line continuation, rather than escaping the
byte after '\'; this is now done in conjunction with changing
morkWriter to continue long values with \linebreak.
|
1999-04-20 20:31:36 +00:00 |
|
sspitzer%netscape.com
|
a9e98d629d
|
added mailnews/mime/emitters/resources/Makefile to the list
|
1999-04-20 20:21:25 +00:00 |
|
sspitzer%netscape.com
|
5338c90093
|
ignore the generated Makefile on UNIX
|
1999-04-20 20:17:04 +00:00 |
|
sspitzer%netscape.com
|
508a42f886
|
moving this to Makefile.in
|
1999-04-20 20:16:38 +00:00 |
|
sspitzer%netscape.com
|
84571c060c
|
moved makefile.in to Makefile.in
|
1999-04-20 20:13:02 +00:00 |
|
putterman%netscape.com
|
73d30ed0a8
|
Fixed Windows build.
|
1999-04-20 20:03:40 +00:00 |
|
davidmc%netscape.com
|
7b327e8a74
|
several whitespace and content writing changes that do not
change the format; write table kind as hex reference because
this shortens overhead for small thread tables; suppress newline
for table meta row, because this tends to put thread tables on one
line when they have few rows; delay starting dict preceding table
as long as possible, so that no dict appears at all when no new alias
is written, because this also reduces per thread table overhead.
|
1999-04-20 19:58:16 +00:00 |
|
davidmc%netscape.com
|
09e7321118
|
increase kMaxIndent to 66 for better formatting;
add boolean to suppress dirty row newline for table's meta row
(because this more often causes a one line thread with few rows)
|
1999-04-20 19:55:08 +00:00 |
|
sspitzer%netscape.com
|
e1b67a070b
|
more changes to get news in the folder pane
|
1999-04-20 19:10:43 +00:00 |
|
sspitzer%netscape.com
|
b4e142b8f1
|
changes to get news in the folder pane
|
1999-04-20 19:08:10 +00:00 |
|
jdunn%netscape.com
|
444d30a864
|
Fix unix native compiler error: can't find libraries. TK_LIBS include both
the libraries and where to get them.
|
1999-04-20 19:03:53 +00:00 |
|
bienvenu%netscape.com
|
2b77686258
|
start working on more services, especially the url creation part of the services
|
1999-04-20 18:50:12 +00:00 |
|
ducarroz%netscape.com
|
155c4abfdf
|
updated mac project, added nsMsgRDFUtils.cpp
|
1999-04-20 18:42:04 +00:00 |
|
ducarroz%netscape.com
|
ae3bda2f1c
|
File moved into mime/emitters/resources
|
1999-04-20 18:32:32 +00:00 |
|
ducarroz%netscape.com
|
f3bf951ec4
|
add folder resources
|
1999-04-20 18:31:20 +00:00 |
|
ducarroz%netscape.com
|
24633a5c7d
|
Moved css files to mime/emitters/resources
|
1999-04-20 18:30:45 +00:00 |
|
ducarroz%netscape.com
|
6a482e175f
|
Initial check in
|
1999-04-20 18:24:39 +00:00 |
|
ducarroz%netscape.com
|
7a29862b8f
|
File moved from mozilla/mailnews/mime/emitters/xml
|
1999-04-20 18:24:05 +00:00 |
|
putterman%netscape.com
|
7152dd4a1b
|
Added a couple of utility files for our RDF datasources with functions and declarations
that can be used by all.
|
1999-04-20 18:15:16 +00:00 |
|
bruce%cybersight.com
|
09540cc187
|
Fix for unix, look for right library.
|
1999-04-20 17:43:36 +00:00 |
|
rickg%netscape.com
|
e1012f40b9
|
sync with nsString2 API
|
1999-04-20 07:20:21 +00:00 |
|
bienvenu%netscape.com
|
9283da0986
|
check for null mdb row in folder info
|
1999-04-20 05:00:30 +00:00 |
|
bienvenu%netscape.com
|
454d0fcbe1
|
get imap folder server flags set in database
|
1999-04-20 04:59:33 +00:00 |
|
ducarroz%netscape.com
|
3c9b98c2d0
|
update project files, removed nsMsgFolderDataSource.cpp (now in msgCore.mcp)
|
1999-04-20 02:00:04 +00:00 |
|
ducarroz%netscape.com
|
062acfcba3
|
updated mac project, added nsMsgFolderDataSource.cpp & nsMsgMessageDataSource.cpp
|
1999-04-20 01:59:14 +00:00 |
|
putterman%netscape.com
|
e142b0db9b
|
Split datasources into message and folder datasources and moved them to base.
|
1999-04-20 01:11:11 +00:00 |
|
putterman%netscape.com
|
0854186ce7
|
Split datasources into message and folder datasources and moved them to base.
Removed this file.
|
1999-04-20 01:10:44 +00:00 |
|
putterman%netscape.com
|
86bf19db4a
|
Split datasources into message and folder datasources and moved them to base.
Removed these files.
|
1999-04-20 01:10:21 +00:00 |
|
putterman%netscape.com
|
412221c6f5
|
Split datasources into message and folder datasources and moved them to base.
Added these files.
|
1999-04-20 01:08:51 +00:00 |
|
mscott%netscape.com
|
9e162f4d30
|
Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory.
|
1999-04-20 01:01:21 +00:00 |
|
mscott%netscape.com
|
07a669c9ad
|
Temporary fix until mcmullen updates some back end prefs code. We need to manually specify the pref file to use. We can't get at the profile information so look in the current directory.
|
1999-04-20 00:43:23 +00:00 |
|