ducarroz%netscape.com
3287b8d609
Fix for bug 30188. We need to set the tree width to 0 if we want let the flex attribute do is job. This because trees have a fix width of 200px by default. R=mscott, A=phil,daver.
...
git-svn-id: svn://10.0.0.236/trunk@62117 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 04:57:59 +00:00
tonyr%fbdesigns.com
79190050ed
Convert strings to UTF8 when adding to the address book. b=29789, r=chuang@netscape.com a=phil
...
git-svn-id: svn://10.0.0.236/trunk@62099 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 01:15:00 +00:00
alecf%netscape.com
c19cc75064
second part of fix for #29714 - tie a particular SMTP server to a particular identity if the ISP requests it.
...
r=mscott
a=phil
git-svn-id: svn://10.0.0.236/trunk@62087 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 23:42:32 +00:00
alecf%netscape.com
73037d0bbd
fix for #29714
...
make sure to store the mServersLoaded=PR_TRUE even if there is some wierd pref failure
a=phil
r=mscott
git-svn-id: svn://10.0.0.236/trunk@62086 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 23:41:34 +00:00
mscott%netscape.com
098148d68e
Bug #22960 --> help improve message display performance. This routine would get called for each
...
line of data parsed by mime for displaying a message. It was making 4 copies of the line inside of it. I
used some nsString magic to reduce the number of allocations to just one! *yeah*
r=rhp
a=phil
git-svn-id: svn://10.0.0.236/trunk@62034 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 06:14:33 +00:00
rhp%netscape.com
a2b917430c
Just updating a test harness... THIS IS NOT PART OF ANY BUILD!
...
git-svn-id: svn://10.0.0.236/trunk@62033 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 06:14:01 +00:00
sspitzer%netscape.com
23c0ad524f
fix for #29894 , newsrc file corruption. need to truncate the newsrc when
...
we open it. otherwise, if we go to write it out and it has gotten smaller,
we will leave garbage at the end of the file. big thanks to Ken Dowling (kdowling@concentric.net ) reporting this bug. a=jar
git-svn-id: svn://10.0.0.236/trunk@62030 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 05:19:18 +00:00
jefft%netscape.com
74c08ebf9a
fixed bug 29746 - startup imap folder cache bypassed; reset online folder name should only happen when rename; a=phil,r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@62024 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 03:21:15 +00:00
putterman%netscape.com
66e28568be
a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
...
entire thread.
git-svn-id: svn://10.0.0.236/trunk@61990 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 22:33:25 +00:00
rhp%netscape.com
f7c52398b9
Fix for eating message bodies and missing auto linking - Bug 29759 - r: mscott - a: phil
...
git-svn-id: svn://10.0.0.236/trunk@61965 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 07:57:08 +00:00
mscott%netscape.com
926b691cf4
Bug #28984 --> use SetRecipients to set the recipients on the smtp url. I forgot to check this file
...
in with the rest of the files I checked in earlier.
r=sspitzer
a=phil
git-svn-id: svn://10.0.0.236/trunk@61961 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 06:38:34 +00:00
jefft%netscape.com
06c2eef296
fixed bug 25988 -- IMAP Subfolders appearing at 1st level instead of 2nd level; bug 26061 -- Rename a pop3 folder and its subfolders disappear; a=phil,r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@61955 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 05:17:53 +00:00
bienvenu%netscape.com
3a64981605
fix threading performance with header cache, r=mscott,a=phil 28233
...
git-svn-id: svn://10.0.0.236/trunk@61951 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 04:15:12 +00:00
bienvenu%netscape.com
ef34ef5cc5
fix utf7 encoding of folder names whose last char is non-ascii, r=jefft a=phil 26745
...
git-svn-id: svn://10.0.0.236/trunk@61950 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:58:53 +00:00
mscott%netscape.com
fb9a21c242
Bug #29650 --> add a cache stream listener which can mediate between the cache channel and the mock channel
...
when broadcasting onstart/on stop, etc. notifications to the end consumer
r=bienvenu
a=phil
git-svn-id: svn://10.0.0.236/trunk@61945 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:10:06 +00:00
mscott%netscape.com
7044f74c40
Bug #28984 --> add a getter & setter for recipients. The recipients are now stored as a field in the smtp url
...
instead of as part of the url spec.
r=sspitzer
a=phil
git-svn-id: svn://10.0.0.236/trunk@61944 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:08:05 +00:00
mscott%netscape.com
34d24a7a52
Bug #28984 --> add a getter & setter for recipients
...
r=sspitzer
a=phil
git-svn-id: svn://10.0.0.236/trunk@61943 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:07:10 +00:00
sspitzer%netscape.com
868f9e4c12
fix for #29647 . fix pref stickiness issue. r=ben, a=jar,rickg
...
git-svn-id: svn://10.0.0.236/trunk@61942 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 02:50:09 +00:00
alecf%netscape.com
728bb9c7ef
fix for #29586 r=rickg a=rickg
...
bandaid fix to make <p> tag wrap the paragraphs
git-svn-id: svn://10.0.0.236/trunk@61940 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 02:47:45 +00:00
ducarroz%netscape.com
bb86a6c6d4
FIx for bug 28349, don't addref a null pointer oh dude!. R=alecf, A=phil
...
git-svn-id: svn://10.0.0.236/trunk@61914 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:32:14 +00:00
hangas%netscape.com
11339759da
Fix 29654 (Unable to Delete messages or Cancel News Messages from menu) r=mscott, a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61905 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 21:57:50 +00:00
hangas%netscape.com
55b379594e
Fix 29383 (Calling address picker twice causes hang) r=mscott, a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61903 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 21:53:02 +00:00
jefft%netscape.com
06dfd0301e
bug 29340 -- Message sent before logging into mail shows logon failed message; a=phil,r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@61891 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 21:01:53 +00:00
rhp%netscape.com
053dcf4c49
Finally correcting the nsIXULWindow issue in nsMsgSend.cpp
...
git-svn-id: svn://10.0.0.236/trunk@61861 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 09:13:10 +00:00
rhp%netscape.com
44d924b87e
Fixing again..
...
git-svn-id: svn://10.0.0.236/trunk@61856 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 08:02:04 +00:00
rhp%netscape.com
a0cc13b393
Fixing breakage
...
git-svn-id: svn://10.0.0.236/trunk@61855 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:43:21 +00:00
rhp%netscape.com
36967dbd03
Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft
...
git-svn-id: svn://10.0.0.236/trunk@61852 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:04:24 +00:00
jefft%netscape.com
7eb66b31d4
fixed bug 28445 - [PDT+] Error displayed after selecting the renamed subfolders; bug 20366 - Unsuccessful IMAP folder rename makes folder disappear; r=bienvenu,a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61821 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 01:16:55 +00:00
alecf%netscape.com
1b216fafd4
fix for #29168
...
r=sspitzer
a=phil
allow us to switch between nativePath and URLString when using the picker in prefs/account manager
git-svn-id: svn://10.0.0.236/trunk@61820 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:52:51 +00:00
blizzard%redhat.com
7d5eae27a1
fix spelling of hander to handler. bug #29407 . r=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@61769 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 20:51:11 +00:00
mscott%netscape.com
817f77a55b
Bug #23788 --> implement logon redirection support for smtp.
...
r=bienvenu
a=phil
git-svn-id: svn://10.0.0.236/trunk@61760 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 09:04:44 +00:00
mscott%netscape.com
7032d57015
Bug #23788 --> add a string for noting that we are trying to connect to
...
the smtp server.
r=bienvenu
a=phil
git-svn-id: svn://10.0.0.236/trunk@61759 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 08:47:28 +00:00
mscott%netscape.com
0df88fd941
Bug #23788 --> in order for the logon redirector to work for smtp and imap we need to pass in a service ID request
...
token.
r=bienvenu
a=phil
git-svn-id: svn://10.0.0.236/trunk@61750 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 01:11:13 +00:00
mscott%netscape.com
c9952489fd
Bug #23788 --> add the ability to open connection given a host and port instead extracting them from the url.
...
This is necessary in order to implement 23788.
r=bienvenu
a=phil
git-svn-id: svn://10.0.0.236/trunk@61747 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 23:11:45 +00:00
putterman%netscape.com
487b03495b
a=phil. r=bienvenu. More work on 26456, speeding up Imap mail folder loading by
...
reusing dbhdr in syncflags.
git-svn-id: svn://10.0.0.236/trunk@61746 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 20:48:14 +00:00
putterman%netscape.com
cde007ea1e
a=phil. Fixes for 29184 and 29104 (r=alecf and bienvenu) Can now access and copy to a local
...
subfolder. Fix for 7844 (r=nhotta and bienvenu) Can now view Japanese local folders.
git-svn-id: svn://10.0.0.236/trunk@61745 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 20:46:39 +00:00
sspitzer%netscape.com
e12ad37e1a
fix for #29287 , r=alecf, a=jar. set defaults for the copies and folder prefs.
...
git-svn-id: svn://10.0.0.236/trunk@61741 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 07:42:09 +00:00
sspitzer%netscape.com
5ea6a0cd6d
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
...
git-svn-id: svn://10.0.0.236/trunk@61734 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:52:06 +00:00
hangas%netscape.com
3cf71b4fa1
Fix 28144 Make XP Toolkit widgets look more professional. r=german/scottip a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61715 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 01:21:51 +00:00
sspitzer%netscape.com
3ee3d2a564
fix for #26773 , alert when there is a network error in mailnews. r=mscott, a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61714 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 01:04:50 +00:00
bryner%uiuc.edu
fb74001790
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
git-svn-id: svn://10.0.0.236/trunk@61647 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 04:12:40 +00:00
hangas%netscape.com
f121e0dc44
Fix for PDT+ bug 23091 (Messages pref panel). r=scottip a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61636 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:56:02 +00:00
hangas%netscape.com
48aedc4548
Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61635 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:55:17 +00:00
bienvenu%netscape.com
4153c087cd
part of fix for 28891 r=mscott, a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61632 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:19:13 +00:00
alecf%netscape.com
8c46261451
last part of fix for #23411 - support login redirectors in SMTP servers
...
r=mscott a=phil
git-svn-id: svn://10.0.0.236/trunk@61625 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 00:59:56 +00:00
alecf%netscape.com
038c1198f9
additional string for #23411 r=sspitzer, a=phil
...
git-svn-id: svn://10.0.0.236/trunk@61624 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 00:57:47 +00:00
alecf%netscape.com
ae52ba6978
support to allow arbitrary ISPs to pre-fill any accounts in the account wizard.
...
r=sspitzer, a=phil
bug=#23411
git-svn-id: svn://10.0.0.236/trunk@61611 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 23:05:07 +00:00
bienvenu%netscape.com
7ead468123
fix logon referral stuff to put up error messages and reprompt a=phil,r=mscott 28201 28203
...
git-svn-id: svn://10.0.0.236/trunk@61584 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 04:27:16 +00:00
sspitzer%netscape.com
f6dc3d8e32
fix for #28530 , r=alecf, a=jar,phil
...
git-svn-id: svn://10.0.0.236/trunk@61558 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 02:03:11 +00:00
bienvenu%netscape.com
e8d192867e
fix unix build warning from last checkin - unused var
...
git-svn-id: svn://10.0.0.236/trunk@61509 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-23 20:59:59 +00:00