Commit Graph

183 Commits

Author SHA1 Message Date
mscott%netscape.com
34d24a7a52 Bug #28984 --> add a getter & setter for recipients
r=sspitzer
a=phil


git-svn-id: svn://10.0.0.236/trunk@61943 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:07:10 +00:00
alecf%netscape.com
8c46261451 last part of fix for #23411 - support login redirectors in SMTP servers
r=mscott a=phil


git-svn-id: svn://10.0.0.236/trunk@61625 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 00:59:56 +00:00
alecf%netscape.com
30558059dc 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


git-svn-id: svn://10.0.0.236/trunk@61486 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-23 09:42:54 +00:00
jefft%netscape.com
226cf13909 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
git-svn-id: svn://10.0.0.236/trunk@61081 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 05:59:51 +00:00
ducarroz%netscape.com
bf4eb6f5a9 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
git-svn-id: svn://10.0.0.236/trunk@60821 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 06:48:13 +00:00
rhp%netscape.com
eff8747476 Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@60402 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 01:31:15 +00:00
rhp%netscape.com
fd75b7dfd9 This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@59975 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-07 03:06:51 +00:00
alecf%netscape.com
baf80104da support multiple smtp servers in the backend, #18184
r=mscott


git-svn-id: svn://10.0.0.236/trunk@59321 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 00:05:02 +00:00
ducarroz%netscape.com
e4460bab37 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
git-svn-id: svn://10.0.0.236/trunk@59029 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 06:20:44 +00:00
ducarroz%netscape.com
c0461fb6c4 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
git-svn-id: svn://10.0.0.236/trunk@57861 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 01:33:18 +00:00
sspitzer%netscape.com
93dd80eb8f 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.


git-svn-id: svn://10.0.0.236/trunk@56542 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 10:54:52 +00:00
ducarroz%netscape.com
60cd3e0147 Part of fix for bug 17771. Add class nsIMsgRecipientArray. R=jefft
git-svn-id: svn://10.0.0.236/trunk@54949 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 22:34:49 +00:00
ducarroz%netscape.com
d56a580bdd 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
git-svn-id: svn://10.0.0.236/trunk@54948 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-01 22:34:45 +00:00
ducarroz%netscape.com
238a498f13 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@54447 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-24 23:01:13 +00:00
mscott%netscape.com
48fa4a66e0 Bug #14928 --> added nsIMailtoUrl interface and reduced the functionality
of nsISmtpUrl which was acting as both mailto and smtp
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@53862 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 08:37:06 +00:00
mscott%netscape.com
38736ca7bd Bug #14928 --> add method for opening a compose window given a mailto url.
this is needed for url dispatching.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@53861 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 08:36:39 +00:00
cls%seawood.org
3eb07b84ae Removing dependency upon security/freenav module. r=alecf
git-svn-id: svn://10.0.0.236/trunk@53438 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-13 23:51:49 +00:00
ducarroz%netscape.com
996c3bcb67 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
git-svn-id: svn://10.0.0.236/trunk@53426 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-13 16:04:41 +00:00
rhp%netscape.com
fcb79a75fb Changes for multipart alternative UI - Bug #: 17770 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@53309 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-12 02:58:22 +00:00
sspitzer%netscape.com
5839aa32bc 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


git-svn-id: svn://10.0.0.236/trunk@52980 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-09 02:04:06 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
mscott%netscape.com
5daada9f2c Bug #16927 add nsIMsgQuoteListener interface
r=rhp


git-svn-id: svn://10.0.0.236/trunk@52053 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 04:21:02 +00:00
rhp%netscape.com
b8a92b1146 Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu
git-svn-id: svn://10.0.0.236/trunk@51732 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 19:04:56 +00:00
ducarroz%netscape.com
798afa71eb Bug 14258, implement Send Page. R=alecf
git-svn-id: svn://10.0.0.236/trunk@51634 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-23 04:50:20 +00:00
alecf%netscape.com
e2e17b4ff5 finish landing nsIModule for compose
this and my last checkin r=sspizter
no bug, porkjockey work


git-svn-id: svn://10.0.0.236/trunk@50399 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-12 00:37:39 +00:00
alecf%netscape.com
455a608f47 add new findServer() method and javadoc comments
r=sspitzer
#15140


git-svn-id: svn://10.0.0.236/trunk@49791 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 03:29:42 +00:00
alecf%netscape.com
0ce90ca711 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both


