Commit Graph

214 Commits

Author SHA1 Message Date
bryner%uiuc.edu
7392e0471c Bug 68094 - set correct notification callbacks on channel for SMTP. r=sspitzer, sr=mscott. 2001-02-25 02:42:17 +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
sspitzer%netscape.com
2179974487 fix for #58085. r=hwaara, ducarroz. sr=bienvenu.
based on initial patch from hwaara@chello.se.
fix the reply button tooltip, fix the reply to sender ui elements,
and get reply to sender to work correctly.
2001-01-31 23:00:18 +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
86d234f8cc First Checked In. 2000-12-06 15:17:25 +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
mscott%netscape.com
c42c921e8e Bug #44161 --> remove reference to m_docshell which we don't need now.
r=ducarroz
2000-08-10 22:54:37 +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
mscott%netscape.com
6ad9dbcbf9 Bug #47853, 47901, 47835, 47324, 47811 --> back out caching of smtp capabilities...this breaks the smtp protocol
which requires an EHLO or HELO to always be issued. Fix case for HELO response.
r=bienvenu
2000-08-08 00:22:34 +00:00
mscott%netscape.com
072584458d Bug #39736 --> pass in the charset to quote the body with. this helps fix charset over ride has
no effect on quoting.
r=nhotta
2000-07-20 07:41:12 +00:00
bienvenu%netscape.com
3198c38bd1 fix problem posting to wrong news server r=mscott 35678 2000-07-10 02:38:22 +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
jefft%netscape.com
ca0f8937e3 fixed bug 18293 - My ISP complains about not receiving a HELO command first; r=bienvenu 2000-06-22 13:56:07 +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
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
sspitzer%netscape.com
06e22a4d45 fix for #36159, get send unsent messages to work again. while I'm here, remove
the rosetta_mailnews.h horse crap.  r=mscott.
2000-05-25 01:02:13 +00:00
alecf%netscape.com
4bd898d3d6 reflect server hostname into smtp datasource for #18184 r=putterman 2000-05-19 19:57:55 +00:00
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