alecf%netscape.com
eb71a72b2b
fix for #26762 - I forgot to check in this file, just make sure to pass in the event to the delete handler.
...
r=sspitzer
2000-02-07 08:54:59 +00:00
rhp%netscape.com
7e781c43ea
This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft
2000-02-07 03:06:51 +00:00
bienvenu%netscape.com
1009440601
don't unescape urls before loading messages,r=mscott
2000-02-07 02:09:13 +00:00
bienvenu%netscape.com
ece14626a0
allow creation of folders with double-byte characters r=putterman, 26745
2000-02-07 00:20:37 +00:00
sspitzer%netscape.com
fde4b7c9ae
hande -mail properly, using the nsICmdLineHandler interface
2000-02-06 13:05:29 +00:00
sspitzer%netscape.com
72d8e4bf7a
be consistent with how we define the incoming server prog ids. add a debugging
...
printf (for me only). r=alecf
2000-02-06 06:51:24 +00:00
pp%ludusdesign.com
cc01ef5223
Converting ::GetIID() to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-06 03:18:27 +00:00
alecf%netscape.com
c016567550
update some strings, no reviewer
2000-02-05 08:09:02 +00:00
alecf%netscape.com
1d50ce82b9
add ispUtils.js (not used yet)
2000-02-05 08:06:54 +00:00
alecf%netscape.com
ffdcb5b041
add ISP default example files (not part of build)
2000-02-05 08:05:53 +00:00
alecf%netscape.com
f161287e46
move from nsAutoCString to nsCAutoString r=sspitzer
2000-02-05 06:11:46 +00:00
bienvenu%netscape.com
4288f5ddc1
fix escaping of user name (r=alecf) also fix build bustage
2000-02-05 01:19:38 +00:00
alecf%netscape.com
9c7d859963
add the service provider datasource to the base factory
...
r=sspitzer
2000-02-05 01:17:03 +00:00
alecf%netscape.com
c1086d954b
export nsMsgServiceProvider.h on the mac
...
r=sspitzer on this and last 2 checkins
2000-02-05 01:16:07 +00:00
alecf%netscape.com
51304c5c60
added files: mozilla/mailnews/base/src/nsMsgServiceProvider.cpp
2000-02-05 01:15:03 +00:00
alecf%netscape.com
998fef80e7
add nsMsgServiceProvider to the unix and windows builds
2000-02-05 01:13:11 +00:00
alecf%netscape.com
7bf73d44eb
first checked in (not part of build)
2000-02-05 01:10:24 +00:00
alecf%netscape.com
d8ec76801c
hook up Set Default Account and clean up delete account
...
r=sspitzer
2000-02-05 01:07:19 +00:00
alecf%netscape.com
96556da80b
implement Get/SetDefaultAccount
...
r=sspitzer
2000-02-05 01:06:27 +00:00
putterman%netscape.com
1be1c40f35
If a message that is loaded in the message pane is selected again,don't reload it.
...
r=mscott.
2000-02-04 15:19:57 +00:00
mscott%netscape.com
b1f1fbcb8d
more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
...
application layer into the webshell/docshell layer.
r=travis
2000-02-04 08:45:34 +00:00
bienvenu%netscape.com
988bb610b4
break out method for getting folder cache elem from file spec, r=sspitzer
2000-02-04 05:48:50 +00:00
putterman%netscape.com
eb3aa13465
sorting and threading now remember selection. Removed Test5000 message. Cleaned up
...
js a bit and moved globals into one function. r =alecf.
2000-02-04 01:56:38 +00:00
jefft%netscape.com
342229275a
fixed bug 26169 -- Sending message appears to fail if the Sent folder not yet parsed; r=scottip
2000-02-03 23:40:09 +00:00
alecf%netscape.com
db6016c70e
use some new macros to bulletproof and add assertions
...
(had some wierd problems that this helped debug)
2000-02-03 08:15:03 +00:00
alecf%netscape.com
74864c3fde
get rid of more debug messages, and clean up a variable with nsCOMPtr
...
r=sspitzer
2000-02-03 07:30:05 +00:00
alecf%netscape.com
91d29ee900
remove a DEBUG_alecf message that was haunting me
2000-02-03 07:28:08 +00:00
alecf%netscape.com
07090ee34f
comment out controller noise (no reviewer, just hiding dump()s)
2000-02-03 07:16:05 +00:00
sspitzer%netscape.com
efbb62e4f6
make mailnews use the "no stripping url" wallet interface.
...
fix the url mangler and single signon to work when we use the "no stripping url" interface.
2000-02-03 06:43:12 +00:00
sspitzer%netscape.com
96a0249281
change to allow someone to use the "no strip url" interface in wallet.
...
no one is using it yet, because it doesn't work.
r=mscott
2000-02-03 05:01:42 +00:00
valeski%netscape.com
41512e1d6a
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
bienvenu%netscape.com
7f2373350f
don't delete source message when moving from local to imap until we've finished the append, r=jefft 23444
2000-02-03 01:29:58 +00:00
nhotta%netscape.com
c32f0101be
Added a special handling for Japanese only, bug 5894, r=ftang.
2000-02-02 23:03:33 +00:00
hangas%netscape.com
aef44fba1e
Fix bug 25139, disable menu items that are not fuctional. r=mscott
2000-02-02 22:42:45 +00:00
alecf%netscape.com
5e9de002d8
remove deprecated GetCurrent[Server|Identity] calls, and fix all callers
2000-02-02 07:28:23 +00:00
mscott%netscape.com
efc9dae27c
Fix a webshell leak where someone wasn't using a nsCOMPtr!! shame on you...this caused us to leak
...
a webshell whenever we called nsMessenger::SetWindow. this fixes a slew of mailnews leaks causing
us to leak all our mail folders, mail messages, etc.!
r=scottip
2000-02-02 05:48:48 +00:00
amusil%netscape.com
55c55c8ad2
Moved AddExtraAddressProcessing() call to after the creation of the currentAddressData object. r=mscott
2000-02-02 03:14:29 +00:00
alecf%netscape.com
2c0b870f87
minor aesthetic updates to account wizard
...
r=sspitzer
2000-02-02 02:02:12 +00:00
alecf%netscape.com
a15d27bfc3
update some strings to remove Mozilla/Netscape specific wording
...
(just text change, no reviewer)
2000-02-02 02:01:23 +00:00
putterman%netscape.com
b8355c48b1
Fix for 25473. Make biff work when checking every 0 minutes. r=alecf.
2000-02-02 01:47:13 +00:00
putterman%netscape.com
e3af0aa031
Fix for 8405. Japanese shows up in thread pane sender column. r=nhotta, waterson.
2000-02-02 01:46:24 +00:00
sspitzer%netscape.com
6a54cacf67
code clean up. r=alecf
2000-02-01 07:14:54 +00:00
sspitzer%netscape.com
e39c42f4fd
migrate the "mail.imap.server.<hostname>.server_sub_directory" pref from 4.x
...
and add serverDirectory to the nsIImapIncomingServer interface, and hook up the advanced imap server ui to use it. r=alecf
2000-02-01 06:51:07 +00:00
jefft%netscape.com
61e188bf49
fixed build bustage
2000-02-01 06:36:35 +00:00
jefft%netscape.com
2918243940
fixed bug 24407 -- Remove obsoleted menu item - LoadFirstDraft; r=scottip
2000-02-01 06:06:22 +00:00
alecf%netscape.com
03ae6d3c96
general cleanup of account manager, and finish implementation of IMAP advanced dialog
...
r=sspitzer
2000-02-01 06:00:29 +00:00
alecf%netscape.com
ee69ba718d
clean up the account manager, and add a new advanced IMAP dialog
...
r=sspitzer
2000-02-01 03:34:48 +00:00
alecf%netscape.com
f63746830e
update account wizard, to make it look nicer
...
r=sspitzer
2000-02-01 03:26:18 +00:00
ducarroz%netscape.com
4f851be879
fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a
2000-02-01 01:53:01 +00:00
alecf%netscape.com
69e26fba3e
enlarge the account wizard slightly to acommadate windows large fonts
...
no reviewer, just a geometry change
2000-02-01 01:49:50 +00:00