Commit Graph

5581 Commits

Author SHA1 Message Date
bienvenu%netscape.com
9adfdc2ef9 some performance improvements for header parsing 1999-09-21 00:06:25 +00:00
mscott%netscape.com
c1f1dcf3a2 let sidebar take up all of the vertical space and shift the menus over to line up with the toolbar.
Thanks to Paul Hangas for this cool suggestion.
1999-09-21 00:05:52 +00:00
chjung%netscape.com
0e40d2b6dc [chjung 990920] add localization notes 1999-09-20 23:29:30 +00:00
sspitzer%netscape.com
2bb4389148 fix for #14324.
properly migrate the smtp server from 4.x using the SmtpService
1999-09-20 22:32:03 +00:00
chuang%netscape.com
0410535e26 Fix bug 13904 Preferences: Mail and News typos 1999-09-20 22:16:14 +00:00
chuang%netscape.com
f1ef4d55c4 Fix missing the last row when importing ldif file 1999-09-20 22:13:54 +00:00
jefft%netscape.com
ffbed73cfa enabled SaveAttachment 1999-09-20 21:07:22 +00:00
jefft%netscape.com
59f069855f enabled SaveAttachment; added displayName & messageUri when calling openAttachment 1999-09-20 21:05:52 +00:00
jefft%netscape.com
2fd30a033c fixed linux build warning 1999-09-20 21:04:12 +00:00
jefft%netscape.com
01f228dc42 added two more arguments for openAttachment() 1999-09-20 21:00:51 +00:00
bienvenu%netscape.com
f63920c9a2 fix busted imap by changing SetSpec to take a const char * 1999-09-20 16:32:00 +00:00
bienvenu%netscape.com
00c4532941 fix busted imap by changing SetSpec to take a const char * 1999-09-20 16:26:50 +00:00
bienvenu%netscape.com
abc6d920a6 fix mismatched delete 1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
d37921d284 fix memory leak 1999-09-20 14:56:08 +00:00
sspitzer%netscape.com
95fca3acb9 fix bug #10235
implement "pre-select the right identity when composing based on folder pane selection" feature.
1999-09-20 08:13:27 +00:00
alecf%netscape.com
1c73f4b09a fix icon for inbox with new messages 1999-09-20 06:51:10 +00:00
alecf%netscape.com
d00bbb5f58 don't build identity test anymore, we can get at this stuff from JS 1999-09-20 06:50:45 +00:00
alecf%netscape.com
95f9061092 depricate old SMTP API. 1999-09-20 06:50:21 +00:00
alecf%netscape.com
ba853f1847 be smarter about building up list of SMTP servers, don't keep appending onto the pref 1999-09-20 06:49:33 +00:00
sspitzer%netscape.com
70f87bf0b0 fix for #14316. only one identity was showing up in compose! 1999-09-20 04:05:37 +00:00
sspitzer%netscape.com
ca2ce65b99 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
alecf%netscape.com
26395da238 make the account wizard use the new SMTP stuff 1999-09-20 02:11:19 +00:00
alecf%netscape.com
7f6277685d oops, I checked in the wrong line! Should be setting the source, not dumping 1999-09-20 01:55:13 +00:00
ducarroz%netscape.com
0680374fe6 Autocomplete add default domain if needed 1999-09-20 00:49:53 +00:00
alecf%netscape.com
93493186dd fix up more layout problems. layout is way too screwy for me. 1999-09-20 00:04:55 +00:00
alecf%netscape.com
ff22c4f706 turn off vard for PR1 1999-09-20 00:04:15 +00:00
alecf%netscape.com
1b434f88c2 get rid of advanced pane for now 1999-09-20 00:03:47 +00:00
alecf%netscape.com
c013c586cb update SMTP server pane to reflect latest specs 1999-09-20 00:03:15 +00:00
alecf%netscape.com
8b6735cc41 add support for the default SMTP server as a source and destination, and don't freak out when there's no account (default to "global") 1999-09-20 00:02:07 +00:00
alecf%netscape.com
6e6f6922ea rename default server attribute, and change default smtp prefix to "smtp" instead of "server" 1999-09-19 23:58:57 +00:00
alecf%netscape.com
7a81c47ed7 fix problem where we forgot to append "." to the server key 1999-09-19 23:57:53 +00:00
mccabe%netscape.com
4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
alecf%netscape.com
994043abff allow char properties to return null instead of throwing an exception 1999-09-19 23:35:53 +00:00
alecf%netscape.com
ce26ba85b9 be a little smarter about SMTP servers - create the default one on demand 1999-09-19 23:33:49 +00:00
alecf%netscape.com
c1b1098e55 I need real ProgIDs, not these fakes. 1999-09-19 23:19:53 +00:00
sspitzer%netscape.com
d9bde9f94b fix for #14268. change all PR_ASSERT() to NS_ASSERTION(). PR_ASSERT() calls abort and that ain't cool. 1999-09-19 22:19:27 +00:00
putterman%netscape.com
180dd31742 Fix 13475. You can now close and reopen mail 3 pane. 1999-09-19 22:02:12 +00:00
alecf%netscape.com
70719fc56c remove stupid debugging 1999-09-19 22:01:24 +00:00
alecf%netscape.com
7ad9a678b2 more spacer cleanup 1999-09-19 22:00:55 +00:00
alecf%netscape.com
30093187ba hrm. html spacer seem to do wierd things inside boxes 1999-09-19 22:00:29 +00:00
alecf%netscape.com
0f56d5e0c3 fix support for when someone enters a blank entry in a filespec textbox 1999-09-19 20:49:30 +00:00
alecf%netscape.com
afb1f412f4 Server panel update:
- make pop deck appear even after visiting a non-POP deck!
- add local mail directory
1999-09-19 20:48:30 +00:00
alecf%netscape.com
96f89ab9bb remove my idiocy 1999-09-19 20:29:53 +00:00
alecf%netscape.com
eb321dd917 add html:select template example for waterson 1999-09-19 19:55:30 +00:00
sspitzer%netscape.com
b51994cbe8 fix a couple of my warnings. 1999-09-19 19:43:25 +00:00
alecf%netscape.com
cddb3bbc74 oops, didn't mean to check in the blank value 1999-09-19 09:36:18 +00:00
alecf%netscape.com
9fbb586804 fix layout of main panel
add support for nsIFileSpec style fields
1999-09-19 09:34:59 +00:00
alecf%netscape.com
08a45e2d32 add css (not used yet, only part of unix build) 1999-09-19 09:34:11 +00:00
alecf%netscape.com
96b1c25582 use the onselect event instead of onclick, and load the first item when the window opens 1999-09-19 01:34:10 +00:00
alecf%netscape.com
d9ce6ac91c don't flip out when we load a non-server page 1999-09-19 00:59:47 +00:00