Commit Graph

222 Commits

Author SHA1 Message Date
alecf%netscape.com
d3aaa1c2cb fix end-of-line problem 1999-03-20 02:06:29 +00:00
alecf%netscape.com
9b730135f9 make local a component 1999-03-20 02:05:46 +00:00
alecf%netscape.com
61335fb37d bubble LoadURL's errors up through rv 1999-03-20 02:02:31 +00:00
alecf%netscape.com
f02e5d511d add leading slash to windows URLs and update macros so that we don't get triple slashes on unix 1999-03-20 02:01:54 +00:00
alecf%netscape.com
8c5b8f4295 export these files 1999-03-20 02:00:32 +00:00
alecf%netscape.com
d28a69bcec also do not strip leading / from mailboxMessage URL's 1999-03-20 02:00:16 +00:00
alecf%netscape.com
7290f51635 link against util library rather than the mail/news component 1999-03-20 01:52:42 +00:00
alecf%netscape.com
8e1bb011bc break dependancy on mailnews.dll by creating this object from the repository 1999-03-20 01:51:47 +00:00
mscott%netscape.com
6078ccd47f Helping with smoketest. When we are done running a mailbox url, write the phrase Mailbox Done followed by a line return to a text file. QA will build an automated smoketest which will look for this phrase in that particular file. I've also wrapped the change in a ENABLE_SMOKETEST ifdef.... 1999-03-19 04:09:33 +00:00
putterman%netscape.com
220909a5b9 Added Special Folder attribute 1999-03-19 02:28:41 +00:00
mscott%netscape.com
bb147fc422 Remove a debug printf which displayed each line of the message to the terminal when displaying messages to the window. 1999-03-19 01:36:07 +00:00
putterman%netscape.com
070382c15f Add status column and Re: to messages. 1999-03-18 21:41:07 +00:00
putterman%netscape.com
7543245691 Add .sbd when building up subfolders. 1999-03-18 21:40:41 +00:00
putterman%netscape.com
e5f922f77f Changes made to avoid nsMsgHdr duplication. Add back releases so memory
management works correctly.
1999-03-18 21:40:12 +00:00
putterman%netscape.com
16e7e63f39 Changes made to avoid nsMsgHdr duplication. Now can get a message resource from
the factory.
1999-03-18 21:39:42 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
bienvenu%netscape.com
2323ecba53 fix 3765 r=mscott,scottip a=chofmann problem updating thread pane after get new mail 1999-03-16 03:16:31 +00:00
mscott%netscape.com
e5ec9412e7 Add line return after "Mailbox Done" to make it easier for QA to smoketest this string. 1999-03-12 22:05:32 +00:00
warren%netscape.com
5ab052576e Changed GetEnabledCommands to GetAllCommands/IsCommandEnabled. 1999-03-12 21:28:34 +00:00
bienvenu%netscape.com
0f4e1f431e mork landing 1999-03-12 20:16:40 +00:00
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
e8212d3f9c fix buffer size overstatement, add assertions for various failures 1999-03-12 19:54:26 +00:00
alecf%netscape.com
df46fba463 uppercase filename for Unix 1999-03-12 18:50:31 +00:00
ducarroz%netscape.com
42ddb8b41d change root path preference name 1999-03-12 17:17:10 +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
a607d85b22 Date displays correctly. 1999-03-12 13:14:33 +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
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
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
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
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
putterman%netscape.com
69117c67e9 removed call to release 1999-03-11 20:19:53 +00:00
warren%netscape.com
2317bd6fb4 First cut at new command architecture. 1999-03-11 10:14:35 +00:00
bienvenu%netscape.com
27a8c2cf5c use Close instead of Release 1999-03-11 06:42:18 +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
hshaw%netscape.com
5c6bc56dbc Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID 1999-03-10 20:33:18 +00:00
putterman%netscape.com
c0ff8ebddc Initialize mPath to "" instead of nsnull. 1999-03-10 20:07:44 +00:00