bienvenu%netscape.com
02c833274b
more work on local mail filters
1999-06-20 15:39:32 +00:00
bienvenu%netscape.com
d7aae3beca
work around gcc bug with MI
1999-06-16 00:25:14 +00:00
bienvenu%netscape.com
ab7c944015
use base class implementation of FindSubFolder
1999-06-15 23:33:32 +00:00
hangas%netscape.com
de45a007a8
Changed nsMailboxGetURI to use nsFileSpec. Fixes Mac.
1999-06-15 23:33:29 +00:00
mscott%netscape.com
af9ddbf0af
Mark the url as finished AFTER we are done with the url in the nsMailboxProtocol::OnStopBinding call. We were marking the url as done and then cleaning up our file state (such as closing the temp file).
1999-06-15 03:35:30 +00:00
putterman%netscape.com
0b74afd8db
Get summary totals for all folders on startup, not just leaf folders.
1999-06-15 01:25:46 +00:00
putterman%netscape.com
6209458cd1
use nsICopyMsgStreamListener.
1999-06-14 22:44:33 +00:00
putterman%netscape.com
0517f9b823
Move messages to trash on delete.
1999-06-14 22:24:35 +00:00
mscott%netscape.com
bd8c64b8a2
Fix copy messages which I broke when I cleaned up some of this code. *oops*
1999-06-14 04:30:31 +00:00
bienvenu%netscape.com
33e7b223dc
prepare for msgdb idl
1999-06-14 02:20:41 +00:00
bienvenu%netscape.com
1b40be544f
move comment nearer code it refers to
1999-06-12 02:04:08 +00:00
mscott%netscape.com
f8b2b1a3d2
Fix free memory write by freeing string after we call atol on it.
1999-06-12 00:27:09 +00:00
putterman%netscape.com
38e8644d22
Add a new parameter for CheckNewMail
1999-06-11 22:14:35 +00:00
putterman%netscape.com
27e0b043bf
More work on Biff. Use standard BiffTypes enum.
1999-06-11 22:14:08 +00:00
putterman%netscape.com
0069a57917
Add methods for Biff.
1999-06-11 22:13:18 +00:00
bienvenu%netscape.com
aa6f741aaa
restructure filter code to start on imap filters
1999-06-11 07:07:04 +00:00
mscott%netscape.com
32cbc72383
When displaying a message (writing it to a file), we should skip the first line of the message which is part of the
...
dummy envelope for the message. We don't want to include this line.
1999-06-11 02:44:06 +00:00
mscott%netscape.com
98d43a8dcf
Finish save messsage to disk work --> reworked mailbox protocol to use an nsIFileSpec for the temp message
...
we write in order to display messages. Also added code to set the temp file to be the save message to disk
file if that was the type of url we are running.
1999-06-10 22:08:32 +00:00
mscott%netscape.com
33735da7ab
Be sure to set byte range for mailbox urls where the action is save file to disk.
1999-06-10 22:06:19 +00:00
jefft%netscape.com
5343385862
undo framework
1999-06-10 14:55:36 +00:00
mscott%netscape.com
7834f208ee
fix memory leak
1999-06-10 03:06:28 +00:00
alecf%netscape.com
3944e0db2c
fix some leaks
1999-06-10 02:17:33 +00:00
mscott%netscape.com
72b8b8cd31
Quiet a noisy printf.
1999-06-10 00:40:53 +00:00
mscott%netscape.com
8f4e01df15
clean up work for pop3 protocol --> remove useage of the 8K output buffer which got ported over from the 4.x days. I use nsAutoString isntead (most of the data we write into the buffer is very small...it's protocol cmd data). This should help improve the memory footprint for pop.
...
Mad command_response, password and username all nsStrings instead of char *s.
1999-06-10 00:40:28 +00:00
mscott%netscape.com
a651c2085e
MLK fixes. Free the line returned by calling ReadNextLine until I have time to come back and make ReadNextLine
...
not allocate a new buffer for the returned line.
1999-06-09 21:44:01 +00:00
mscott%netscape.com
0f5ff884ae
Code clean up --> added methods for building and running a mailbox url. This simplified a lot of the command methods like display message, copy message, etc.
...
save msg to disk work went in as well.
1999-06-09 21:05:53 +00:00
mscott%netscape.com
1083a22682
save msg to disk work. --> added getter/setting for msg nsIFileSpec
1999-06-09 21:05:10 +00:00
mscott%netscape.com
40951d8183
Add save msg to file action to mailbox actions. Add getter/setter for nsIFileSpec used to store the message when
1999-06-09 21:03:36 +00:00
Jerry.Kirk%Nexwarecorp.com
fdbb5d319d
- Bug 7794 Move $(TK_LIBS) further down in the library list.
1999-06-09 19:48:58 +00:00
mscott%netscape.com
14b921cb3a
Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
...
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
alecf%netscape.com
2f34d8b24b
don't export these files on unix
1999-06-09 00:23:37 +00:00
alecf%netscape.com
4e5a184994
these files are now generated
1999-06-09 00:23:01 +00:00
alecf%netscape.com
467c8245bd
start doing XPIDL on windows in local
1999-06-09 00:20:38 +00:00
sspitzer%netscape.com
82354feb6e
move StringHash to nsMsgUtils.cpp, and use NS_MsgHashIfNecessary() in all
...
the ns*URI2Path() calls in the ns*Utils.cpp files to hash the file
names if necessary.
also, don't use fprintf().
1999-06-08 05:08:31 +00:00
mscott%netscape.com
5eab92356f
random changes to a non building test file =).
...
Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time.
1999-06-08 03:13:10 +00:00
sspitzer%netscape.com
614b25751b
giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
...
name things so that Windows and UNIX match. (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com
ff06a93a06
Unification of LoadUrl signature to remove some warnings on Linux & Mac. LoadUrl signature takes a display consumer
1999-06-08 00:01:27 +00:00
mscott%netscape.com
989344b80b
remove IGNORE_MANIFEST.
1999-06-07 21:28:20 +00:00
mscott%netscape.com
7076a0c3d5
remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any.
1999-06-07 21:11:16 +00:00
mscott%netscape.com
c78ee2032c
Don't build dll until the install phase, not the lib phase.
1999-06-07 08:22:54 +00:00
mscott%netscape.com
266ed15e24
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
mscott%netscape.com
c364d8954a
Load has become LoadUrl on the pop3 protocol class.
1999-06-05 22:52:15 +00:00
mscott%netscape.com
3704aba1d0
Major revamping of the pop protocol. Themain changes were to use my new nsMsgProtocol base class for most of the core netlib interaction.
1999-06-05 22:51:46 +00:00
mscott%netscape.com
250468eea3
Add nsIMsgMailNewsUrl to the QI method.
1999-06-05 22:30:48 +00:00
mscott%netscape.com
bae17d6ab2
Fix unix warning by removing unused variable.
1999-06-05 20:41:10 +00:00
mscott%netscape.com
3569277683
LoadURL is now LoadUrl on the mailbox protocol as part of the nsMsgProtocol changes.
1999-06-05 20:37:42 +00:00
mscott%netscape.com
0f44bac4bd
Major revamping of the mailbox protocol. The main changes were to use my new nsMsgProtocol base class for most of the core netlib interaction.
1999-06-05 20:36:58 +00:00
mscott%netscape.com
03e4921265
Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
1999-06-05 00:15:12 +00:00
mscott%netscape.com
340dbf65f1
Include nsIFileSpec.h
1999-06-04 22:44:11 +00:00
mscott%netscape.com
636c568618
support SaveMessageToDisk (stub right now)
...
replace nsAutoCString with more efficient nsAutoString
1999-06-04 22:42:31 +00:00