git-svn-id: svn://10.0.0.236/trunk@49751 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-04 23:50:56 +00:00
jefft%netscape.com
e615b6b808 implemented forward messages as attachments & inline; a=mcafee
git-svn-id: svn://10.0.0.236/trunk@49357 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-29 20:43:50 +00:00
alecf%netscape.com
b59592644c add support for identity-specific HTML compose and signatures
git-svn-id: svn://10.0.0.236/trunk@48515 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:37:23 +00:00
sspitzer%netscape.com
bf84e03cf4 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls


git-svn-id: svn://10.0.0.236/trunk@48303 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:12:28 +00:00
alecf%netscape.com
aa904faf14 rename default server attribute, and change default smtp prefix to "smtp" instead of "server"
git-svn-id: svn://10.0.0.236/trunk@48287 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-19 23:58:57 +00:00
ducarroz%netscape.com
d9918e436a Remove unused function LoadFields
git-svn-id: svn://10.0.0.236/trunk@47873 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 23:55:06 +00:00
jefft%netscape.com
785ff12695 fixed bug 13574 -- use stream converter instead of temp file for reply quoting
git-svn-id: svn://10.0.0.236/trunk@47498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 02:13:04 +00:00
briano%netscape.com
2f7e18a827 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@47430 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:05:06 +00:00
alecf%netscape.com
8da5943000 support add/removal of SMTP servers
git-svn-id: svn://10.0.0.236/trunk@47302 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 07:03:47 +00:00
mscott%netscape.com
9f8ef6e734 Remove obsolete file. It's been replaced by an idl file.
git-svn-id: svn://10.0.0.236/trunk@45431 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 04:24:26 +00:00
ducarroz%netscape.com
6f06546c0d Add way to quote a message without headers, just quote the body.
git-svn-id: svn://10.0.0.236/trunk@44901 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:18:57 +00:00
mscott%netscape.com
702d8c415d Bug #7811m --> nsISmtpService is now an idl file
git-svn-id: svn://10.0.0.236/trunk@44896 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:14:26 +00:00
mscott%netscape.com
dcf457cb37 Bug #7811 --. nsISmtpService is now an idl file.
git-svn-id: svn://10.0.0.236/trunk@44893 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:13:04 +00:00
mscott%netscape.com
6b67f186b6 Bug #7811 --> turn this interface into an XPIDL interface.
git-svn-id: svn://10.0.0.236/trunk@44891 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-27 21:12:22 +00:00
mscott%netscape.com
9b560996ed This file is not part of the build yet! (approved by cyeh)
This file is the idl replacement of nsISmtpService.h


git-svn-id: svn://10.0.0.236/trunk@44699 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-26 21:50:46 +00:00
mscott%netscape.com
ad3f963d10 This file has been replaced by an idl file.
git-svn-id: svn://10.0.0.236/trunk@44575 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 23:57:03 +00:00
sfraser%netscape.com
2c0ea5d602 Remove an errant semicolon
git-svn-id: svn://10.0.0.236/trunk@44522 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-25 21:28:39 +00:00
mscott%netscape.com
3c54da1f9b I think the clobber windows build may break because I took out the wrong header file from this makefile (the file was still in
my dist directory when I built which is why it worked). In anticipation of eventual breakage, I'm fixing it now.
a=gramps.


git-svn-id: svn://10.0.0.236/trunk@44404 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 23:48:09 +00:00
mscott%netscape.com
a5b1d7a102 Bug #7811 -- nsISmtpUrl is not an idl file.
git-svn-id: svn://10.0.0.236/trunk@44382 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:18:30 +00:00
mscott%netscape.com
553fe6af7f Bug #7811. turn nsISmtpUrl into an IDL file
git-svn-id: svn://10.0.0.236/trunk@44379 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:16:29 +00:00
mscott%netscape.com
bb83fe7445 Bug #7811 --> turn nsISmtpUrl.h into a fully scriptable IDL file. This involved changing several apis in the interface.
git-svn-id: svn://10.0.0.236/trunk@44378 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 22:15:52 +00:00
mscott%netscape.com
cd0fa2200e Not part of the buidl yet. an idl file to replace nsISmtpUrl.h
git-svn-id: svn://10.0.0.236/trunk@44350 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 21:47:17 +00:00
alecf%netscape.com
1d71fbf941 add new SMTP server API
(incomplete implementation, not hooked up yet)


git-svn-id: svn://10.0.0.236/trunk@43784 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-20 04:49:04 +00:00
alecf%netscape.com
bf67818afb add smtp server to mac/unix/windows build
git-svn-id: svn://10.0.0.236/trunk@43781 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-20 04:20:23 +00:00