Commit Graph

5304 Commits

Author SHA1 Message Date
sspitzer%netscape.com
10dd26a542 fix Account Wizard to use the first image of the new animation. 1999-09-13 10:18:50 +00:00
sspitzer%netscape.com
d29b94bde8 we need to return NS_ERROR_FAILURE. otherwise the Account Wizard will
not automatically open when we fail to migrate prefs.js
1999-09-13 10:08:18 +00:00
sspitzer%netscape.com
2d663489ef define the string constants for the root directory names, to avoid errors.
use the FileLocator service to get the profile directory to set the "mail.root.<type>" prefs
if we fail to migrate the prefs.js file.  (this is what happens when you start up clean for the
first time, instead of using the -installer.)
1999-09-13 09:47:30 +00:00
bienvenu%netscape.com
c838ec9958 one more try to create imap parent directories 1999-09-13 05:27:20 +00:00
jfrancis%netscape.com
c2e69d3f1c temp build fix - bienvenu needs to fix this for real 1999-09-13 01:24:09 +00:00
sspitzer%netscape.com
6a0c45dcdd on UNIX, try to use the premigration.news.directory first when looking for .newsrc files. this is needed for migration to work on UNIX. right now, -installer will not copy your .newsrc files into your <profile>/News directory (like the other platforms.) so if you've run -installer, premigration.news.directory will be set and will point to your .newsrc files. if you haven't run it, and are just copying a prefs.js file, it will use news.directory, which is correct too. 1999-09-12 23:38:53 +00:00
bienvenu%netscape.com
8f3a014420 fix mac build bustage 1999-09-12 22:58:43 +00:00
bienvenu%netscape.com
4f5af29de4 return error from writing out folder cache if any, add code to turn off rdf notifications 1999-09-12 21:36:51 +00:00
bienvenu%netscape.com
a58a7b9307 create parent directories if they don't exist 1999-09-12 21:35:30 +00:00
bienvenu%netscape.com
254d9aff06 fix solaris build bustage 1999-09-12 18:34:26 +00:00
bienvenu%netscape.com
41e8dfb284 pass uid of message read to finish message loading notification 1999-09-12 18:27:19 +00:00
bienvenu%netscape.com
d9762ab44c move message sink to idl 1999-09-12 17:49:08 +00:00
bienvenu%netscape.com
741212ca90 remove 1999-09-12 17:47:25 +00:00
bienvenu%netscape.com
1e341e3364 add nsIImapMessageSink 1999-09-12 17:46:36 +00:00
bienvenu%netscape.com
aaf522307b added files: mozilla/mailnews/imap/public/nsIImapMessageSink.idl 1999-09-12 17:45:42 +00:00
bienvenu%netscape.com
c462c7fc46 add idl for message sink not part of ubild yet 1999-09-12 17:31:23 +00:00
cls%seawood.org
a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
bruce%cybersight.com
3d6a5579ca Add newline to end of file to fix HPUX bustage. 1999-09-12 16:34:14 +00:00
cls%seawood.org
adf94e4618 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
hangas%netscape.com
c8b5bd6ae7 Using edit menu items from globalOverlay.xul 1999-09-12 08:41:46 +00:00
hangas%netscape.com
b476cf0018 Added Preferences to globalOverlay.xul and converted the windows over to use it. 1999-09-12 08:27:01 +00:00
mscott%netscape.com
18bb55135c Temporary band-aid to fix display of messages with attachements. The url we write here needs to be escaped
and all '&' need to be removed from the url spec. otherwise we can't display the message because the xml
code we emit with the urlspec will be malformed.
1999-09-12 08:01:01 +00:00
mscott%netscape.com
e2feb8ee2e fix solaris breakage which doesn't like enums in ?: notation. 1999-09-12 07:05:08 +00:00
mscott%netscape.com
5a157ddb69 fix build breakage across the board 1999-09-12 06:30:02 +00:00
mscott%netscape.com
0896391d29 Fix build breakage across the board! 1999-09-12 06:29:36 +00:00
mscott%netscape.com
fd311c0688 Fix build breakage across the board!!!! 1999-09-12 06:28:20 +00:00
mscott%netscape.com
8618ecb91d Just to be safe, include nsIPrincipal.h 1999-09-12 05:51:17 +00:00
mscott%netscape.com
983a6c8ddf Include nsIPrincipal.h just to be safe. (The unix tree turned red, but I don't know if it was a midcheckin problem
or if it really needs this).
1999-09-12 05:30:25 +00:00
mscott%netscape.com
c575c7b3f7 api sync change. 1999-09-12 05:17:38 +00:00
mscott%netscape.com
3376716b0b Implement the mock channel class.
Part of Bug #10933 which improves message display performance.
Run message display urls through the webshell.
1999-09-12 05:17:05 +00:00
mscott%netscape.com
ba15590c6c Lots of interface method clean up so we don't pass around so much stuff.
Fully support nsIProtocolHandler as part of Bug #10933 which improves message display performance.
Run message display urls through the webshell.
1999-09-12 05:16:32 +00:00
mscott%netscape.com
002d077247 support accessors for getting/setting a mock channel on the url. 1999-09-12 05:15:44 +00:00
mscott%netscape.com
f9613a88a9 Remove url listener from CreateAndRunImapUrl. 1999-09-12 05:15:20 +00:00
mscott%netscape.com
5eb4e7be79 Add accessor for setting the mock channel as part of Bug #10933. 1999-09-12 05:14:57 +00:00
mscott%netscape.com
d5b4b05af0 Remove RunImapUrl as this shouldn't be exposed in an interface. 1999-09-12 05:14:31 +00:00
mscott%netscape.com
bc05e3623a Clean up interface for running an imap url...no need to pass in a url listener. 1999-09-12 05:13:51 +00:00
mscott%netscape.com
1440c66c0d add nsIImapMockChannel CID and registration code. 1999-09-12 05:13:04 +00:00
mscott%netscape.com
50e5ac4e1b Bug #10933 displaying a message no longer involves spooling to a temp file! *yeah*
unfify copy and display code.
add save mesage to disk support.
1999-09-12 05:12:30 +00:00
mscott%netscape.com
d49399016b displaying a message no longer involves spooling to a temp file! *yeah*
Run display article urls through the webshell.
unify copy and display article code.
1999-09-12 05:11:45 +00:00
mscott%netscape.com
3a0b703487 news url action work. Also added save message to disk implementation. 1999-09-12 05:11:16 +00:00
mscott%netscape.com
ed77e4f208 Remove run news url method which shouldn't be exposed in the service. 1999-09-12 05:10:49 +00:00
mscott%netscape.com
0596f3245a Add notion of news actions to the url. 1999-09-12 05:10:08 +00:00
mscott%netscape.com
a0d6995209 Move save to disk related method to nsIMsgMessageUrl. 1999-09-12 05:09:33 +00:00
mscott%netscape.com
f5814ee532 Bug #10933 displaying a message no longer involves spooling to a temp file! *yeah* 1999-09-12 05:08:50 +00:00
mscott%netscape.com
39cbf1e821 Bug #10933 --> displaying a message no longer involves spooling to a temp file! *yeah*
unify copy listener with channel listener.
1999-09-12 05:08:33 +00:00
mscott%netscape.com
704a5a98c1 Bug #10933 --> displaying a message no longer involves spooling to a temp file! *yeah*
Run mailbox display urls through the webshell.
1999-09-12 05:07:59 +00:00
mscott%netscape.com
e136e62437 register as mailboxMessage protocol handler. 1999-09-12 05:07:23 +00:00
mscott%netscape.com
32493089cd rename nsIMsgUriUrl to nsIMsgMessageURI 1999-09-12 05:06:36 +00:00
mscott%netscape.com
bf478ebbbe Rename nsIMsgUriUrl to nsIMsgMessageURI because it now holds
attributes specific to message uris. Add methods to nsIMsgMessageURI for saving message to disk
1999-09-12 05:06:19 +00:00
mscott%netscape.com
68858a62a7 support nsIChannel interface. Part of Bug #10933 --> improve message display performance. 1999-09-12 05:05:28 +00:00