sspitzer%netscape.com
fce4a1883b
fix for #16341
...
from putterman, who gave me the fix:
"Whenever you add something to RDF through an observer notification, RDF
verifies that you really have it by calling HasAssertion. Our implementation of HasAssertion for adding a folder to a folder consists of seeing if the the
child folder's parent is equal to the parent passed in. Because we weren't setting the parent, the child's parent was null which wasn't equal to the parent
passed in and the whole operation failed. This prevents that from happening."
1999-11-11 21:55:39 +00:00
akkana%netscape.com
7705ccd29b
17983: Use editor's InsertAsQuotation even for plaintext. r=rhp
1999-11-11 20:56:03 +00:00
putterman%netscape.com
434d309acc
some speed improvments. reviewed by hangas.
1999-11-11 20:27:52 +00:00
putterman%netscape.com
6f7e97f3d9
Fix for 18244. Don't load messages if splitter between thread and message pane is collapsed.
...
reviewed by hangas.
1999-11-11 20:24:46 +00:00
rhp%netscape.com
fa6f702139
Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu
1999-11-11 19:21:11 +00:00
rhp%netscape.com
ace500220f
Changes for multipart alternative - Bug #: 17770 - r: jefft
1999-11-11 19:19:02 +00:00
jefft%netscape.com
1d2f7d1446
fixed bug 6904 -- Close() to implicit expunge deleted messages when in delete is move to the trash mode; this only happened when we shutdown the app; r=bienvenu
1999-11-11 15:46:22 +00:00
nhotta%netscape.com
63d1d03215
Added msgbaseutil to a project file so unicode conversion utils to be accessable, part of bug fix #18264 , r=ftang.
1999-11-11 00:48:55 +00:00
putterman%netscape.com
ab440e9922
added nsIIncomingServerListener.idl
1999-11-11 00:27:10 +00:00
putterman%netscape.com
877902e9e5
Work on 17712 to add incoming server listeners and hook biff up to them. Reviewed by alecf and bienvenu.
1999-11-11 00:26:02 +00:00
putterman%netscape.com
c28099bcef
Work on 17712 to add incoming server listeners and hook biff up to them. Reviewed by alecf.
1999-11-11 00:25:19 +00:00
putterman%netscape.com
dbbbc837b6
Work on 12846 for making message threads work. Reviewed by bienvenu.
1999-11-11 00:23:29 +00:00
bienvenu%netscape.com
0ab4d46298
hook up pseudo interruption, r=jefft 15012
1999-11-11 00:04:45 +00:00
sspitzer%netscape.com
653ce4ea1d
fix #18383 , r=alecf.
...
check if the folder really exists by checking if it has a server.
if not, return an error.
this makes the right error message pop up.
1999-11-10 23:54:25 +00:00
ducarroz%netscape.com
1296ff2366
Forget to checking version that check return of ConvertFromUnicode & ConvertToUnicode. R=jefft
1999-11-10 23:54:05 +00:00
sspitzer%netscape.com
2960d66d30
check in patch from cls@seawood.org
...
add comment.
1999-11-10 23:53:40 +00:00
nhotta%netscape.com
5b2549e68a
Added msgbaseutil to makefiles so unicode conversion utils to be accessable, part of bug fix #18264 , r=ftang.
1999-11-10 23:51:46 +00:00
sspitzer%netscape.com
29be31b15d
fix warning.
1999-11-10 23:51:45 +00:00
ducarroz%netscape.com
e45c32906a
Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only).
Fix for bug 13261, use constants instead of numerical.
Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682)
1999-11-10 23:47:59 +00:00
bienvenu%netscape.com
a61908e661
fix crash with bookmark to local folder, r=alecf
1999-11-10 04:12:26 +00:00
bienvenu%netscape.com
52ada2abc5
fix build warnings
1999-11-10 04:05:16 +00:00
rhp%netscape.com
52c5f3d5be
Fixing evaluation of nsresult - Bug #:18157 r: jefft
1999-11-10 00:56:36 +00:00
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
rhp%netscape.com
a756d5ec16
Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu
1999-10-25 19:04:56 +00:00
rhp%netscape.com
64d5a196c7
Fix for attachments not visible and display crashers - Bug #: 16367 16786 - r: bienvenu
1999-10-25 19:02:39 +00:00
tonyr%fbdesigns.com
ec31b07825
Updated address book cls id names that changed
1999-10-24 16:09:21 +00:00
mscott%netscape.com
04c81869f1
Bug #16927 add GetMessageUrlFromUri to nsIMsgMessageService
...
r=sspitzer
1999-10-23 23:39:57 +00:00
mscott%netscape.com
2bed8b10d1
Bug #16927 implement GetMessageUrlFromUri
...
r=sspitzer
1999-10-23 23:39:28 +00:00
ducarroz%netscape.com
5db19c6ffc
Bug 14258, implement Send Page. R=alecf
1999-10-23 04:50:20 +00:00
bienvenu%netscape.com
b8be9cb3b0
cleanup dbs at shutdown, r=mscott
1999-10-23 01:13:10 +00:00
sspitzer%netscape.com
0631e9253c
make the xul look pretty by using html fieldsets and legends.
1999-10-22 23:31:05 +00:00
ramiro%fateware.com
0da50ce31b
Dont put the static rdfutil thing inside the FORCE_ALL block. r=alecf.
1999-10-22 23:28:30 +00:00
sspitzer%netscape.com
72a2a7f520
changes for correctness and to make the pref ui look better.
1999-10-22 23:27:43 +00:00
sspitzer%netscape.com
692e320ad5
make the xul look pretty by using html fieldsets and legends.
...
fix #17078 : fix the xul so that pref-messages.xul stops asserting like mad or crashing.
1999-10-22 23:25:18 +00:00
sspitzer%netscape.com
7b7ecba471
make the xul look pretty by using html fieldsets and legends.
1999-10-22 23:22:52 +00:00
sspitzer%netscape.com
432957c17a
fix typo. #17087 .
...
"I think about the education that I missed. but then my homework was never quite like this. Got it bad, got it bad, got it bad..."
1999-10-22 21:41:13 +00:00
bienvenu%netscape.com
bed60f85a3
one more news leak fix r=sspitzer
1999-10-22 21:11:17 +00:00
bienvenu%netscape.com
9bfeb7591f
one more addrbook memory leak fix r=mscott
1999-10-22 21:04:45 +00:00
jefft%netscape.com
90daf4537a
fixed bug 11892 - [dogfood] When Name or Address of a recipient includes 8-bit characters address is incorrectly formed; not quoting name part of an email address; calling GetPath() instead of GetFileName() for all recipients; r=rhp, mscott
1999-10-22 21:00:07 +00:00
ducarroz%netscape.com
912e2060cf
Fix for bug 15201. We need to convert back the result from UTF-8 to Unicode. R=mscott, bienvenu
1999-10-22 20:37:42 +00:00
bienvenu%netscape.com
fbc05ba1de
fix leaks in news/nntp r=sspitzer
1999-10-22 20:33:04 +00:00
bienvenu%netscape.com
ee1d038630
fix memory leaks in vcard and calendar factories r=rhp
1999-10-22 20:32:02 +00:00
sspitzer%netscape.com
b0e01916f3
add pref-mailnews.js, which has the necessary (but currently not working) JS for the color picker.
...
rewrite the xul so that the html select heeds the quote prefs. (#15230 )
use a color picker instead of an empty html select.
1999-10-22 02:10:49 +00:00
bienvenu%netscape.com
224369caa8
always update folders when clicking on them r=putterman
1999-10-22 01:59:50 +00:00
amusil%netscape.com
d13d49f121
Changed FALSE to XP PR_FALSE
1999-10-22 01:54:36 +00:00
amusil%netscape.com
d8c8d21e9a
Address book fix. DB file now gets closed in the destructor. Reviewed by bienvenu.
1999-10-22 01:18:42 +00:00
alecf%netscape.com
611082db71
nsIModulize mime emitters - porkjockey work, r=sspitzer
1999-10-22 01:05:04 +00:00
alecf%netscape.com
40f011a9b6
start to consolidate URL and URI parsing into the base classes: remove a whole bunch of protocol-specific code in favor of generalization
...
basically, more fixes for #14437
r=scottip
1999-10-22 01:02:08 +00:00
mscott%netscape.com
75de9b6abe
Bug #16538 --> FetchMessage takes a stream listener and we should try to create a necko channel for the url,
...
and call AsyncRead on the channel, passing in the stream listener instead of trying to run the imap url
through the normal means. This fixes the problem where the channel wasn't properly initialized when
copying a imap message to a local folder.
r=jefft,bienvenu
1999-10-21 22:33:24 +00:00
mscott%netscape.com
c03873ef95
Bug #16538 --> we need to add nsIStreamObserver to the QI method for this class in order to avoid an assertion
...
with my fix to bug #16538 . I also replaced the handle rolled QueryInterface method with macro.
r=jefft,bienvenu
1999-10-21 22:31:27 +00:00
bienvenu%netscape.com
802aa6850f
fix syncing of imap flags change to db r=mscott,16839
1999-10-21 22:23:25 +00:00
bienvenu%netscape.com
99ac8289ae
check for null when marking header read, r=mscott
1999-10-21 22:22:07 +00:00
rhp%netscape.com
de922b30bb
Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott
1999-10-21 21:18:54 +00:00
bienvenu%netscape.com
aabeccb811
fix addrbook mem leaks and mismatched delete r=mscott\
1999-10-21 20:36:02 +00:00
bienvenu%netscape.com
80c5820200
fix msg compose and send mem leaks, ipw, and mismatched delete r=mscott
1999-10-21 20:35:26 +00:00
bienvenu%netscape.com
01f0d5b777
fix memory leaks and mismatched frees r=jefft
1999-10-21 01:42:00 +00:00
bienvenu%netscape.com
00ef281d03
fix mismatched free
1999-10-21 01:40:08 +00:00
bienvenu%netscape.com
16fe98501a
another memory leak fix for mime
1999-10-21 01:37:03 +00:00
sspitzer%netscape.com
e91c706523
fix for #15231 , r=mscott. get the fixed_width pref to stick.
...
the problem was we had it as an int pref, when it was a bool pref.
1999-10-21 00:05:50 +00:00
nhotta%netscape.com
94400db680
Adding a wrapper function for a new i18n interface, part of bug fix 15475, r=rhp.
1999-10-20 23:51:25 +00:00
alecf%netscape.com
5b73d05d67
turn news into a nsIModule
...
r=sspitzer
(porkjockey work)
1999-10-20 22:30:02 +00:00
alecf%netscape.com
0881139c13
clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
...
r=scottip
1999-10-20 21:58:21 +00:00
mscott%netscape.com
44a8e9db7e
optimize nsImapBuildMessageURI to use a nsCAutoString. This saves us an extra allocation of the string later on.
...
r=sspitzer
1999-10-20 21:41:18 +00:00
bienvenu%netscape.com
56a73b906e
more memory leak fixes, r=mscott
1999-10-20 21:18:25 +00:00
bienvenu%netscape.com
265d5ade2f
fix rdf resource value leaks r=jefft
1999-10-20 21:12:00 +00:00
mscott%netscape.com
4221d31c43
Bug #16814 --> i found a problem which may be causing us to block in the imap protocol when downloading larger
...
attachments or images. Basically, the nsMsgLineStreamBuffer class had a fence post bug when determining
if it had enough room to read in more bytes. If the # of free bytes in the stream buffer was 1 byte and we
had just one byte of data left to read in from the incoming stream, we would fail to read in that one byte.
r=sspitzer
1999-10-20 21:01:58 +00:00
bienvenu%netscape.com
4dcc8229e1
fix mime memory leaks, mostly strings, r=rhp
1999-10-20 21:00:02 +00:00
bienvenu%netscape.com
64a98d39ca
fix memory leaks of uri's and a progress string r=mscott
1999-10-20 20:49:45 +00:00
bienvenu%netscape.com
da5683540d
fix memory leaks in address book r=mscott
1999-10-20 20:41:27 +00:00
bienvenu%netscape.com
59e7421f54
fix memory leak of literal string creating rdf node r=scottip
1999-10-20 19:06:53 +00:00
bienvenu%netscape.com
bdec1ca538
fix memory leaks with mime string bundles and v-cards r=rhp
1999-10-20 18:41:49 +00:00
sspitzer%netscape.com
19865724fa
fix for #16820 , #16821 . r=alecf, a=leaf. fix the pre-select the compose "From" identity
...
based on the selection in the folder pane. it broken when I removed the FindServerUsingURI()
method a few days ago. all better now.
1999-10-20 18:31:26 +00:00
alecf%netscape.com
0da8b87451
remove old gif
1999-10-20 00:18:32 +00:00
alecf%netscape.com
9e30e52472
remove old gifs
1999-10-20 00:11:46 +00:00
alecf%netscape.com
2578ed1b03
return null identity on null or empty key
...
no bug
r=sspitzer
1999-10-19 23:37:54 +00:00
amusil%netscape.com
77e05ac57e
Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
...
of only the first.
1999-10-19 22:46:29 +00:00
bienvenu%netscape.com
9eb780e6a2
fix nsImapProtocol leaks r=mscott, no bug #
1999-10-19 21:24:31 +00:00
mscott%netscape.com
77d1ba1011
no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
...
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp
1999-10-19 21:06:42 +00:00
mscott%netscape.com
f532a4df32
Bug #16538 --> pass the emitter into NS_NewPipe as a pipe observer.
...
r=jefft
1999-10-19 21:02:27 +00:00
mscott%netscape.com
2984744b8a
Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
...
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft
1999-10-19 21:01:54 +00:00
jefft%netscape.com
eabcec79ef
removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp
1999-10-19 03:08:43 +00:00
sspitzer%netscape.com
d5d6440019
other part of fix for #15235 . fix send later. r=alecf
1999-10-19 01:24:25 +00:00
sspitzer%netscape.com
32b5de1aa4
part of fix for #15235 . get send later to work again. r=alecf
1999-10-19 01:23:54 +00:00
alecf%netscape.com
c553b28ba9
add big comment describing how this dialog works
...
(no reviewer, no bug, just comments)
1999-10-18 23:35:53 +00:00
alecf%netscape.com
b47b2536be
fix for #15685
...
r=sspitzer
rdf: prefix on XML attributes was confusing the template
1999-10-18 23:35:22 +00:00
nhotta%netscape.com
ad2b025398
Checking in a fix for the linux build bastage,
1999-10-18 23:32:45 +00:00
ducarroz%netscape.com
14154d88b4
Fix for bug 15313 & 15536. .txt files are now interpreted as XML document. Therefore we need to load a .html file even if it content is purely plain text. R=rhp
1999-10-18 22:38:54 +00:00
nhotta%netscape.com
df06979b80
Changed interface and implementation of nsIEntityConverter,
...
more entity support (before Latin1 only), added a string based interface. Bug fix 8865, r=ftang.
1999-10-18 22:33:14 +00:00
rhp%netscape.com
a85a8ee459
Change for separating inline attachments - Bug #16367 - r: bienvenu
1999-10-18 22:07:02 +00:00
norris%netscape.com
f433188858
Part of bug 7261 "Connect XPConnect visibility filter to query principals"
...
Reviewed by rhp@netscape.com .
1999-10-18 21:35:52 +00:00
law%netscape.com
a5c96c49ec
Bug #14999 ; stop using toolkit app core; r=ducarroz@netscape.com
1999-10-18 21:29:54 +00:00
bienvenu%netscape.com
051d16e19c
change shutdown code to go through nsMessengerBootstrap instead of relying on service shutdown listener or destructors getting called r=alecf
1999-10-18 21:16:23 +00:00
sspitzer%netscape.com
e6ebb5bcb0
fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly.
1999-10-18 20:42:06 +00:00
tonyr%fbdesigns.com
f938e3ca92
Added string bundles for the mailnews import tools
1999-10-18 19:58:07 +00:00
bienvenu%netscape.com
a01d0a55ad
fix leak of profile dir in addr book session
1999-10-17 22:16:32 +00:00
mscott%netscape.com
5334999520
Bug #16394 --> no longer need to call intialize after creating a url
...
r=jefft
1999-10-17 20:04:59 +00:00
mscott%netscape.com
8e9152db22
Bug #16394 --> extract user name from the url spec. Don't force us to pass it in on initialize.
...
r=jefft
1999-10-17 20:04:40 +00:00
mscott%netscape.com
f26d273428
Bug #16394 --> Initialize now has no arguments.
...
r=jefft
1999-10-17 20:04:08 +00:00
mscott%netscape.com
4dcfc1d91a
Bug #16394 --> call Initialize function on url after we create one
...
r=jefft
1999-10-17 20:03:37 +00:00
bienvenu%netscape.com
fc6692cfcd
fix memory leak of user name r=mscott
1999-10-16 22:44:55 +00:00
bienvenu%netscape.com
2cbb310de7
fix leaks in mime xul emitters r=rhp
1999-10-16 20:49:06 +00:00