bienvenu%netscape.com
67dc096258
remove the imap channel from the load group when finished running r=mscott
1999-11-02 23:22:29 +00:00
bienvenu%netscape.com
fbbac1c0dc
more work to hook up stop button, r=mscott 17743
1999-11-02 21:36:59 +00:00
bienvenu%netscape.com
9ba6e2321b
fix updating of folders after imap/moves r=mscott bug 12491
1999-11-01 01:10:08 +00:00
jefft%netscape.com
3b635bea72
fixed bug 12131 -- message counts not updated after a move/copy; call UpdateFolder() after move/copy is done; r=bienvenu
1999-10-29 22:28:55 +00:00
bienvenu%netscape.com
075caf0152
changes to use nsIMsgWindow r=putterman
1999-10-29 04:39:06 +00:00
bienvenu%netscape.com
b005697e20
fix race condition opening imap folder r=mscott, build stopper
1999-10-27 19:15:20 +00:00
warren%netscape.com
f50d3df7c0
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
jefft%netscape.com
d7e36bdecd
fixed bug 17176 -- [DOGFOOD] [Reqression] Can't save attachment; we are not generating message uri correctly; r=mscott
1999-10-26 00:07:27 +00:00
mscott%netscape.com
8028448766
Bug #16927 implement GetMessageUrlFromUri
...
r=sspitzer
1999-10-23 23:39:28 +00:00
alecf%netscape.com
4bd03fe287
start to consolidate URL and URI parsing into the base classes: remove a whole bunch of protocol-specific code in favor of generalization
...
basically, more fixes for #14437
r=scottip
1999-10-22 01:02:08 +00:00
mscott%netscape.com
2e67d0a2e9
Bug #16538 --> FetchMessage takes a stream listener and we should try to create a necko channel for the url,
...
and call AsyncRead on the channel, passing in the stream listener instead of trying to run the imap url
through the normal means. This fixes the problem where the channel wasn't properly initialized when
copying a imap message to a local folder.
r=jefft,bienvenu
1999-10-21 22:33:24 +00:00
bienvenu%netscape.com
62733bfe6a
fix syncing of imap flags change to db r=mscott,16839
1999-10-21 22:23:25 +00:00
alecf%netscape.com
a33565470d
clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
...
r=scottip
1999-10-20 21:58:21 +00:00
mscott%netscape.com
3c940c6846
optimize nsImapBuildMessageURI to use a nsCAutoString. This saves us an extra allocation of the string later on.
...
r=sspitzer
1999-10-20 21:41:18 +00:00
bienvenu%netscape.com
40741f49b6
more memory leak fixes, r=mscott
1999-10-20 21:18:25 +00:00
bienvenu%netscape.com
cba2dfa027
fix memory leaks of uri's and a progress string r=mscott
1999-10-20 20:49:45 +00:00
bienvenu%netscape.com
300bf03a34
fix nsImapProtocol leaks r=mscott, no bug #
1999-10-19 21:24:31 +00:00
mscott%netscape.com
9518826bba
Bug #16394 --> no longer need to call intialize after creating a url
...
r=jefft
1999-10-17 20:04:59 +00:00
mscott%netscape.com
fcd8e0024b
Bug #16394 --> extract user name from the url spec. Don't force us to pass it in on initialize.
...
r=jefft
1999-10-17 20:04:40 +00:00
mscott%netscape.com
6aa84d05a2
Bug #16394 --> Initialize now has no arguments.
...
r=jefft
1999-10-17 20:04:08 +00:00
mscott%netscape.com
69ef2c9e61
Bug #16394 --> call Initialize function on url after we create one
...
r=jefft
1999-10-17 20:03:37 +00:00
bienvenu%netscape.com
86ed577bd4
fix memory leak of user name r=mscott
1999-10-16 22:44:55 +00:00
bienvenu%netscape.com
50c75cd694
fix shutdown leak by resetting host session list r=jefft
1999-10-15 21:35:55 +00:00
gagan%netscape.com
f1203c259d
Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
1999-10-13 10:24:12 +00:00
mscott%netscape.com
9f622a5a7d
make sure the user name goes into outgoing imap urls that we make
...
Bug #16263 --> implement NewURI so we can view embedded images!
r=sspitzer
1999-10-13 05:21:08 +00:00
mscott%netscape.com
325c1a107a
Bug #16263 --> CreateListOfMessageIDStrings should look for '?' as the delimiter used by
...
mime for each message part instead of '&'.
r=sspitzer
1999-10-13 05:20:14 +00:00
mscott%netscape.com
6e9c861c93
Bug #16263 --> make nsGetImapServer public
...
r=sspitzer
1999-10-13 05:19:27 +00:00
sspitzer%netscape.com
8227e7bda9
fix for bug #14591 , r=mscott.
...
handle the case where we migrate from 4.x and our sent folder is on the imap server.
but, since we haven't logged into the imap server yet, our folders are undiscovered.
other related fixes:
1) make it so on failure to fcc, save to draft, save to template, send later the message shows up.
2) clean up the error message strings
3) fix how we determine if an URI points to a local folder. (all we need to do is look at the scheme and see if it is "mailbox:"
4) remove a stale comment.
1999-10-13 04:12:06 +00:00
mscott%netscape.com
897ac92e73
we appeared to be leaking an rdf resource. I fixed this leak by using a nsCOMPtr.
...
r=sspitzer
1999-10-13 03:18:32 +00:00
dveditz%netscape.com
ff01d5e8f4
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
tao%netscape.com
dfc5dc1b02
Move da-DK files to l10n/lang; r=leaf
1999-10-08 01:06:56 +00:00
tao%netscape.com
452378ee8a
Move localized resource files to mozilla/l10n/lang.
1999-10-07 23:59:32 +00:00
jefft%netscape.com
33672e6f76
fixed bug 10801 -- [Featuure] Save Messages, bug 14794 - message sent from unsent folder display as raw message; we need to pay attention to where we want to save the message as template, if the message goes to the local mail folder we have to add the dummy envelope header plus the x mozilla status lines; when sending unsent messages we need to set from/sender information to pass the sanity check at the send time; reviewed by rhp
1999-10-07 14:27:11 +00:00
warren%netscape.com
8603974025
Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
1999-10-06 08:26:01 +00:00
mscott%netscape.com
207c54ed3b
Bug #15583 --> fix warning (unused variable)
...
r=sspitzer
1999-10-05 22:03:50 +00:00
jefft%netscape.com
97af25e48e
fixed bug 9540, 10827, 11991 - copy news article failed on certain platforms; replacing CRLF to platform specific MSG_LINEBREAK; reviewed by mscott
1999-10-05 14:15:04 +00:00
mscott%netscape.com
2654838625
fix vc5.0 build......include nsISupportsArray before using a com ptr on it.
1999-10-05 06:56:12 +00:00
mscott%netscape.com
55830c8d88
Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR, remove NS_New**
...
r=sspitzer
1999-10-05 05:46:20 +00:00
mscott%netscape.com
054da20a5c
Bug #11837 use NS_GENERIC_FACTORY_CONSTRUCTOR for our components
...
the factory should cache nsIGenericFactory objects for each
component we know how to produce.
r=sspitzer
1999-10-05 05:45:07 +00:00
mscott%netscape.com
e5aaf41ad5
Bug #11837 --> in order to use NS_GENERIC_FACTORY_CONSTRUCTOR the
...
class declaration needs to be in the header file. Removing old NS_New*
method in favor of NS_GENERIC_FACTORY_CONSTRUCTOR.
r=sspitzer
1999-10-05 05:44:41 +00:00
sspitzer%netscape.com
e3cdd7da27
a bunch of changes, all reviewed by mscott.
...
fix some bugs with next, back, and cancel in the profile manager.
(#15223 , #15271 )
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063 )
more profile code clean up. (#15042 )
rename the old 4.x history.dat file. it's called history.dat in 5.0, but the file
formats are different. (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
alecf%netscape.com
1ecd2e3371
exorcism of net.h from IMAP
...
r=mscott
1999-10-04 23:53:56 +00:00
mscott%netscape.com
1069c88868
Bug #11837 --> rewrite the imap factory to use nsIModule. This meant adding appropriate factory methods to the components.
...
r=bienvenu
1999-10-04 00:29:18 +00:00
mscott%netscape.com
d8006bc36f
Bug #11837 --> rewrite the imap factory to use nsIModule.
...
r=bienvenu
1999-10-04 00:27:42 +00:00
beard%netscape.com
9eae33066d
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
valeski%netscape.com
d66cd6ac49
15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr.
1999-10-01 23:30:06 +00:00
bienvenu%netscape.com
fd63be5bc1
fix memory leak of hostname
1999-09-30 01:45:20 +00:00
bienvenu%netscape.com
5f056b6037
add method to shut down connections
1999-09-30 01:44:30 +00:00
jefft%netscape.com
0d7587bd28
implemented forward messages as attachments & inline; a=mcafee
1999-09-29 20:43:50 +00:00
bienvenu%netscape.com
bdbeecff29
for mscott fix memory leaks of imap urls 15088 r=bienvenu, a=chofmann
1999-09-28 21:50:04 +00:00