alecf%netscape.com
fc98ec7e24
implement mapping from server.type to IID
1999-09-17 23:59:51 +00:00
fergus%netscape.com
c2701cfe5e
Adding localization comments
1999-09-17 23:59:23 +00:00
alecf%netscape.com
202760350e
it's ok to return null from a pref read
1999-09-17 23:56:39 +00:00
sfraser%netscape.com
ef1b70ce79
Fix a broken CLSID macro
1999-09-17 23:42:37 +00:00
alecf%netscape.com
dfc76d301a
add SMTP and advanced pages to account manager
1999-09-17 23:41:29 +00:00
tao%netscape.com
01d9396f83
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
fergus%netscape.com
8df315eda4
Adding localization notes.
1999-09-17 23:31:01 +00:00
hangas%netscape.com
0d0c20aaa5
Modifying commandUpdater JS code to be more efficient.
1999-09-17 23:24:04 +00:00
jefft%netscape.com
7fc107fdca
register message/rfc822 to text/html stream converter
1999-09-17 23:23:03 +00:00
jefft%netscape.com
ec5439953b
use message uri instead of protocol url spec for openning attachment
1999-09-17 23:21:58 +00:00
jefft%netscape.com
7587ee2e54
remove debug only save attachment menubar
1999-09-17 23:20:51 +00:00
jefft%netscape.com
da4498e2b2
removed SaveAttachmentURL
1999-09-17 23:19:34 +00:00
jefft%netscape.com
9cb5f7bc64
define text/html converter progid
1999-09-17 23:18:47 +00:00
jefft%netscape.com
7f540bfd6b
moved CreateStartupUrl() to nsMsgUtils
1999-09-17 23:17:53 +00:00
jefft%netscape.com
97a227b5b7
add CreateStartupUrl() utility routine
1999-09-17 23:17:03 +00:00
jefft%netscape.com
67012f4a82
implemented Save As file type equals html & plain text; frame work for saving attachment
1999-09-17 23:16:07 +00:00
jefft%netscape.com
3abf4e5526
added OpenAttachment()
1999-09-17 23:15:02 +00:00
putterman%netscape.com
61f529773f
more performance work for loading folders without .msf files or that have to have
...
headers downloaded.
1999-09-17 23:12:44 +00:00
alecf%netscape.com
34c6081163
oops, raptorhtml isn't loaded with apprunner, so we do need to load this after all
1999-09-17 22:53:48 +00:00
alecf%netscape.com
391c2570a4
fix stupid linkage
1999-09-17 21:17:47 +00:00
alecf%netscape.com
77133afc5b
fix bogus linking
1999-09-17 21:13:17 +00:00
chjung%netscape.com
176f7f2ebb
[chjung 09/17/99] add Localization notes
1999-09-17 21:07:43 +00:00
ducarroz%netscape.com
58c090b509
NS_INIT_REFCNT must be called before any return else we crash. Fix for bug 14163
1999-09-17 20:47:26 +00:00
alecf%netscape.com
a1d60b3bbd
link mime emitter against NSPR
1999-09-17 20:35:09 +00:00
alecf%netscape.com
0682a4a14d
don't need to link mime against js anymore
1999-09-17 20:33:14 +00:00
alecf%netscape.com
70f342ee82
link addressbook against nspr
1999-09-17 20:32:43 +00:00
alecf%netscape.com
eff29f4f5c
don't need to link identity against mozjs anymore
1999-09-17 20:32:08 +00:00
alecf%netscape.com
c5a3b36250
don't need to link compose against raptor anymore
1999-09-17 20:31:32 +00:00
ducarroz%netscape.com
dcd1e4aaaa
cleanup
1999-09-17 20:28:22 +00:00
ducarroz%netscape.com
58359dc85c
elimnate redundancy, bug 10539
1999-09-17 20:27:46 +00:00
mscott%netscape.com
1ea3e65790
Bug #14021 --> convert nsIURI into a nsISupports before passing in to avoid an nsCOMPtr assert later on.
1999-09-17 20:13:59 +00:00
bienvenu%netscape.com
581fed192a
fix notification text to include folder
1999-09-17 20:13:54 +00:00
bienvenu%netscape.com
96e61e0abb
fix imap msg flagging
1999-09-17 20:13:42 +00:00
mscott%netscape.com
b1bb0349f1
remove unwanted class id.
1999-09-17 20:13:23 +00:00
bienvenu%netscape.com
3b3aa9b8df
fix news to use folder cache
1999-09-17 20:13:22 +00:00
mscott%netscape.com
c297cc21e6
Bug #14114 --> when downloading new messages, if we can't create
...
a mailbox parser, don't abort the download, just don't use the parser
this happens when you try to get new messages for an inbox we don't
have a mail summary file for. We can still add the new messages
to the berkley mail folder...
1999-09-17 20:12:58 +00:00
sspitzer%netscape.com
8daa218d4e
more changes for simple subscribe. now, it writes out the new newsgroup to the newsrc file, so it will be there when you quit and come back.
1999-09-17 11:43:24 +00:00
sspitzer%netscape.com
63cfc38ee7
don't create the empty file. (cut and paste error.) pass PR_TRUE to Open() so it creates the summary file. all that's left is writing out <newsgroupname>: to the newsrc file, and simple subscribe is done!
1999-09-17 10:59:54 +00:00
sspitzer%netscape.com
394bdcb3a2
don't make it unique.
...
later, we may need to has the newsgroup name so that it's safe for
the native file system.
1999-09-17 10:35:26 +00:00
sspitzer%netscape.com
1a29bb4617
remove unused / dead code that I copied and pasted a while ago.
...
start the work to make "New Folder" behave like simple subscribe for news.
1999-09-17 10:17:26 +00:00
sspitzer%netscape.com
5ea55a94a3
this is a nsresult, not NS_IMETHODIMP. look at the header file.
...
it probably doesn't matter.
1999-09-17 10:16:41 +00:00
sspitzer%netscape.com
19d7f70f69
don't check the return value of Exists.
...
it's failing for some reason (don't know yet) and this is causing
migration to fail. I'll look into this tomorrow.
1999-09-17 10:15:45 +00:00
alecf%netscape.com
a3947dd219
make the UI look better by making this textbox bigger
1999-09-17 09:03:12 +00:00
alecf%netscape.com
2997694d45
save prefs file when closing account manager and account wizard, in case we crash later.
1999-09-17 08:04:54 +00:00
alecf%netscape.com
8aeb00e354
add new SMTP pane to account manager
1999-09-17 06:56:22 +00:00
alecf%netscape.com
4f6483c895
make the signature an nsIFileSpec for right now
1999-09-17 06:43:27 +00:00
sspitzer%netscape.com
a22dacff6a
fix for #14125
...
when creating a new news server with the account wizard, the newsrc file that it creates
should be a file, and not a directory.
1999-09-17 06:38:51 +00:00
mscott%netscape.com
9a703342b2
export new compose messages properties file
1999-09-17 05:04:10 +00:00
mscott%netscape.com
c897447c56
Export new properties file.
1999-09-17 05:00:36 +00:00
mscott%netscape.com
4d68eca001
export the new compose messages properties page.
1999-09-17 04:59:12 +00:00