warren%netscape.com
618d468469
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
locka%iol.ie
15f7763398
Replaced references to webshell with docshell equivalents
2000-05-12 20:41:19 +00:00
alecf%netscape.com
6a363ba9fa
scriptify key methods of nsIMsgSend so that QA can do more whitebox testing
2000-05-10 07:30:45 +00:00
alecf%netscape.com
f2b19b504e
add second parameter to nsISmtpService::FindServer for the datasource
2000-05-10 06:44:06 +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
rhp%netscape.com
a4e128e164
Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794
2000-03-24 21:22:53 +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
sspitzer%netscape.com
bcb86c8e55
use nsIUserInfo (it is exists) to set the users name if it needs it. (see linux only bug #26290 ). also, migrate the SSL nature of the smtp server, and add TrySSL to the nsISmtpServer interface. (bug #30321 ) fix problem with nsSmtpServer::SetAuthMethod()
2000-03-12 08:27:31 +00:00
mscott%netscape.com
cc0850b82d
Bug #28984 --> add a getter & setter for recipients
...
r=sspitzer
a=phil
2000-03-01 03:07:10 +00:00
alecf%netscape.com
4adefa8828
last part of fix for #23411 - support login redirectors in SMTP servers
...
r=mscott a=phil
2000-02-25 00:59:56 +00:00
alecf%netscape.com
a4946cd8f4
implement per-identity smtp servers and use the identity's smtp server if in fact it has a special one
...
bug #28898
r=mscott
a=phil
2000-02-23 09:42:54 +00:00
jefft%netscape.com
6c4c31dbda
fixed bug 18565 -- [PDT+] Single sign-on for SMTP; implemented auth login for smtp; added smtp logging; lay ground work for tls smtp; r=alecf,bienvenu,ducarroz
2000-02-16 05:59:51 +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
rhp%netscape.com
93757e9262
Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu
2000-02-11 01:31:15 +00:00
rhp%netscape.com
7e781c43ea
This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft
2000-02-07 03:06:51 +00:00
alecf%netscape.com
b4642f2b98
support multiple smtp servers in the backend, #18184
...
r=mscott
2000-02-01 00:05:02 +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
f43c28181f
Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft
1999-12-01 22:34:49 +00:00
ducarroz%netscape.com
4121bdcf42
Fix for bug 17771. Add a split addresses function in nsIMsgCompFields to let the UI use backend code to split correctly email addresses. R=jefft
1999-12-01 22:34:45 +00:00
ducarroz%netscape.com
69082b000c
First Checked In.
1999-11-24 23:01:13 +00:00
mscott%netscape.com
1f4bc2c530
Bug #14928 --> added nsIMailtoUrl interface and reduced the functionality
...
of nsISmtpUrl which was acting as both mailto and smtp
r=sspitzer
1999-11-18 08:37:06 +00:00
mscott%netscape.com
87e0b8cc20
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
cls%seawood.org
0ea4864d1d
Removing dependency upon security/freenav module. r=alecf
1999-11-13 23:51:49 +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
rhp%netscape.com
1e2b59665d
Changes for multipart alternative UI - Bug #: 17770 - r: jefft
1999-11-12 02:58:22 +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
mscott%netscape.com
beea25c5c6
Bug #16927 add nsIMsgQuoteListener interface
...
r=rhp
1999-10-28 04:21:02 +00:00
rhp%netscape.com
6f8d25b717
Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu
1999-10-25 19:04:56 +00:00
ducarroz%netscape.com
61963bad56
Bug 14258, implement Send Page. R=alecf
1999-10-23 04:50:20 +00:00
alecf%netscape.com
c28c70ac9d
finish landing nsIModule for compose
...
this and my last checkin r=sspizter
no bug, porkjockey work
1999-10-12 00:37:39 +00:00
alecf%netscape.com
19252b3d04
add new findServer() method and javadoc comments
...
r=sspitzer
#15140
1999-10-05 03:29:42 +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
sspitzer%netscape.com
ca2ce65b99
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
alecf%netscape.com
6e6f6922ea
rename default server attribute, and change default smtp prefix to "smtp" instead of "server"
1999-09-19 23:58:57 +00:00
ducarroz%netscape.com
cdd8de3746
Remove unused function LoadFields
1999-09-16 23:55:06 +00:00
jefft%netscape.com
a46c88cc36
fixed bug 13574 -- use stream converter instead of temp file for reply quoting
1999-09-15 02:13:04 +00:00
briano%netscape.com
3474999aa5
General cleanup.
1999-09-14 23:05:06 +00:00
alecf%netscape.com
3c33281fd3
support add/removal of SMTP servers
1999-09-14 07:03:47 +00:00
mscott%netscape.com
a40fc1f4ab
Remove obsolete file. It's been replaced by an idl file.
1999-09-01 04:24:26 +00:00
ducarroz%netscape.com
00eff64657
Add way to quote a message without headers, just quote the body.
1999-08-27 21:18:57 +00:00
mscott%netscape.com
6241384a29
Bug #7811m --> nsISmtpService is now an idl file
1999-08-27 21:14:26 +00:00
mscott%netscape.com
6c27c48ae2
Bug #7811 --. nsISmtpService is now an idl file.
1999-08-27 21:13:04 +00:00
mscott%netscape.com
ad166748ef
Bug #7811 --> turn this interface into an XPIDL interface.
1999-08-27 21:12:22 +00:00