jefft%netscape.com
de0bfb010f
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
818e82215c
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
55c3a9b47c
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
6978081f5a
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
0102a67130
Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann
1999-11-03 22:35:04 +00:00
rhp%netscape.com
64477c52ff
Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann
1999-11-03 22:34:30 +00:00
alecf%netscape.com
25b6456d26
fix for blocker #17882
...
a=leaf
1999-11-03 19:47:17 +00:00
gagan%netscape.com
df88140573
Modified the call to match the new signature of CreateTransport. a=mcafee.
1999-11-03 08:52:04 +00:00
mscott%netscape.com
b1e4d518d2
work around for Bug 17065
...
for bienvenu
r=mscott
1999-11-03 07:53:44 +00:00
mscott%netscape.com
debee8018a
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
7d18669d38
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
5b487df4b2
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
583ded277a
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
d3b9c9c3cc
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00
mscott%netscape.com
84e9c31570
one more tweak for Bug #17825
...
r=sspitzer
1999-11-03 03:51:12 +00:00
bienvenu%netscape.com
8c680d77b3
add cancel method to nntp protocol r=mscott
1999-11-03 03:17:36 +00:00
bienvenu%netscape.com
5622335cd1
add cancel method to mailbox and pop protocol r=mscott
1999-11-03 03:17:15 +00:00
bienvenu%netscape.com
e29f314bcf
fix build warnings, r=putterman, add cancel method to protocol r=mscott
1999-11-03 03:16:26 +00:00
mscott%netscape.com
91db332f72
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
7813efc1a8
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
d7f72f5b12
Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098).
1999-11-03 02:18:01 +00:00
alecf%netscape.com
028ecead8e
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
5cb10311c3
turn meteors back off, per mscott's request and review
1999-11-02 23:46:54 +00:00
ducarroz%netscape.com
2e20cb2819
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
dea1c4efdb
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
67dc096258
remove the imap channel from the load group when finished running r=mscott
1999-11-02 23:22:29 +00:00
bienvenu%netscape.com
fbbac1c0dc
more work to hook up stop button, r=mscott 17743
1999-11-02 21:36:59 +00:00
rhp%netscape.com
99b084c732
Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta
1999-11-02 21:31:32 +00:00
cata%netscape.com
d51644d159
Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
1999-11-02 21:27:02 +00:00
jefft%netscape.com
a0f68d698e
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
d1cd6d4843
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
04bca86492
Fix to escape From lines in Outlook Express 5.0 message bodies
1999-11-02 20:57:21 +00:00
hangas%netscape.com
26fbbb140d
Progress on Command Updating and Dispatching (15127). r=scottip
1999-11-02 03:55:59 +00:00
bienvenu%netscape.com
21d54004e2
add code for hooking up stop button,r=putterman 12016
1999-11-02 03:34:45 +00:00
alecf%netscape.com
4d3fb3d5a9
fix bustage, forgot this file in my last checkin
1999-11-02 01:53:28 +00:00
alecf%netscape.com
649ac66265
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
e35216913e
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
9ba6e2321b
fix updating of folders after imap/moves r=mscott bug 12491
1999-11-01 01:10:08 +00:00
bienvenu%netscape.com
10e0f64b8b
add support for pending counts for imap folders r=mscott
1999-11-01 01:06:29 +00:00
mscott%netscape.com
2c586468ca
remove shut down listener stuff.
...
r=bienvenu
1999-11-01 00:57:49 +00:00
mscott%netscape.com
bd2f7450fa
remove shutdown listener stuff.
...
r=bienvenu
1999-11-01 00:56:19 +00:00
mscott%netscape.com
e43e2e5d9e
remove shutdown listener code.
...
r=bienvenu
1999-11-01 00:55:06 +00:00
tonyr%fbdesigns.com
48fdb40dd9
Added Outlook mail and address book import functionality
1999-11-01 00:46:18 +00:00
bienvenu%netscape.com
b19191c4a1
add method to find out if folder is in open window r=putterman
1999-10-31 22:21:55 +00:00
alecf%netscape.com
4efbfcbdfb
fix a warning
...
r=pavlov
1999-10-30 07:32:23 +00:00
alecf%netscape.com
f1b07b5419
more adding of class="dialog" to dialogs
1999-10-30 05:55:15 +00:00
alecf%netscape.com
766acfd30f
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
c52e931902
Image transparency problem fixed by Andrew Niese.
1999-10-30 00:07:21 +00:00
jefft%netscape.com
3b635bea72
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
039be939e6
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
58debe7896
fix body filters, r=sspitzer 17058
1999-10-29 21:33:44 +00:00
rchen%netscape.com
61eff9004c
Add Localization notes
1999-10-29 20:52:42 +00:00
alecf%netscape.com
f7c9fa1c6f
fix titledbutton class to "dialog push"
...
r=shaver
1999-10-29 20:51:41 +00:00
putterman%netscape.com
7d2a82beee
Fix for 17556. Reviewed by alecf. Newsgroups show abbreviated name in folder pane.
1999-10-29 20:46:15 +00:00
cata%netscape.com
bed851411e
Fix for bug #17018 , r=cata, checkin for momoi.
1999-10-29 20:41:21 +00:00
rchen%netscape.com
22f0027b14
Add Localization Notes
1999-10-29 20:28:18 +00:00
rchen%netscape.com
d1e318d76d
Add localization notes
1999-10-29 20:24:48 +00:00
jefft%netscape.com
41d58575bd
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
defcd3c81c
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
c614d3d7c0
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
075caf0152
changes to use nsIMsgWindow r=putterman
1999-10-29 04:39:06 +00:00
rhp%netscape.com
ed196216e3
Fix for message display - Bug #17481 - r: jefft
1999-10-29 02:17:10 +00:00
putterman%netscape.com
c701981fdb
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
438d71a3b6
Put column headers back in to folder pane. r=hyatt.
1999-10-28 22:14:14 +00:00
rhp%netscape.com
43efd07c9a
Fix for sending plain text as binary files - Bug #16393 - r: mscott
1999-10-28 22:09:27 +00:00
bienvenu%netscape.com
9a80c03413
fix mac build bustage
1999-10-28 21:20:40 +00:00
alecf%netscape.com
abead569d2
fix casting problem on solaris
1999-10-28 21:13:06 +00:00
alecf%netscape.com
78f9fb87fa
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
07e6ba4f2e
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
01f0b8948e
work on body filters and search r=mscott
1999-10-28 20:13:22 +00:00
mscott%netscape.com
7af6e7d85f
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
17988515cd
another Mac bustage fix. Caught before it appears
1999-10-28 06:01:43 +00:00
mscott%netscape.com
1e50b0b74a
Remove incorrect export of nsIMimeStreamConverter.idl
1999-10-28 05:42:15 +00:00
mscott%netscape.com
9e8329606a
more work to try to fix the mac build.
1999-10-28 05:39:14 +00:00
ducarroz%netscape.com
b4199b6642
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
4bb54d0414
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
cf593d92e0
fix mac build by exporting nsIMimeStreamConverter.idl
1999-10-28 04:56:12 +00:00
mscott%netscape.com
5e51863526
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
ec2f384151
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
beea25c5c6
Bug #16927 add nsIMsgQuoteListener interface
...
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com
9f12a154f8
Bug #16927 --> add msg quote listener to module.
...
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com
7591e49798
Bug #16927 --> add class id for msg quote listener
...
r=rhp
1999-10-28 04:19:59 +00:00
mscott%netscape.com
9c0d8c884f
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
0cad04fe42
Bug #14999 , removing last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:39:33 +00:00
putterman%netscape.com
fc91f05fa2
This should stop build bustage for clobber builds.
1999-10-27 23:39:15 +00:00
cata%netscape.com
4b2093536d
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
84df0919cf
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
8d46b952a9
turn on date filters, r=mscott 10416
1999-10-27 22:45:18 +00:00
sspitzer%netscape.com
b14d0a9695
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
5bee4e9da7
Added nsIMsgWindow.idl and nsIMsgRDFDataSource.idl
1999-10-27 22:40:34 +00:00
putterman%netscape.com
4697846824
Added nsMsgWindow.cpp
1999-10-27 22:39:37 +00:00
putterman%netscape.com
4e22bcccab
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
ceca73761d
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
6e5764756f
fix off by one error computing display name from naked email address
1999-10-27 22:18:12 +00:00
bienvenu%netscape.com
deb460d587
turn on history ab collection for msg sending r=jefft, bug 14447
1999-10-27 22:14:37 +00:00
rhp%netscape.com
b96d17fa10
Fix for Unicode quoting to plain text compose - Bug: 15465 r: bienvenu
1999-10-27 22:11:51 +00:00
bienvenu%netscape.com
b005697e20
fix race condition opening imap folder r=mscott, build stopper
1999-10-27 19:15:20 +00:00
mscott%netscape.com
58e1b51338
added a url dispatching comment.
1999-10-27 06:48:19 +00:00
putterman%netscape.com
712956352b
Fix for 17277. reviewed by mscott. Delete selects next message instead of previous.
1999-10-27 04:46:12 +00:00
sspitzer%netscape.com
6844e8ec38
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