putterman%netscape.com
|
074faa3f0d
|
use correct mailbox path.
|
1999-03-09 22:38:40 +00:00 |
putterman%netscape.com
|
c1fff3c3a7
|
use nsCRT string functions.
|
1999-03-09 22:38:22 +00:00 |
putterman%netscape.com
|
8ea8587311
|
Added folder listener so we can run the mailbox parsing url.
|
1999-03-09 22:37:55 +00:00 |
putterman%netscape.com
|
3abfe3dbd8
|
Added xplib.lib and added folderListener
|
1999-03-09 22:37:06 +00:00 |
rhp%netscape.com
|
6a0cd77a46
|
Changes for autoregistration as well as the new stream converter
interface.
|
1999-03-09 22:37:03 +00:00 |
putterman%netscape.com
|
07e9c0cbb9
|
implement SetMessageKey
|
1999-03-09 22:36:24 +00:00 |
putterman%netscape.com
|
bb3d64d79b
|
OnAnnouncerGoingAway is abstract.
|
1999-03-09 22:35:57 +00:00 |
putterman%netscape.com
|
1353fb24cb
|
Added folder listener.
|
1999-03-09 22:34:29 +00:00 |
putterman%netscape.com
|
43ff567510
|
Added selection color. Removed Local Mail from thread pane.
|
1999-03-09 21:49:35 +00:00 |
mscott%netscape.com
|
1b80b71f0c
|
Fix crash when displaying thread pane. This fix is really scottip's.
|
1999-03-09 21:28:48 +00:00 |
alecf%netscape.com
|
5702320be6
|
- move messenger appcore into the base mailnews directory
- do appcore initialization during Initialize() in messenger bootstrap
|
1999-03-09 19:58:17 +00:00 |
alecf%netscape.com
|
f640305b72
|
stop building the seperate messenger appcore
|
1999-03-09 19:56:53 +00:00 |
warren%netscape.com
|
1641b83f79
|
Fixed prefs code.
|
1999-03-09 15:06:52 +00:00 |
warren%netscape.com
|
50867de756
|
Re-enabled the prefs.js stuff.
|
1999-03-09 14:20:30 +00:00 |
warren%netscape.com
|
02c822c0c5
|
fixed include problem
|
1999-03-09 13:07:15 +00:00 |
warren%netscape.com
|
cc287529ab
|
Fixed include
|
1999-03-09 12:53:21 +00:00 |
warren%netscape.com
|
c7c801d87a
|
Fixed nsService problems.
|
1999-03-09 12:49:38 +00:00 |
warren%netscape.com
|
1baf19439b
|
Removed nsService stuff.
|
1999-03-09 12:29:08 +00:00 |
warren%netscape.com
|
3d21ed5037
|
nsRepository -> nsIComponentManager changes. nsIMsgDatabase interface. Message enumerators. Misc.
|
1999-03-09 09:52:30 +00:00 |
mscott%netscape.com
|
7acaee2865
|
Sending a message no longer requires a host and from field because we can now extract that information from the current identity.
|
1999-03-09 03:06:59 +00:00 |
ducarroz%netscape.com
|
2d13e4ef9a
|
make the file conform to the new norm
|
1999-03-09 02:05:29 +00:00 |
ducarroz%netscape.com
|
e6e140af12
|
add definition for MSG_CommandType
|
1999-03-09 02:01:16 +00:00 |
mscott%netscape.com
|
9cb357f551
|
Add ability to generate a mail session to this factory.
|
1999-03-09 01:39:05 +00:00 |
mscott%netscape.com
|
ebbcfd1435
|
Build nsMsgMailSession and nsMsgIdentity.
|
1999-03-09 01:37:41 +00:00 |
mscott%netscape.com
|
3712ad23fc
|
Shell for a msg mail session. Folks will add to this as they need to.
|
1999-03-09 01:36:17 +00:00 |
mscott%netscape.com
|
9b48921231
|
First pass implementation of a mail identity. Right now we just read out these values from prefs.js in the current working directory. This is a dogfood implementation and will change drastically when we really do implement multiple identities.
|
1999-03-09 01:35:44 +00:00 |
mscott%netscape.com
|
2bc1e4a03a
|
Export nsIMsgIdentity.h and nsIMsgMailSession.h
|
1999-03-09 01:33:36 +00:00 |
mscott%netscape.com
|
58e5cef715
|
A mail session interface. Right now it is empty except for the current identity. As people need to add thinks to the mail session, I expect this to grow. Oh it is a singleton object and you should go through the service manager to obtain it.
|
1999-03-09 01:33:08 +00:00 |
mscott%netscape.com
|
7dd0d08491
|
A first pass at a generic mail identity interface. Right now, I'm using this to organize a lot of mail server & password preferences for dogfood.
|
1999-03-09 01:32:16 +00:00 |
chuang%netscape.com
|
5d585900d0
|
Move throbber to the right, add MsgHome() function.
|
1999-03-09 01:15:00 +00:00 |
mscott%netscape.com
|
527d70791f
|
Fix build breakage caused by ebina when he changed nsINetPluginInstance. Looks like nsINetPluginInstance::Initialize() now takes two arguments.
|
1999-03-08 23:44:22 +00:00 |
mscott%netscape.com
|
e25cc12a5c
|
Call close on the mail database instead of release.
|
1999-03-08 20:10:14 +00:00 |
mscott%netscape.com
|
bced03e577
|
Call close on the mail database instead of release....
|
1999-03-08 20:09:42 +00:00 |
mscott%netscape.com
|
3df38a1d80
|
When setting the byte range based on the message size subtract one byte (this gives it the proper byte range in the file...).
|
1999-03-08 19:53:10 +00:00 |
bienvenu%netscape.com
|
80fe750b61
|
fix db cache lookup bug
|
1999-03-08 19:50:24 +00:00 |
mscott%netscape.com
|
427bd2b535
|
Add ability to display a message given just a message number. We take this number (which is not a key or ID) and get the array of message keys from the db. We then extract the key corresponding to the number passed in. This interface function is used primarily to make debuggin easier where we don't have a message key or message ID lying around...
|
1999-03-08 02:12:50 +00:00 |
bienvenu%netscape.com
|
dc82e1a0ef
|
make sure db name is strdupped before caching
|
1999-03-08 02:11:39 +00:00 |
mscott%netscape.com
|
73a6b0852b
|
requires js for the prefs stuff. Link with rdf_utils.lib instead of rdf.lib.
|
1999-03-08 01:05:21 +00:00 |
mscott%netscape.com
|
c18b57dcf1
|
Many many changes. (1) get rid of hard coded mailbox folder paths and rely on the the mail root folder preference being set. (2) when displaying a message, open the db, extract the array of msgKeys and ask the user which message they want to display. This number is based on the number of items in the msgKey array. Then use the user provided number as an offset into the msg key array to extract the correct message key to use. This provides us with a lot more testing flexibility instead of forcing the test to know the message key of each message he/she wanted to display. (3) remove call to NS_NewMsgParser and go through the repository instead....
|
1999-03-08 01:04:53 +00:00 |
mscott%netscape.com
|
ce2cade7b8
|
Remove NS_NewMsgParser. You should be going through the repository to create an instance of mailbox parser. I've already updated the nsLocalMsgFactory to be able to create instances of this object.
|
1999-03-08 01:00:52 +00:00 |
mscott%netscape.com
|
f91c73b94c
|
include xplib.h....
|
1999-03-08 00:01:04 +00:00 |
mscott%netscape.com
|
c18c2188f3
|
Add mailbox parser to list of components the local msg factory can create.
|
1999-03-08 00:00:44 +00:00 |
mscott%netscape.com
|
65f13deb8e
|
Assign a CID to the mailbox parser so we can create it through the local msg factory...
|
1999-03-07 23:53:14 +00:00 |
mscott%netscape.com
|
fe5f0a6135
|
Change onClick to onclick to enable menu item commands.
|
1999-03-07 21:58:36 +00:00 |
mscott%netscape.com
|
460b4b651e
|
Change rdf:id to id. (Although the thread pane doesn't seem to be working for me as of sunday's current tip....)
|
1999-03-07 21:58:15 +00:00 |
mscott%netscape.com
|
4588e008aa
|
Install DLL in components directory as part of dp's changes...
|
1999-03-07 21:54:46 +00:00 |
bienvenu%netscape.com
|
6544d49584
|
hook up a little more to mdb, add some error checking
|
1999-03-07 05:39:35 +00:00 |
bienvenu%netscape.com
|
eed53fffcc
|
add ClearErrors stub
|
1999-03-07 05:38:54 +00:00 |
bienvenu%netscape.com
|
32d2a7b59a
|
check for error creating msghdr in test prepulate method
|
1999-03-07 05:34:01 +00:00 |
cls%seawood.org
|
a88c4f62d6
|
Build db subdir before build so that libmailnewsmsgdb is available for libmailnews' final link.
|
1999-03-07 04:36:09 +00:00 |