Commit Graph

40 Commits

Author SHA1 Message Date
ducarroz%netscape.com
911c409db2 Part of bug 22486. Fix performance regression introduce yesterday with my big cleanup of message compose. R=shaver, SR=sspitzer 2001-04-13 21:53:20 +00:00
ducarroz%netscape.com
75490058dd Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
mscott%netscape.com
fe4edc0bea Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
varada%netscape.com
f1852f8c8b fix for bug#49378;UI:feedback after saving draft;r=ducarroz;sr=mscott 2001-03-05 21:45:05 +00:00
ducarroz%netscape.com
f50ca26bd5 Fix for bug 37697. Add support of preferFormat and html and plaintext domains list. R=chuang, SR=mscott,bienvenu 2001-02-02 23:39:43 +00:00
ducarroz%netscape.com
d54f8725a0 Fix for bug 61437. Remove unused code and cleanup mess with mEntityConvertionDone which was causing plain text body to be converted twice. R=sspitzer, SR=mscott 2001-01-23 00:03:25 +00:00
ducarroz%netscape.com
8120145715 Fix for bug 56262. Window's arguments are now passed through a nsISupports object (nsIMsgCOmposeParams). Also, I have extracted the content handler for mailto url from the nsIMsgComposeService as the URL dispatcher will create an instance of it and not get the service. I did some clean up too like using do_CreateInstance and do_GetService and removing dead code. Also, I catch any error than could append during the message compose initialization and display an alert instead of having a dead window! R=sspitzer, S=mscott 2000-12-06 19:56:27 +00:00
ducarroz%netscape.com
98ab9642f9 Fix for bug 52819. Use nsEditor::GetRootElement for retreiving the body node. sr=mscott 2000-09-18 22:16:10 +00:00
vidur%netscape.com
e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
mozilla.BenB%bucksch.org
2016929679 38433: askSendFormat dialog: Make check of formatting more fine-grained, and set recommondation following the result (in particular, to plaintext in some cases). Add icons to visualize the modes. r=ducarroz, a=brendan 2000-08-24 04:14:28 +00:00
ducarroz%netscape.com
1e712cff77 Fix for bug 36480. Add function to switch the signature. R=putterman 2000-08-08 04:45:02 +00:00
ducarroz%netscape.com
1d76e4a74d Fix for bug 43448. Add code to populate mailing list during the send/send later process. R=mscott 2000-07-06 20:44:06 +00:00
ducarroz%netscape.com
aebd5a3190 Fix for bug 31693. Disable UI element when a Send/Save is in process. R=putterman 2000-06-21 21:11:53 +00:00
ducarroz%netscape.com
f387dcec53 Fix for bug 28420. Check document content for HTML tags before asking the user which format to use for sending the message 2000-05-06 20:14:23 +00:00
ducarroz%netscape.com
4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
ducarroz%netscape.com
bdb035644b Fix for bug 18584. Add new API to check if body has been modified by user. R=jefft 2000-03-16 00:03:43 +00:00
akkana%netscape.com
1e8b1a7614 31438: stealth msg compose (r=ducarroz) 2000-03-14 02:59:13 +00:00
ducarroz%netscape.com
b805bebf76 Part of fix for bug 10932, 17072, 26746. Tittle button in addressing widget has been replaced by a image to avoid to take the focus when using the Tab key. Implementation of Intelligent HTML Send feature. Set the focus in the subject line when recipients are pre filled. Cleanup Attach Web Page dialog. R=alecf 2000-02-15 06:48:13 +00:00
ducarroz%netscape.com
d4fa824108 Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft 2000-01-28 06:20:44 +00:00
ducarroz%netscape.com
8b94105da6 Fix for bug 23109, 23331. Attachment file names are now converted to file system character set and we display only the file name in case of a file url. R=jefft 2000-01-15 01:33:18 +00:00
sspitzer%netscape.com
1b413ccaef fix for #18751. now, if the user has a newsgroup selected in the folder pane,
and they hit new message, it comes up prepopulated to post to that group
on that host.
1999-12-24 10:54:52 +00:00
ducarroz%netscape.com
804b038fa2 Fix for bug 18605. We need to listen on nsMsgCompose and not anymore on nsIEditorShell in order to synch. the Front End with the Back End. R=rhp 1999-11-13 16:04:41 +00:00
sspitzer%netscape.com
b79f0bc070 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
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
alecf%netscape.com
561a1fbd52 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
jefft%netscape.com
0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
alecf%netscape.com
0fc7315583 add support for identity-specific HTML compose and signatures 1999-09-21 05:37:23 +00:00
ducarroz%netscape.com
cdd8de3746 Remove unused function LoadFields 1999-09-16 23:55:06 +00:00
ducarroz%netscape.com
d6897f8e82 Add a new message compose service command that let you create a message from a nsIMsgCompFields. 1999-07-14 21:34:25 +00:00
alecf%netscape.com
eb006f3664 now take the identity at send-time 1999-06-29 04:45:11 +00:00
ducarroz%netscape.com
cc671bb812 Remove forward as quoted. 1999-06-21 20:28:39 +00:00
ducarroz%netscape.com
75fab88934 replace /*nsIDOMEditorAppCore*/nsISupports by nsIEditorShell 1999-06-15 14:25:26 +00:00
sfraser%netscape.com
57b3c3e5d8 Fix include nsIDOMEditorAppCore -> nsIEditorShell 1999-06-11 20:28:39 +00:00
ducarroz%netscape.com
febcf18fcc total rewrite 1999-06-10 22:04:21 +00:00
alecf%netscape.com
8241bb996c update this interface, rename CreateAndInit->CreateAndInitialize 1999-03-11 22:46:56 +00:00
alecf%netscape.com
78658b80b3 rev this interface - remove unnecessary functions 1999-03-11 21:06:31 +00:00
ducarroz%netscape.com
74ddade0bd add new interface to nsIMsgCompose 1999-03-11 01:30:18 +00:00
ducarroz%netscape.com
9c4f10b079 sources clean up 1999-03-02 18:35:42 +00:00
ducarroz%netscape.com
205bfb5a17 clean up comment 1999-02-17 19:44:54 +00:00
ducarroz%netscape.com
d33a5fc1e3 Initial check in 1999-02-09 00:08:18 +00:00