timeless%mac.com
0e386135db
fix bug 61802 javascript strict warnings in FilterEditor.js
...
patch by maolson@earthlink.net r=jag,timeless sr=sspitzer
2001-02-15 07:40:23 +00:00
timeless%mac.com
b71d08ff84
fix bug 53321 New text needed when no recipients are specified
...
patch by gemal@gemal.dk r=timeless,varada, sr=sspitzer
2001-02-15 06:49:15 +00:00
gayatrib%netscape.com
f680263283
Fix for bug 44591--Search UI: any state shows document done text. r=racham sr=bienvenu. This also fixes bugs 68221 and 44354.
2001-02-15 06:37:03 +00:00
sspitzer%netscape.com
c1c9a40d8c
fix js warnings. #68525 . thanks to hwaara for the patch. r=timeless, sr=alecf,sspitzer
fix exception when right clicking on an empty
thread pane. remove duplicated code. also,
disable "open in new window" and "edit as new" in the
thread pane context menu, if nothing is selected. sr=bienvenu. #60632
2001-02-15 06:29:47 +00:00
ducarroz%netscape.com
c17e1392b3
Fix for bug 67693. We need to be smarter when we retrieve the name of an AppleDouble attachment, it can be in any of the parts. Also We need to assign a default name if we don't have one for any kind of attachment. R=sspitzer, SR=bienvenu
2001-02-15 05:49:50 +00:00
ducarroz%netscape.com
6910afc4ed
Fix for bug 68212. Oops, I've ifdefed too much code. R=sspitzer, SR=mscott, A=asa
2001-02-15 00:05:02 +00:00
jgmyers%netscape.com
acd8e09d3e
remove dead code: bug 63834 r=ducarroz sr=sspitzer
2001-02-14 21:56:21 +00:00
chuang%netscape.com
86f32ea8b4
bug57021 Mailing list msg displays multiple copies of addressees. r=ducarroz, sr=bienvenu
2001-02-14 21:08:41 +00:00
chuang%netscape.com
26bf7ba9ee
Bug68000 JS exception in stand alone message window, r=bienvenu, sr=sspitzer
2001-02-14 20:32:03 +00:00
disttsc%bart.nl
7e876d6871
"javascript strict warnings in importDialog.js". bug=60632, author=Mark Olson <maolson@earthlink.net>, r=tonyr, r=chuang, sr=sspitzer
2001-02-14 01:28:54 +00:00
jgmyers%netscape.com
22b7b1c8ac
fix SMTP/SSL prefs: bug 32018 r=brendan sr=sspitzer
2001-02-14 01:18:33 +00:00
naving%netscape.com
251ccb942a
50722, 58083. sr=sspitzer, bienvenu No need to reset the ImapConnection. The IMAP code
...
now uses the exisiting connection.
2001-02-14 00:17:15 +00:00
hewitt%netscape.com
831130b511
68709 - mail text change (for stephend), r=hewitt, sr=sspitzer
2001-02-13 23:55:46 +00:00
pinkerton%netscape.com
105d3c555e
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00
timeless%mac.com
34cf943a88
fix bug 61801 javascript strict warnings in FilterListDialog.js
...
patch by maolson@earthlink.net , r=jag, sr=sspitzer
2001-02-13 14:40:49 +00:00
timeless%mac.com
302419b9f1
fix bug 68484 Account Manager : Change "Delete" to "Remove Account"?
...
patch by stephend@netscape.com , r=racham, sr=sspitzer
2001-02-13 05:37:59 +00:00
timeless%mac.com
2c964c8a0c
fix bug 48668 Blank line before URL when selecting Send Page
...
patch by gemal@gemal.dk , r=timeless, sr=alecf
2001-02-13 05:06:33 +00:00
timeless%mac.com
57db0ee9d5
fix bug 67827 don't linkify single words in account central UI
...
fix by stephend@netscape.com , r=timeless, sr=bienvenu
2001-02-13 04:58:46 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
jgmyers%netscape.com
cb0d7ce9dc
fallback to HELO even if SMTP AUTH enabled: bug 67538 r=bryner sr=mscott
2001-02-13 02:09:25 +00:00
naving%netscape.com
21523819cc
64982. sr=sspitzer, bienvenu. No need to add back the folder. It is the same
...
folder.
2001-02-12 22:25:12 +00:00
nhotta%netscape.com
903759571a
Changed to pass a default charset to MIME decoder.
...
The decoder can use the default if it's indicated in case no charset specified in the header itself,
bug 66098, r=ducarroz, sr=bienvenu.
2001-02-12 21:55:19 +00:00
naving%netscape.com
445d676a15
63866. sr=sspitzer, bienvenu. Get Subfolders for 'trash' and not 'this'
2001-02-12 21:38:48 +00:00
blakeross%telocity.com
a2f95e1567
Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu
2001-02-12 21:31:45 +00:00
timeless%mac.com
1f4e4d4a22
fix bug 68194 Wording changes to Account Settings panel
...
patch by stephend@netscape.com r=timeless, sr=sspitzer
2001-02-12 06:24:30 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
mscott%netscape.com
44db925b3f
work around to get opening mail attachments and replying to
...
messages working again (Bugs #68392 and 68371). For imap, if the
AsyncRead on the cache entry returns any kind of error, punt on reading
from the mem cache and hit the network again.
2001-02-10 08:43:32 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
sspitzer%netscape.com
594ccab80a
performance tweak. see #68174
2001-02-09 06:33:32 +00:00
sspitzer%netscape.com
b17c3afa80
NOT PART OF THE BUILD.
2001-02-09 00:23:50 +00:00
sspitzer%netscape.com
4dd563b1ab
hoy hoy hoy! NOT PART OF THE BUILD.
2001-02-08 23:57:20 +00:00
sspitzer%netscape.com
094bf1570e
NOT PART OF THE BUILD.
2001-02-08 23:44:47 +00:00
sspitzer%netscape.com
c691cb7d58
more hacking with the anipals. NOT PART OF THE BUILD.
2001-02-08 22:43:29 +00:00
sspitzer%netscape.com
2f3828d92a
more hacking with bienvenu. NOT PART OF THE BUILD.
2001-02-08 22:04:50 +00:00
sspitzer%netscape.com
e7ec23f934
NOT PART OF THE BUILD. more hacking with bienvenu.
2001-02-08 22:02:48 +00:00
bienvenu%netscape.com
6ec056d99e
more work on db view NOT PART OF BUILD
2001-02-08 17:46:54 +00:00
sspitzer%netscape.com
505128d9df
NOT PART OF THE BUILD.
2001-02-08 06:18:32 +00:00
sspitzer%netscape.com
ee660ff012
NOT PART OF THE BUILD. hacking with bienvenu...
2001-02-08 06:17:57 +00:00
bienvenu%netscape.com
25f3ecc06f
more work on db view NOT YET PART OF BUILD
2001-02-08 03:27:25 +00:00
sspitzer%netscape.com
da13eb13bf
fix for #63186 , crash in subscribe dialog. the UW IMAP server
...
is sending us folders names that aren't modified UTF7 and this
causes us to crash. also fix a warning.
r=jgmyers,sr=bienvenu,a=brendan
2001-02-08 02:54:21 +00:00
bienvenu%netscape.com
109ba24e00
fix one cause of 67989, meteors never stop spinning in mail news r/sr mscott/sspitzer a=brendan
2001-02-08 01:55:35 +00:00
ducarroz%netscape.com
c4b5636473
Fix for bug 37697. noHTMLRecipient wasn't retreived correctly. R=sspitzer, SR=mscott, A=asa
2001-02-08 00:17:58 +00:00
jgmyers%netscape.com
f9d9506902
fix MIME encoded-word decoder: bugs 51453 58114 r=ducarroz sr=sspitzer a=asa
2001-02-08 00:12:50 +00:00
bienvenu%netscape.com
c62ba44d30
change name of view type to avoid conflicts NOT PART OF BUILD
2001-02-07 19:27:59 +00:00
bienvenu%netscape.com
80930790a7
add files to build so Seth and I can work on them NOT PART OF BUILD
2001-02-07 19:27:00 +00:00
sspitzer%netscape.com
d8c36f9657
checking in a file so bienvenu and I can hack away.
...
NOT PART OF THE BUILD.
2001-02-07 18:45:12 +00:00
disttsc%bart.nl
6a26ac8b5d
Fix bustage. nsMoveMailService:: -> nsMovemailService::
2001-02-07 08:47:55 +00:00
ducarroz%netscape.com
94f6679a77
Fix Windows build bustage. Forget to return a value.
2001-02-07 08:14:38 +00:00
syd%netscape.com
2c65c4549c
Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
...
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
racham%netscape.com
23f03e2797
Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer
2001-02-07 07:37:04 +00:00