bienvenu%netscape.com
b3626a6ff3
fixes for msg threading, r=scottip
1999-11-10 00:44:45 +00:00
bienvenu%netscape.com
08275ee4e5
more work on imap pending counts,r=jefft
1999-11-10 00:42:55 +00:00
bienvenu%netscape.com
801c04575d
move folder cache to account mgr, per alecf, fix pending counts r=jefft
1999-11-10 00:41:52 +00:00
sspitzer%netscape.com
fbad7d4b14
add bulletproofing for bug #15093 . bug still exists, but this code and assertion is needed.
1999-11-10 00:14:29 +00:00
sspitzer%netscape.com
d61e43bac6
fix comment.
1999-11-10 00:12:37 +00:00
sspitzer%netscape.com
0b66101f18
fix warnings.
1999-11-10 00:12:22 +00:00
sspitzer%netscape.com
aef39e2938
fix for #18260 , r=mscott. if we had a pop server in 4.x, upon migration, set
...
the send later uri pref to the "Unsent Messages" folder under that pop account.
1999-11-10 00:12:08 +00:00
sspitzer%netscape.com
ee2c67f489
don't build smtpTest anymore, it's obsolete. r=mscott
1999-11-10 00:10:40 +00:00
sspitzer%netscape.com
5596deec51
fix for the regression I introduced. when we send the 'MAIL FROM:' command to the SMTP server, we want to send it 'MAIL FROM: <sender>', not 'MAIL FROM: <Foo Bar <fbar@xyz.com>>'. my SMTP server allowed 'MAIL FROM: <Seth Spitzer <sspitzer@netscape.com>>' which is why I didn't catch this.
1999-11-09 19:25:39 +00:00
bienvenu%netscape.com
118e74ff2b
write out folder cache on messenger bootstrap shutdown a=chofmann,r=rhp 18306
1999-11-09 03:19:01 +00:00
rhp%netscape.com
088edd7fd8
Fix for format=flowed plain text - Part of 17983 fix - r: rhp
1999-11-09 03:09:28 +00:00
rhp%netscape.com
f4a331f24b
Fix for quoting problem - Bug #17983 - r: alecf
1999-11-09 03:05:10 +00:00
sspitzer%netscape.com
302bb5c02a
fix for #18128 , r=alecf, a=chofmann
...
fix the broken icon.
1999-11-09 02:54:00 +00:00
sspitzer%netscape.com
7d32c76a59
fix for #17956 , a=chofmann. fix by ducarroz, r=sspitzer
1999-11-09 02:07:58 +00:00
hangas%netscape.com
c3bb4a1e3e
Hacked Undo/Redo menus to always appear enabled. This is a work-around for the issue where menus steal focus and therefore break command updating. r=sspitzer a=chofmann
1999-11-09 02:07:40 +00:00
sspitzer%netscape.com
c4823dd820
fix for #17956 and #18084 .
...
#17956 is reply fails if message in local mail folder
fix (by ducarroz) is to remove the temporary code.
#18084 is sending email fails in certain cases
the problem is we were sending the wrong info to the SMTP server.
when we sent "MAIL FROM: <address>" to the SMTP server we sent
the smtp username and not the full name built from the identity.
most of the changes are to support passing the identity around.
I also added code so that the smtp username is used on the mailto url spec.
we'll need that later, when we support multiple smtp servers and ESMTP.
r=alecf
a=chofmann
1999-11-09 02:04:06 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
sspitzer%netscape.com
6ffdc40813
fix for #18064 , r=alecf, a=choffman.
...
only create the local mail account if the user migrates from imap, or if the
user creates an imap server and they don't have a local mail account.
1999-11-06 01:22:28 +00:00
putterman%netscape.com
a59c864e44
Workaround for 18088. make delete toolbar button work for thread pane. reviewed by
...
hangas approved by chofmann.
1999-11-05 22:21:41 +00:00
jefft%netscape.com
6bd8333c52
fixed bug 17928 - undo is not working for thread pane; this is the backend fix of the problem; creating TransactionManager in nsMsgWindow instead of in nsMessenger; r=bienvenu,a=chofmann
1999-11-05 05:23:15 +00:00
hangas%netscape.com
b03d49dc03
Command updating and dispatching changes for menu items. Fixes 17848. r=hyatt, a=chofmann
1999-11-05 02:21:47 +00:00
sspitzer%netscape.com
c1561c3f0d
fix warning and fix bug #18036 , r=bienvenu, a=chofmann.
...
prevent the infinite loop when applying filters to mail if a filter
rule uses an arbitrary header.
1999-11-05 01:58:03 +00:00
sspitzer%netscape.com
8ece75d962
better fix for #17597 , r=mscott, a=chofmann.
...
instead of setting the action for the url, check if we have a channel listener.
this is a cleaner fix, and now the quoting back end doesn't need to know about
the nntp url.
1999-11-04 20:02:31 +00:00
jefft%netscape.com
d823ab1000
fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann
1999-11-04 19:47:21 +00:00
putterman%netscape.com
0b5d621294
Fix for 17987. Approved by chofmann and reviewed by hangas.
1999-11-04 19:38:11 +00:00
jefft%netscape.com
090c4fb921
fixed bug 17925 -- pop3 get all message again; restore old behavior; always set leave message on server; r=rhp, a=chofmann
1999-11-04 15:27:29 +00:00
rhp%netscape.com
690a85357f
Changes for String Bundle problem in forwarding - Bug #: 12345 - r: jefft - approved: chofmann
1999-11-04 13:59:26 +00:00
waterson%netscape.com
24d414017c
Bug 17946. Trees must be contained within a fixed div. r=hyatt, a=jack
1999-11-04 08:33:08 +00:00
jefft%netscape.com
1666a188ef
partial fix for bug 12345 - unable to forward message; check for valid url before calling msg_pick_real_name() to prevent crashing; r=rhp, a=chofmann
1999-11-04 06:25:36 +00:00
ducarroz%netscape.com
753a2ae792
Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann
1999-11-04 04:58:06 +00:00
sspitzer%netscape.com
661b08c9a6
fix for #17597 . reply to a news article doesn't quote the body.
...
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener. the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url. but this wouldn't be the case when we got run from the Quoting backend. I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.
r=alecf, a=chofmann
1999-11-04 04:31:09 +00:00
hangas%netscape.com
f0ae8a0781
Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann
1999-11-03 23:03:12 +00:00
rhp%netscape.com
46fddefcc8
Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann
1999-11-03 22:35:04 +00:00
rhp%netscape.com
8d305b4157
Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann
1999-11-03 22:34:30 +00:00
alecf%netscape.com
c74924fafe
fix for blocker #17882
...
a=leaf
1999-11-03 19:47:17 +00:00
gagan%netscape.com
39c882802c
Modified the call to match the new signature of CreateTransport. a=mcafee.
1999-11-03 08:52:04 +00:00
mscott%netscape.com
04d7d941a5
work around for Bug 17065
...
for bienvenu
r=mscott
1999-11-03 07:53:44 +00:00
mscott%netscape.com
cb0180ac09
Some work arounds to HIDE Bug #17065 which causes us to hang when parsing large imap folders on linux.
...
WE still have the problme where the ui thread is stealing events from the imap thread and processing them
on the ui thread.
We're just working around it so folks can use linux imap mail. This code was jointly written with bienvenu.
r=bienvenu/mscott
1999-11-03 07:52:45 +00:00
alecf%netscape.com
72428b450e
add open="true" to all the account
...
r=scottip
no bug, it's cosmetic/usability thing
1999-11-03 07:33:08 +00:00
alecf%netscape.com
5914bd716a
fix for #17214 - consolidate all username and hostname handling so that escaping/unescaping happens logically
1999-11-03 07:16:59 +00:00
putterman%netscape.com
1f58aaa9bb
return rv instead of NS_OK so that we only return null targets with NS_RDF_NO_VALUE.
...
This stops a bunch of assertions. reviewed by alecf.
1999-11-03 07:09:56 +00:00
warren%netscape.com
813f9f7c13
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00
mscott%netscape.com
f077d06fa0
one more tweak for Bug #17825
...
r=sspitzer
1999-11-03 03:51:12 +00:00
bienvenu%netscape.com
39acb37bf0
add cancel method to nntp protocol r=mscott
1999-11-03 03:17:36 +00:00
bienvenu%netscape.com
cb05c16348
add cancel method to mailbox and pop protocol r=mscott
1999-11-03 03:17:15 +00:00
bienvenu%netscape.com
49df01f7fb
fix build warnings, r=putterman, add cancel method to protocol r=mscott
1999-11-03 03:16:26 +00:00
mscott%netscape.com
e11f4142fe
Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
...
to fix save attachements.
r=sspitzer
1999-11-03 03:12:58 +00:00
akkana%netscape.com
385c40ae49
Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
...
format=flowed for mail plaintext output. r=akkana and (I think) rhp.
1999-11-03 02:46:16 +00:00
cmanske%netscape.com
1e667dbe62
Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098).
1999-11-03 02:18:01 +00:00
alecf%netscape.com
81b34c115e
fix message datasource so it doesn't return an error back to RDF
...
partial fix for #17811
r=putterman
1999-11-03 01:38:54 +00:00
bienvenu%netscape.com
d8f8aa4b2a
turn meteors back off, per mscott's request and review
1999-11-02 23:46:54 +00:00
ducarroz%netscape.com
03c251ae89
Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp
1999-11-02 23:29:51 +00:00
sspitzer%netscape.com
9bd146a0ad
fix #16457 , r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
...
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert. define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
bienvenu%netscape.com
10a209dd10
remove the imap channel from the load group when finished running r=mscott
1999-11-02 23:22:29 +00:00
bienvenu%netscape.com
41638ccfc8
more work to hook up stop button, r=mscott 17743
1999-11-02 21:36:59 +00:00
rhp%netscape.com
b816f37560
Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta
1999-11-02 21:31:32 +00:00
cata%netscape.com
5e74498896
Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
1999-11-02 21:27:02 +00:00
jefft%netscape.com
31b60443b3
fixed bug 16540 - 4.x Pop3 prefs not being heeded; ported over as server specific prefs, also added logging facility, less query interface, more cached capability on server; r=bienvenu
1999-11-02 21:20:47 +00:00
tonyr%fbdesigns.com
9e43aa2b92
Fixed discovery of mail folders to import when multiple MAPI message stores are in use
1999-11-02 20:58:37 +00:00
tonyr%fbdesigns.com
ad9e3c4e77
Fix to escape From lines in Outlook Express 5.0 message bodies
1999-11-02 20:57:21 +00:00
hangas%netscape.com
af0cf70bfc
Progress on Command Updating and Dispatching (15127). r=scottip
1999-11-02 03:55:59 +00:00
bienvenu%netscape.com
6c20d026a7
add code for hooking up stop button,r=putterman 12016
1999-11-02 03:34:45 +00:00
alecf%netscape.com
10b35b0a5c
fix bustage, forgot this file in my last checkin
1999-11-02 01:53:28 +00:00
alecf%netscape.com
13eaac5db2
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
alecf%netscape.com
81b19f0af6
fix twisties in the thread pane and account manager by responding to GetTarget() along the child arcs like #child and #MessageChild bug #13551
...
r=scottip
1999-11-01 21:46:07 +00:00
bienvenu%netscape.com
144f4f791a
fix updating of folders after imap/moves r=mscott bug 12491
1999-11-01 01:10:08 +00:00
bienvenu%netscape.com
c49a1301ce
add support for pending counts for imap folders r=mscott
1999-11-01 01:06:29 +00:00
mscott%netscape.com
63eb387a7a
remove shut down listener stuff.
...
r=bienvenu
1999-11-01 00:57:49 +00:00
mscott%netscape.com
bfb6f94f27
remove shutdown listener stuff.
...
r=bienvenu
1999-11-01 00:56:19 +00:00
mscott%netscape.com
5d7033301c
remove shutdown listener code.
...
r=bienvenu
1999-11-01 00:55:06 +00:00
tonyr%fbdesigns.com
3494315294
Added Outlook mail and address book import functionality
1999-11-01 00:46:18 +00:00
bienvenu%netscape.com
ee204b6a9b
add method to find out if folder is in open window r=putterman
1999-10-31 22:21:55 +00:00
alecf%netscape.com
5b15ee0d07
fix a warning
...
r=pavlov
1999-10-30 07:32:23 +00:00
alecf%netscape.com
7e7d501a38
more adding of class="dialog" to dialogs
1999-10-30 05:55:15 +00:00
alecf%netscape.com
f51804c261
add class="dialog" to mailnews prefs panes
...
this and last checkin r=rgoodger@ihug.co.nz
1999-10-30 05:46:04 +00:00
hangas%netscape.com
7f3621bc62
Image transparency problem fixed by Andrew Niese.
1999-10-30 00:07:21 +00:00
jefft%netscape.com
03a7c2f9f9
fixed bug 12131 -- message counts not updated after a move/copy; call UpdateFolder() after move/copy is done; r=bienvenu
1999-10-29 22:28:55 +00:00
evaughan%netscape.com
86fd1321dd
Made tabs us visibility instead of shrinking their children to 0,0.
...
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
bienvenu%netscape.com
8ffd497d4d
fix body filters, r=sspitzer 17058
1999-10-29 21:33:44 +00:00
rchen%netscape.com
e223733b82
Add Localization notes
1999-10-29 20:52:42 +00:00
alecf%netscape.com
e884137575
fix titledbutton class to "dialog push"
...
r=shaver
1999-10-29 20:51:41 +00:00
putterman%netscape.com
c15e7eaa09
Fix for 17556. Reviewed by alecf. Newsgroups show abbreviated name in folder pane.
1999-10-29 20:46:15 +00:00
cata%netscape.com
a767164dfc
Fix for bug #17018 , r=cata, checkin for momoi.
1999-10-29 20:41:21 +00:00
rchen%netscape.com
1548c594a0
Add Localization Notes
1999-10-29 20:28:18 +00:00
rchen%netscape.com
7e00eb0f7d
Add localization notes
1999-10-29 20:24:48 +00:00
jefft%netscape.com
f76d9a00ac
partial fix for bug 17034; decode encoded words prior setting to the composition fields; r=nhotta,rhp
1999-10-29 19:23:29 +00:00
ducarroz%netscape.com
59e9a1f61b
Fix for bug 17493, We need to cleanup any GCI commands from the URI when generating a file name. R=rhp
1999-10-29 18:50:05 +00:00
sspitzer%netscape.com
b64f93a791
fix for #8717 . performance is good enough to bump this back to 500.
...
still more work to be done, as this is a per-server pref now, I think.
1999-10-29 04:49:41 +00:00
bienvenu%netscape.com
62902479e8
changes to use nsIMsgWindow r=putterman
1999-10-29 04:39:06 +00:00
rhp%netscape.com
b67d57e888
Fix for message display - Bug #17481 - r: jefft
1999-10-29 02:17:10 +00:00
putterman%netscape.com
8ab04409f1
More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows.
1999-10-28 23:27:21 +00:00
waterson%netscape.com
a021803d37
Put column headers back in to folder pane. r=hyatt.
1999-10-28 22:14:14 +00:00
rhp%netscape.com
e343fde37c
Fix for sending plain text as binary files - Bug #16393 - r: mscott
1999-10-28 22:09:27 +00:00
bienvenu%netscape.com
3c48ff5d15
fix mac build bustage
1999-10-28 21:20:40 +00:00
alecf%netscape.com
46ecffbdfa
fix casting problem on solaris
1999-10-28 21:13:06 +00:00
alecf%netscape.com
d5dce7913b
prepare to consolidate server URI creation - create a new property of incoming servers, the local store type, and construct the URL from there.
...
r=sspitzer
1999-10-28 20:22:06 +00:00
alecf%netscape.com
b10db385eb
more cleanup work - now retrieve the server at URI creation time, so that GetServer() is really fast, and just forward calls to GetUsername and GetPassword() to the server. r=sspitzer
1999-10-28 20:19:57 +00:00
bienvenu%netscape.com
7d8cde07b7
work on body filters and search r=mscott
1999-10-28 20:13:22 +00:00
mscott%netscape.com
5f6d673b49
build mime before compose so we can make sure nsIMimeStreamConverter.idl has been exported
...
before compose IDL files try to use it.
1999-10-28 07:23:20 +00:00
ducarroz%netscape.com
a6ef6074e3
another Mac bustage fix. Caught before it appears
1999-10-28 06:01:43 +00:00
mscott%netscape.com
8f967d753c
Remove incorrect export of nsIMimeStreamConverter.idl
1999-10-28 05:42:15 +00:00
mscott%netscape.com
fcecb8a313
more work to try to fix the mac build.
1999-10-28 05:39:14 +00:00
ducarroz%netscape.com
bbb6231cd8
Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree)
1999-10-28 05:34:07 +00:00
mscott%netscape.com
04240cf410
Fix windows build breakage. Try to build mime before compose so the IDL files
...
get exported first.
1999-10-28 05:08:36 +00:00
mscott%netscape.com
edb6c7146d
fix mac build by exporting nsIMimeStreamConverter.idl
1999-10-28 04:56:12 +00:00
mscott%netscape.com
139b1b9f8f
Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
...
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp
1999-10-28 04:22:08 +00:00
mscott%netscape.com
0d2dcee579
Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
...
r=rhp
1999-10-28 04:21:30 +00:00
mscott%netscape.com
a68d96c8f7
Bug #16927 add nsIMsgQuoteListener interface
...
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com
52781c9c54
Bug #16927 --> add msg quote listener to module.
...
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com
c353faf84f
Bug #16927 --> add class id for msg quote listener
...
r=rhp
1999-10-28 04:19:59 +00:00
mscott%netscape.com
4e63acaf85
Checking this in for hangas. Fixes the grey menus in the compose window.
...
r=mscott
1999-10-28 01:52:13 +00:00
law%netscape.com
953b8b4de8
Bug #14999 , removing last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:39:33 +00:00
putterman%netscape.com
857f18b20e
This should stop build bustage for clobber builds.
1999-10-27 23:39:15 +00:00
cata%netscape.com
fc69c75001
I'm checking in for momoi, r=cata, bug #17018 , Charset Menu usability workaround.
1999-10-27 23:10:51 +00:00
hangas%netscape.com
4c0d31db99
Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt
1999-10-27 23:01:09 +00:00
bienvenu%netscape.com
7fa3868505
turn on date filters, r=mscott 10416
1999-10-27 22:45:18 +00:00
sspitzer%netscape.com
a1db4e901d
fix for #17285 and #17397 . r=mscott.
...
properly migrate pop and nntp servers from 4.x that were not on the default ports (110 and 119, respectively).
also, set the default port pref to be -1, so that if we don't set the port, it gets set to -1.
1999-10-27 22:44:34 +00:00
putterman%netscape.com
1b702bb454
Added nsIMsgWindow.idl and nsIMsgRDFDataSource.idl
1999-10-27 22:40:34 +00:00
putterman%netscape.com
9ee3a92a37
Added nsMsgWindow.cpp
1999-10-27 22:39:37 +00:00
putterman%netscape.com
825d352eca
Started work on 17376. reviewed by bienvenu. create an object that knows about
...
mailnews window data and pass it through backend.
1999-10-27 22:38:47 +00:00
bienvenu%netscape.com
71213061de
fix a couple ref-counting problems on news dbs, reviewed last week by sspitzer
1999-10-27 22:19:42 +00:00
bienvenu%netscape.com
ea0a080bbf
fix off by one error computing display name from naked email address
1999-10-27 22:18:12 +00:00
bienvenu%netscape.com
7f8ed684bc
turn on history ab collection for msg sending r=jefft, bug 14447
1999-10-27 22:14:37 +00:00
rhp%netscape.com
c6e5a9837a
Fix for Unicode quoting to plain text compose - Bug: 15465 r: bienvenu
1999-10-27 22:11:51 +00:00
bienvenu%netscape.com
f047a67dc5
fix race condition opening imap folder r=mscott, build stopper
1999-10-27 19:15:20 +00:00
mscott%netscape.com
f4b43064b3
added a url dispatching comment.
1999-10-27 06:48:19 +00:00
putterman%netscape.com
3964bb3ac5
Fix for 17277. reviewed by mscott. Delete selects next message instead of previous.
1999-10-27 04:46:12 +00:00
sspitzer%netscape.com
5307d5a837
fix for #17212 , r=mscott.
...
migrate imap servers that have the port in the name (like nsmail-2:143)
1999-10-26 23:34:30 +00:00
mccabe%netscape.com
1254c49293
Fix IDL to use native <idl-name>(<C++-name>); instead of just native <idl-name>; This is prep to make the tree compile with a new error mode landing in xpidl shortly.
...
Preperatory to a fix to 17013; I'm doing this as a separate checkin to avoid any checkin-skew danger.
r=shaver.
1999-10-26 23:26:28 +00:00
rhp%netscape.com
2f88a37707
Cleaning up some comments.
1999-10-26 23:06:27 +00:00
rhp%netscape.com
af58b2553c
Update changes for Mac project...again
1999-10-26 22:56:18 +00:00
rhp%netscape.com
5846140159
Update changes for Mac project
1999-10-26 22:47:55 +00:00
rhp%netscape.com
918b142fa3
Changes for better text display and format flowed - Bug #16507 - r: rhp since this is externally contributed
1999-10-26 22:43:25 +00:00
nhotta%netscape.com
f890249d9c
Unicode encoder related change for unmapped characters.
...
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706 ). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
putterman%netscape.com
8aaaf5a4b6
No bug. reviewed by bienvenu. OnKeyDeleted wasn't sending the correct parent
...
thread value because the message was being deleted before we saved off the parent.
1999-10-26 19:52:20 +00:00
rhp%netscape.com
eaab3c996a
Just adding new files...NOT PART OF THE BUILD!
1999-10-26 18:50:08 +00:00
warren%netscape.com
00dfd9d907
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
hangas%netscape.com
2819886968
new ui. r=pavlov,german,hyatt
1999-10-26 00:39:19 +00:00
ducarroz%netscape.com
6de8bdb25a
Checking it again as for reason, the file I've checked in last time is corrupted.
1999-10-26 00:16:33 +00:00
jefft%netscape.com
df1e881814
fixed bug 17176 -- [DOGFOOD] [Reqression] Can't save attachment; we are not generating message uri correctly; r=mscott
1999-10-26 00:07:27 +00:00
bienvenu%netscape.com
82e8c15274
turn off meteors and spinning barber pole for now r=mscott
1999-10-25 23:45:19 +00:00
ducarroz%netscape.com
80b135be51
Fix build bustage for nhotta
1999-10-25 23:29:24 +00:00
nhotta%netscape.com
84c2c3099a
Changed unicode conversion for mail send.
...
Added a fallback for unmapped characters, moved entity conversion after the unicode conversion as the fallback, avoided to convert twice for text/html case, part of bug fix 15475, r=rhp.
1999-10-25 23:21:30 +00:00
rhp%netscape.com
ee30af65dc
Fix for extra conversion - r: nhotta
1999-10-25 22:13:39 +00:00
putterman%netscape.com
e42fe3ba15
Fixes 12894. Messages show up bold again if they are unread. reviewed by bienvenu.
1999-10-25 22:10:32 +00:00
alecf%netscape.com
29be468ffd
fix for #17187 - return NS_RDF_NO_VALUE when any particular GetTarget() calls fail
...
r=bienvenu
1999-10-25 22:09:07 +00:00
nhotta%netscape.com
ce73f03f3c
Added MsgUtil.lib and MsgUtilDebug.lib to the project, part of bug fix 15475.
1999-10-25 22:04:23 +00:00
nhotta%netscape.com
269634afc0
Changed MIME header encoder in unicode conversion. Instead of skipping unmapped characters,
...
call the fallback funcion (puts a question mark for an unmapped char), part of bug fix 15475, r=rhp.
1999-10-25 22:03:09 +00:00
putterman%netscape.com
aa5e2f67ea
Fix 17107. A bunch of view navigation bugs. Reviewed by bienvenu. It fixes:
...
1. Next message with no selection finds the next message
2. It no longer redisplays current message if Next Message finds no next message.
3. Next/Previous message works if last/first message is selected.
1999-10-25 22:02:58 +00:00
jefft%netscape.com
3cea5fb49b
fixed bug 17179 -- [dogfood] [BLOCKER] Sending a message does not work; escape the recipient list fixes the problem; r=mscott, a=granrose
1999-10-25 20:17:01 +00:00