scott%scott-macgregor.org
789eaab2e0
Bug #330443 --> msg content policy manager improvements. decontamination work by removing nsIDraft/nsMsgCreate.cpp/nsMsgCreate.h using a simple method call instead. sr=bienvenu
2006-10-26 20:26:43 +00:00
bienvenu%nventure.com
5d914e30ae
add support for reply/forward filter actions for after the fact filtering, and reply filters for imap, 11034, sr=mscott, a=asa
2005-06-13 18:10:20 +00:00
bienvenu%nventure.com
4002abd390
backend support for filters that reply/forward messages, sr=mscott, a=shaver, 11034
2005-06-01 18:10:52 +00:00
gerv%gerv.net
482dc5fcad
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
jshin%mailaps.org
fdf2ad9bff
bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott)
2004-04-13 04:07:07 +00:00
scott%scott-macgregor.org
a12a6b15c6
Bug #209403 --> mail compose window needs to be able to handle a mailto url passed in as a window argument.
...
r/sr=sspitzer
2003-06-17 02:17:52 +00:00
ducarroz%netscape.com
e2f1b0657c
Fix for bug 108731. Send Page and Send Link must use to message compose service in order to be able to use a recycled window. R=varada, SR=mscott
2001-11-20 03:09:41 +00:00
ducarroz%netscape.com
6d52592e83
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer
2001-11-03 04:42:19 +00:00
ducarroz%netscape.com
ed58417ba8
Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
...
R=varada, SR=sspitzer
2001-10-30 14:42:41 +00:00
sspitzer%netscape.com
5d0e1cdcf5
partial fix for #100835 . fwding (inline) imap messages with large attachments
...
and editing imap templates & drafts with large attachments is slow since we
have to download the attachment. this makes it so the user sees download progress
in the msg window. r=ducarroz, sr=mscott
2001-10-01 18:45:16 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
varada%netscape.com
f11e190382
fix for 99146- performance improvement for mailcompose window- getting rid of unnecessary logging; r/sr= sspitzer
2001-09-12 20:47:38 +00:00
ducarroz%netscape.com
cb00fbf56f
Fix for bug 95124. Add/update interfaces to pass a send listener and a smtp password when opening a compose window. R=bienvenu, SR=mscott
2001-08-15 22:40:14 +00:00
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
sspitzer%netscape.com
0485197843
fix for #75290 . clean up our temp files when doing save as draft.
...
fix by cavin@netscape.com . r=ducarroz, sr=sspitzer
2001-04-10 07:23:18 +00:00
mscott%netscape.com
5f8e59593c
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
ducarroz%netscape.com
7582bfdbb8
Bug 22486. Add TimeStamp function to track new message and reply performance. R=sspitzer, SR=bienvenu
2001-03-05 20:00:26 +00:00
ducarroz%netscape.com
df503cea42
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
vidur%netscape.com
4a41eee18d
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
ducarroz%netscape.com
e8a111652c
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
mscott%netscape.com
3313e53472
Bug #14928 --> add method for opening a compose window given a mailto url.
...
this is needed for url dispatching.
r=sspitzer
1999-11-18 08:36:39 +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
ducarroz%netscape.com
5db19c6ffc
Bug 14258, implement Send Page. R=alecf
1999-10-23 04:50:20 +00:00
alecf%netscape.com
31f2ef8625
add support for identity-specific HTML compose and signatures
1999-09-21 05:37:23 +00:00
sspitzer%netscape.com
c245a83fdb
check in work around for #10235
...
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
ducarroz%netscape.com
9d25fb7084
Add a new message compose service command that let you create a message from a nsIMsgCompFields.
1999-07-14 21:34:25 +00:00
ducarroz%netscape.com
d5a403fb9a
Add OpenComposeWindowWithValues()
1999-07-13 20:07:10 +00:00
ducarroz%netscape.com
52f7c9ae65
Add temporary an argument to OpenComposeWindow
1999-06-10 22:06:01 +00:00
ducarroz%netscape.com
1f5a497edf
First Checked In.
1999-06-10 00:41:28 +00:00