Commit Graph

1228 Commits

Author SHA1 Message Date
bienvenu%netscape.com
d3fbc3f048 add error check that we can actually get the hdr from the db 1999-03-12 20:16:23 +00:00
bienvenu%netscape.com
b3082e3c1b mork landing, fix delete of local mail messages 1999-03-12 20:12:41 +00:00
alecf%netscape.com
b55e70fd90 now link libnntp directly into base, so we can do dogfood 1999-03-12 20:05:16 +00:00
bienvenu%netscape.com
a668ff3e27 initialize offset before asking for it 1999-03-12 19:57:56 +00:00
bienvenu%netscape.com
e8212d3f9c fix buffer size overstatement, add assertions for various failures 1999-03-12 19:54:26 +00:00
bienvenu%netscape.com
d5acc023a4 fix character after line continuation character problem 1999-03-12 19:12:37 +00:00
alecf%netscape.com
df46fba463 uppercase filename for Unix 1999-03-12 18:50:31 +00:00
bienvenu%netscape.com
ef19caf445 start adding mork to linux build 1999-03-12 18:16:34 +00:00
ducarroz%netscape.com
42ddb8b41d change root path preference name 1999-03-12 17:17:10 +00:00
ducarroz%netscape.com
921beae1cc change prefs properties name to be compatible with Nova's prefs as much as possible. Add pref for reply to. 1999-03-12 17:16:06 +00:00
putterman%netscape.com
379842df79 Load Message 1999-03-12 13:18:14 +00:00
putterman%netscape.com
0efe910dbd removed release of nsmsghdr until we decouple from rdf. 1999-03-12 13:17:45 +00:00
putterman%netscape.com
003a8fd6ea Moved parse url utility 1999-03-12 13:17:21 +00:00
putterman%netscape.com
01c4566091 Can either load a demo message or a real message. 1999-03-12 13:16:51 +00:00
putterman%netscape.com
af5f9f7e76 link with msgdb and rdfutil. 1999-03-12 13:14:57 +00:00
putterman%netscape.com
a607d85b22 Date displays correctly. 1999-03-12 13:14:33 +00:00
putterman%netscape.com
3863521ffd Fix some idl changes. 1999-03-12 08:02:35 +00:00
putterman%netscape.com
cb9b0af1ce Specify folder with two '/'. 1999-03-12 07:59:03 +00:00
putterman%netscape.com
bb23d88656 Remove another release because of RDF nsMsgHdr problems. Will fix after we
decouple nsMsghdr and nsIMessage.
1999-03-12 07:58:20 +00:00
putterman%netscape.com
98bbb002c5 Add and Remove folderListeners, and hook up DeleteMessage between datasource
and database.
1999-03-12 07:57:26 +00:00
putterman%netscape.com
073233a928 Added a parameter to CreateMsgHdr to determine if we use GetMessageKey while
creating URI.
1999-03-12 07:56:24 +00:00
putterman%netscape.com
510b1c3f03 Add and Remove FolderListeners. 1999-03-12 07:55:26 +00:00
putterman%netscape.com
d419f08699 Add and Remove Folder Listeners. 1999-03-12 07:54:48 +00:00
bienvenu%netscape.com
10d777902f initial mork landing - not part of build yet 1999-03-12 07:39:27 +00:00
mscott%netscape.com
38f0f39756 add printf statement for "Mailbox Done" to allow QA to script a smoketest for the mail client. 1999-03-12 06:24:34 +00:00
mscott%netscape.com
f1ff990ae2 Add a return value at the end of GetSmtpName to fix build breakage on windows. I don't know why VC6.0 let it go.... 1999-03-12 05:33:00 +00:00
mscott%netscape.com
54c5ed351f Build nsPop3Service.cpp 1999-03-12 04:19:12 +00:00
mscott%netscape.com
1f8dc5f9a2 Export nsIPop3Service.h 1999-03-12 04:18:34 +00:00
mscott%netscape.com
7a4de4fd4c Implement get new mail. 1999-03-12 04:15:13 +00:00
mscott%netscape.com
8583c9f361 MsgGetNewMsg should call the get new mail function. 1999-03-12 04:14:28 +00:00
mscott%netscape.com
7838849ad7 Changes for naoki to implement set character set function. 1999-03-12 04:13:53 +00:00
mscott%netscape.com
a372c3e741 Changes for naoki to fill in the character set encoding menu. 1999-03-12 04:13:11 +00:00
mscott%netscape.com
60e382ecc4 Changes for Naoki to implement set character set menu stuff.
Implement GetNewMsgs function which runs a get new mail url through the pop3 service.
1999-03-12 04:12:36 +00:00
mscott%netscape.com
4d61525fe2 oops don't build pop3test until I'm ready for it to work again... 1999-03-12 04:10:59 +00:00
mscott%netscape.com
82a665a4f8 pop3 test no longer needs to create a transport. Go through the pop3 service for running a get new mail url.... 1999-03-12 04:09:39 +00:00
mscott%netscape.com
afea5c7960 factory can now create a pop3 service... 1999-03-12 04:07:52 +00:00
mscott%netscape.com
751eb786d3 Build nsPop3Service. 1999-03-12 04:06:09 +00:00
mscott%netscape.com
dd707a4593 Creating a pop3 protocol should not require a transport. We should do it ourselves. LoadUrL should take a consumer. 1999-03-12 04:05:40 +00:00
mscott%netscape.com
cba3d20efc updates to use nsIMsgMailNewsUrl to pick up url listener stuff. define a default Pop3 port... 1999-03-12 04:04:40 +00:00
mscott%netscape.com
05bca94454 Update the interface so it supports the nsIMsgMailNews interface... 1999-03-12 04:02:53 +00:00
mscott%netscape.com
cc258d652c We no longer need to create the transport for the smtp protocol. Use smtpName as sender's name. 1999-03-12 03:57:59 +00:00
mscott%netscape.com
dc4e7da04f Updates to smtp protocol. We should not require the caller to create the transport at construction time. the protocol should do this itself. 1999-03-12 03:57:13 +00:00
mscott%netscape.com
de32acb4fd use default smtp port to initialize m_port. 1999-03-12 03:55:46 +00:00
mscott%netscape.com
b9c8fb7a48 define default SMTP port... 1999-03-12 03:54:59 +00:00
mscott%netscape.com
df789b51d1 Distinguish between pop and smtp user name. Remove old user_name field which has these new, more specific fields instead. 1999-03-12 03:54:13 +00:00
mscott%netscape.com
752c4e696f a service to make running pop3 urls easier for the mail client. 1999-03-12 03:51:35 +00:00
mscott%netscape.com
ba5c6e774c Export nsIPop3Service.h 1999-03-12 03:50:48 +00:00
mscott%netscape.com
88f982b202 Pop3 service for dealing with pop3 urls... 1999-03-12 03:50:20 +00:00
rhp%netscape.com
0822709efc Finding content type handler plugins on UNIX 1999-03-12 03:40:28 +00:00
rhp%netscape.com
941cf23e01 More makefile changes for components 1999-03-12 03:35:09 +00:00
rhp%netscape.com
fb4661b354 Change to make it a component 1999-03-12 03:24:00 +00:00
rhp%netscape.com
07dca5816c Added the installation of CSS and JS files. 1999-03-12 03:17:45 +00:00
ducarroz%netscape.com
65a527bbcd export composeBody.html 1999-03-12 03:03:23 +00:00
ducarroz%netscape.com
44cacb9e76 Fix transparency color problem 1999-03-12 01:27:54 +00:00
rhp%netscape.com
f228a9d6f1 Changes for linux build. 1999-03-12 01:22:30 +00:00
ducarroz%netscape.com
db0788363d Part of integration of preference into compose 1999-03-12 01:10:43 +00:00
ducarroz%netscape.com
cc770eb230 Add pref for user real name, organization and user email address 1999-03-12 01:09:48 +00:00
ducarroz%netscape.com
107ba596d8 Part of the intregration of preferences into compose 1999-03-12 01:07:30 +00:00
ducarroz%netscape.com
fbb6806b42 Initial checkin, part of integration of preference into compose 1999-03-12 00:47:09 +00:00
bienvenu%netscape.com
26233e5538 fix off by 1 error in buffer growing code 1999-03-12 00:01:37 +00:00
alecf%netscape.com
8241bb996c update this interface, rename CreateAndInit->CreateAndInitialize 1999-03-11 22:46:56 +00:00
alecf%netscape.com
2e34b17d52 remove bogus call for now 1999-03-11 22:23:43 +00:00
ducarroz%netscape.com
3cf142e763 Remove all the delete this that was generating a crash when the send failed for any reason 1999-03-11 21:22:25 +00:00
ducarroz%netscape.com
896aca1b0a Use ender instance of an input field for the body of the message 1999-03-11 21:16:08 +00:00
ducarroz%netscape.com
a8e164fe2d Initial check in, ender integration 1999-03-11 21:15:23 +00:00
alecf%netscape.com
78658b80b3 rev this interface - remove unnecessary functions 1999-03-11 21:06:31 +00:00
alecf%netscape.com
02c62005fb rev this interface 1999-03-11 21:05:26 +00:00
alecf%netscape.com
34f617766f rev this interface: char* -> const char* 1999-03-11 21:04:57 +00:00
alecf%netscape.com
8f81021a6e rev this interface - char*->const char* 1999-03-11 21:02:50 +00:00
alecf%netscape.com
f936be609d fix up libraries a bit more 1999-03-11 21:01:39 +00:00
alecf%netscape.com
840c25554c remove unnecessary libraries 1999-03-11 20:56:17 +00:00
alecf%netscape.com
996a1f22b3 constructors not public confuses unix 1999-03-11 20:38:47 +00:00
alecf%netscape.com
dda913f0de use MIN not min - unix doesn't have min() 1999-03-11 20:38:19 +00:00
alecf%netscape.com
cf9404a19f install of these files doesn't quite work yet 1999-03-11 20:36:47 +00:00
alecf%netscape.com
c9fd93435f remove files that don't exist anymore (though this directory isn't even entered any more) 1999-03-11 20:36:18 +00:00
alecf%netscape.com
e68b2f05d4 ignore generated files 1999-03-11 20:35:29 +00:00
alecf%netscape.com
fc5181de8b this is a component now 1999-03-11 20:29:18 +00:00
alecf%netscape.com
876d444b05 add libraries to link this library against 1999-03-11 20:27:14 +00:00
alecf%netscape.com
91cbf710fb update unix makefile list for mailnews - add new mime stuff, remove old compose makefiles 1999-03-11 20:25:58 +00:00
mscott%netscape.com
9066c1f10d Change m0id_scope to m_0id_id in order to fix the problem where the list of msg headers was always empty... 1999-03-11 20:22:41 +00:00
putterman%netscape.com
69117c67e9 removed call to release 1999-03-11 20:19:53 +00:00
putterman%netscape.com
ee013d837d Added delete button code 1999-03-11 19:52:02 +00:00
putterman%netscape.com
7e89364e03 Add delete message 1999-03-11 19:50:54 +00:00
putterman%netscape.com
fef03eec14 Add delete button 1999-03-11 19:50:27 +00:00
putterman%netscape.com
3699a9b8b2 Gets dependencies correct 1999-03-11 19:50:01 +00:00
warren%netscape.com
2317bd6fb4 First cut at new command architecture. 1999-03-11 10:14:35 +00:00
bienvenu%netscape.com
876e7c14c0 add morkWriter and morkCell, morkRowCellCursor.cpp 1999-03-11 06:42:59 +00:00
bienvenu%netscape.com
27a8c2cf5c use Close instead of Release 1999-03-11 06:42:18 +00:00
bienvenu%netscape.com
8a5ff94857 patches not to use persistent databases 1999-03-11 06:41:29 +00:00
bienvenu%netscape.com
67757eae14 fix bogus cast to nsMsgHdr 1999-03-11 06:40:22 +00:00
bienvenu%netscape.com
10a9444191 add explicit include of nsCOMPtr.h 1999-03-11 06:39:35 +00:00
bienvenu%netscape.com
92d9f934f6 check for missing db when deciding to reparse 1999-03-11 06:38:56 +00:00
bienvenu%netscape.com
eb1a2d94de fix syntax error in widgetglue js 1999-03-11 05:32:51 +00:00
bienvenu%netscape.com
e8f1ad9560 add GetAuthor and GetSubject intefraces 1999-03-11 05:15:33 +00:00
mscott%netscape.com
b668b90a35 somehow the pointer passed into getting the netlib queue service got changed...change it back.... 1999-03-11 03:34:27 +00:00
alecf%netscape.com
15804df1fc more linux fixes - link against the right libraries, include xp_time.c, etc. 1999-03-11 02:50:08 +00:00
alecf%netscape.com
2ac4ad9e81 fix constness casting problem 1999-03-11 02:08:41 +00:00
ducarroz%netscape.com
785915c691 add new entries 1999-03-11 01:44:44 +00:00
ducarroz%netscape.com
15f6c18ed9 did some cleanup 1999-03-11 01:43:19 +00:00
ducarroz%netscape.com
fe246e2f84 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working. 1999-03-11 01:41:25 +00:00
ducarroz%netscape.com
f31163fd6d The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
Initial check in
1999-03-11 01:38:11 +00:00
ducarroz%netscape.com
c090a789cb The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/src
1999-03-11 01:36:37 +00:00
ducarroz%netscape.com
b30f2fbc5f Add new interface to nsMsgCompose, cleanup the code 1999-03-11 01:34:59 +00:00
alecf%netscape.com
7fa6657004 rev these interfaces 1999-03-11 01:33:33 +00:00
ducarroz%netscape.com
8cf7ba7da0 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working. 1999-03-11 01:32:48 +00:00
alecf%netscape.com
5cc1028a01 eliminate duplicate IID 1999-03-11 01:32:08 +00:00
ducarroz%netscape.com
74ddade0bd add new interface to nsIMsgCompose 1999-03-11 01:30:18 +00:00
alecf%netscape.com
0650b034dd we don't need to link against these libraries any more on unix 1999-03-11 01:30:07 +00:00
alecf%netscape.com
1379cca198 link against our libraries to resolve as many differences as possible 1999-03-11 01:28:48 +00:00
ducarroz%netscape.com
a02ab2cd0c The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
this file was originally located into mailnews/ui/compose/public
1999-03-11 01:28:46 +00:00
alecf%netscape.com
53338e8a97 rev nsINNTPHost and nsINewsgroupList interfaces 1999-03-11 01:18:04 +00:00
ducarroz%netscape.com
710594e9a5 add new icons to the build process 1999-03-11 01:17:36 +00:00
ducarroz%netscape.com
a7d1246878 initial check in, Icons used by mail composer 1999-03-11 01:15:40 +00:00
ducarroz%netscape.com
7af2321592 don't need anymore this file, use xul file instance 1999-03-11 01:12:06 +00:00
ducarroz%netscape.com
3f5c0fcff6 did a lot of cleanup, now compatible with new compose appcore 1999-03-11 01:11:04 +00:00
ducarroz%netscape.com
262d7d65c5 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working.
This file isn't needed anymore
1999-03-11 01:07:23 +00:00
ducarroz%netscape.com
335ff417db The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working
this file has been moved to mailnews/compose/src
1999-03-11 01:06:09 +00:00
ducarroz%netscape.com
1958dfb22c The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working
don't need anymore this file
1999-03-11 01:04:24 +00:00
ducarroz%netscape.com
ee9abc3dcc The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working
don't need anymore those files
1999-03-11 01:03:12 +00:00
ducarroz%netscape.com
5032712396 folder ui/compose/public removed 1999-03-11 00:56:54 +00:00
ducarroz%netscape.com
a45e6af515 as compose.dll has been merged with msgcompose.dll, those files has been moved to mailnewscompose/public 1999-03-11 00:55:06 +00:00
ducarroz%netscape.com
c67b0f4216 As compose.dll has been merged into msgcompose.dll, we don't need those makefile anymore 1999-03-11 00:52:31 +00:00
ducarroz%netscape.com
2cc53befe5 The compose.dll has been merged into msgcompose.dll in order to have the auto appcore registration working 1999-03-11 00:48:35 +00:00
alecf%netscape.com
027a070282 rev the interface, update char* to const char* 1999-03-10 22:32:46 +00:00
alecf%netscape.com
36bdf8d85d rev this interface and remove NS_DOM binding from IDL 1999-03-10 22:19:54 +00:00
alecf%netscape.com
538881e91f comment out these two functions, they are already defined on Unix 1999-03-10 22:08:07 +00:00
alecf%netscape.com
c1bbe9efbd revert to old types for now to match definition in include/ 1999-03-10 22:07:45 +00:00
alecf%netscape.com
b56808abd7 various tweaks to make this build on Linux 1999-03-10 22:06:52 +00:00
alecf%netscape.com
14db01298f gotta export all these header files so that we can see them from other mime directories 1999-03-10 22:06:15 +00:00
hshaw%netscape.com
5c6bc56dbc Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID 1999-03-10 20:33:18 +00:00
hshaw%netscape.com
769532b431 Replace NS_DECLARE_CID with NS_DEFINE_IID for KPrefCID 1999-03-10 20:33:14 +00:00
putterman%netscape.com
c0ff8ebddc Initialize mPath to "" instead of nsnull. 1999-03-10 20:07:44 +00:00
mscott%netscape.com
50e76104d6 Add code to allow user's to display mailbox messages from the first 4 messages in their inbox....
also add code to retrieve the current user's root mail folder path...
1999-03-10 06:35:48 +00:00
alecf%netscape.com
a8a8ee487e fix nsFileSpec casting 1999-03-10 06:06:40 +00:00
ducarroz%netscape.com
c2882d69b0 don't crash anymore when the pane is null 1999-03-10 06:05:49 +00:00
alecf%netscape.com
5805c769fa don't build tests by default 1999-03-10 06:01:40 +00:00
alecf%netscape.com
3352f0978c don't link against base libmailnews 1999-03-10 06:00:59 +00:00
alecf%netscape.com
23120a594f remove old call to NS_NewRFC822Parser 1999-03-10 06:00:11 +00:00
alecf%netscape.com
a15117ca9c use CreateInstance to create a parser rather than linking directly with libmailnews.so 1999-03-10 04:22:52 +00:00
bienvenu%netscape.com
38dde3b863 fix nsFileSpec bustage 1999-03-10 03:55:10 +00:00
alecf%netscape.com
d5166ef72e oops, don't build nsIMessenger.cpp twice 1999-03-10 03:53:48 +00:00
alecf%netscape.com
de4e4b0924 export new files from ui directory 1999-03-10 03:52:29 +00:00
mscott%netscape.com
6022433002 Warren's changes broke component creation for nsIMsgMailSession and nsIUrlListenerManager. Restore these so our code runs correctly. 1999-03-10 03:49:39 +00:00
mscott%netscape.com
6cea859f1f restore code from the breakage that occurred last night by fixing up nsFileSpec/nsFilePath problems. use CLOSE on the db because it isn't an interface yet so we should not be calling release. 1999-03-10 03:48:32 +00:00
mscott%netscape.com
456eaeadf2 creating a url listener manager should go through the componenet manager and not the service manager. 1999-03-10 03:47:14 +00:00
mscott%netscape.com
bb63becf38 More Linux makefile changes for libmime 1999-03-10 03:27:12 +00:00
mscott%netscape.com
9843c11f7f Adding files for linux build 1999-03-10 03:25:33 +00:00
mscott%netscape.com
3ef80e9223 Adding for Linux build. 1999-03-10 03:23:18 +00:00
mscott%netscape.com
f834d47c08 Further changes for linux makefile 1999-03-10 03:21:02 +00:00
mscott%netscape.com
00e70e53b5 New files for Linux build 1999-03-10 03:20:16 +00:00
mscott%netscape.com
a11ec9b97b make the folder pane black =).... 1999-03-10 02:17:16 +00:00
mscott%netscape.com
6b570fe322 Add more tests to the demo menu to allow folks to display messages from their Inbox. 1999-03-10 01:42:54 +00:00
alecf%netscape.com
52ad201ca1 remove old cruft from ui (most moved into base) 1999-03-10 01:32:29 +00:00
alecf%netscape.com
2c5d487233 stop exporting stuff in this directory 1999-03-10 01:31:00 +00:00
alecf%netscape.com
ad63f394aa rev XPIDL-generated header files - now native #include's are no longer re-included! 1999-03-10 01:25:34 +00:00
alecf%netscape.com
17a4fadb05 add new source files that weren't being build on linux 1999-03-10 01:22:53 +00:00
alecf%netscape.com
0ee0ef17da #include the right file 1999-03-10 01:22:19 +00:00
alecf%netscape.com
8439f34efe end in newline 1999-03-10 01:21:52 +00:00
mscott%netscape.com
38e60aed22 Changes for Linux builds. 1999-03-10 01:18:57 +00:00
mscott%netscape.com
5a2239ba8a Fixes for makefiles on Linux 1999-03-10 01:17:48 +00:00
alecf%netscape.com
98c62df3ee fix casting problems 1999-03-10 01:17:47 +00:00
alecf%netscape.com
43e8509973 uint -> PRUint32 1999-03-10 01:13:52 +00:00
mscott%netscape.com
33b4dc1789 Getting new mime change to run on Linux 1999-03-10 00:57:50 +00:00
mscott%netscape.com
238af643a0 Updates to fix breakage caused by the big check in last night. In particular, update to use nsFilespec instead of nsFilePath. Use correct variable name for requesting the netlib queue service... 1999-03-10 00:43:58 +00:00
rhp%netscape.com
1ea1fb4fc6 Reworked an issue with includes to prevent compile problems with C & C++ code. 1999-03-10 00:36:39 +00:00
waterson%netscape.com
a5516443bd Change class to clazz to get to compile in C++. 1999-03-10 00:22:22 +00:00
mscott%netscape.com
e1fe72cf05 Build nsMsgIdentity and nsMsgMailSession. 1999-03-09 23:52:24 +00:00
mscott%netscape.com
32d0f7105e Export nsIMsgIdentity.h and nsIMsgMailSession.h. 1999-03-09 23:51:40 +00:00
mscott%netscape.com
a36ba33fc0 Fix runtime breakage caused by changing nsFilePath to nsFileSpec. 1999-03-09 23:17:44 +00:00
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