Commit Graph

707 Commits

Author SHA1 Message Date
alecf%netscape.com
73037d0bbd fix for #29714
make sure to store the mServersLoaded=PR_TRUE even if there is some wierd pref failure
a=phil
r=mscott


git-svn-id: svn://10.0.0.236/trunk@62086 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 23:41:34 +00:00
mscott%netscape.com
926b691cf4 Bug #28984 --> use SetRecipients to set the recipients on the smtp url. I forgot to check this file
in with the rest of the files I checked in earlier.
r=sspitzer
a=phil


git-svn-id: svn://10.0.0.236/trunk@61961 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 06:38:34 +00:00
mscott%netscape.com
7044f74c40 Bug #28984 --> add a getter & setter for recipients. The recipients are now stored as a field in the smtp url
instead of as part of the url spec.
r=sspitzer
a=phil


git-svn-id: svn://10.0.0.236/trunk@61944 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:08:05 +00:00
rhp%netscape.com
053dcf4c49 Finally correcting the nsIXULWindow issue in nsMsgSend.cpp
git-svn-id: svn://10.0.0.236/trunk@61861 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 09:13:10 +00:00
rhp%netscape.com
44d924b87e Fixing again..
git-svn-id: svn://10.0.0.236/trunk@61856 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 08:02:04 +00:00
rhp%netscape.com
a0cc13b393 Fixing breakage
git-svn-id: svn://10.0.0.236/trunk@61855 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:43:21 +00:00
rhp%netscape.com
36967dbd03 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@61852 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:04:24 +00:00
mscott%netscape.com
817f77a55b Bug #23788 --> implement logon redirection support for smtp.
r=bienvenu
a=phil


git-svn-id: svn://10.0.0.236/trunk@61760 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 09:04:44 +00:00
mscott%netscape.com
7032d57015 Bug #23788 --> add a string for noting that we are trying to connect to
the smtp server.
r=bienvenu
a=phil


git-svn-id: svn://10.0.0.236/trunk@61759 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-27 08:47:28 +00:00
sspitzer%netscape.com
5ea6a0cd6d fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
git-svn-id: svn://10.0.0.236/trunk@61734 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:52:06 +00:00
hangas%netscape.com
48aedc4548 Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil
git-svn-id: svn://10.0.0.236/trunk@61635 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 01:55:17 +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
rhp%netscape.com
0d9feecbae Fix for sending mails with empty bodies - Bug #: 27891 - r: ducarroz - a: phil
git-svn-id: svn://10.0.0.236/trunk@61245 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 23:56:08 +00:00
jefft%netscape.com
376650557e fix wensleydale build bustage; stupid type casting; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@61134 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 16:42:11 +00:00
alecf%netscape.com
4e55e3a778 fix some bad warnings
git-svn-id: svn://10.0.0.236/trunk@61092 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 06:30:03 +00:00
sspitzer%netscape.com
5aced0dc6b clean up -help output. fix bug #26959, make it so when you start
a browser window, the right page (home, blank or last page visted) gets
loaded.  clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js.  r=mscott


git-svn-id: svn://10.0.0.236/trunk@61086 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 06:22:03 +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
08bfcf7763 Fix potential bustage on some port tinderbox. Replace a "true" by a "PR_TRUE". r=alecf
git-svn-id: svn://10.0.0.236/trunk@61053 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 04:50:46 +00:00
putterman%netscape.com
5370786bac Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
to it so that you don't lose your place in the thread pane.  More work on 26456.  r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.


git-svn-id: svn://10.0.0.236/trunk@60978 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 00:39:23 +00:00
ducarroz%netscape.com
a942b772c4 Fix bug 22141. Recipients are by default non html compliant. R=alecf@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60921 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 21:25:31 +00:00
ducarroz%netscape.com
e4d903c226 Fix bug 27424. We need to through an error if the smtp host name is empty. R=alecf@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60917 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 21:22:00 +00:00
mkaply%us.ibm.com
ba1d030d12 # 25555
r= mscott@netscape.com
OS/2 changes for Mozilla


git-svn-id: svn://10.0.0.236/trunk@60886 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 15:29:20 +00:00
ducarroz%netscape.com
d1e9c92de4 Fix build bustage. void** casting missing. Sorry.
git-svn-id: svn://10.0.0.236/trunk@60838 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 07:16:31 +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
42f33affc8 Fix for error on copying to Sent folder after send operation - Bug #: 27460 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@60778 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:52:12 +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
d838ed040c Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
git-svn-id: svn://10.0.0.236/trunk@60292 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 06:48:22 +00:00
valeski%netscape.com
182f5c8e73 #define collision. net.h must dies
git-svn-id: svn://10.0.0.236/trunk@60208 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 06:48:12 +00:00
tbogard%aol.net
c416db8338 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
git-svn-id: svn://10.0.0.236/trunk@60129 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 13:40:10 +00:00
valeski%netscape.com
32363cdb17 r=dougt. 10465. mail news now uses the HTTP handler service for user agent components
git-svn-id: svn://10.0.0.236/trunk@60094 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 06:24:07 +00:00
alecf%netscape.com
66ca033e70 attempted fix for mac bustage
git-svn-id: svn://10.0.0.236/trunk@60067 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 04:36:12 +00:00
sspitzer%netscape.com
239e103aad make it so -chrome <chrome url> does the right thing.
r=mscott


git-svn-id: svn://10.0.0.236/trunk@60054 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 03:12:39 +00:00
rhp%netscape.com
0c86e80459 Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@60017 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 01:15:54 +00:00
sspitzer%netscape.com
9590786254 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott


git-svn-id: svn://10.0.0.236/trunk@60015 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 01:11:13 +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
rhp%netscape.com
3d8b7a2d86 Small cleanup patch for nsMsgCompUtils.cpp in the work on bug 16398 (format=flowed). - r: rhp (external contribution)
git-svn-id: svn://10.0.0.236/trunk@59948 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-06 17:24:40 +00:00
pp%ludusdesign.com
56f8ec1f57 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com
git-svn-id: svn://10.0.0.236/trunk@59926 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-06 03:18:27 +00:00
rhp%netscape.com
bb3a45b5f7 Fix mail send problems when invalid embedded objects exist in message - Bug #: 24999 - r: ducarroz
git-svn-id: svn://10.0.0.236/trunk@59900 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 22:31:37 +00:00
alecf%netscape.com
270c3647cd oops, missed one
this and the last checkin r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@59866 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 06:08:12 +00:00
alecf%netscape.com
9adc1a0e22 switch from nsAutoCString to nsCAutoString
git-svn-id: svn://10.0.0.236/trunk@59865 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-05 06:07:25 +00:00
mscott%netscape.com
c8948a35f6 more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
application layer into the webshell/docshell layer.

r=travis


git-svn-id: svn://10.0.0.236/trunk@59760 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 08:45:34 +00:00
valeski%netscape.com
867f16ef2b URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
git-svn-id: svn://10.0.0.236/trunk@59615 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 03:44:22 +00:00
mscott%netscape.com
ae3a18e3a4 Fix for possible build breakage on Mac.
git-svn-id: svn://10.0.0.236/trunk@59609 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 02:48:43 +00:00
rhp%netscape.com
b8462e700e More AppleDouble work - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@59608 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 02:41:27 +00:00
rhp%netscape.com
d6ef6f4381 More AppleDouble work - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@59602 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:43:52 +00:00
mscott%netscape.com
c627f8602a More work on AppleDouble - NOT PART OF THE BUILD!!!
git-svn-id: svn://10.0.0.236/trunk@59600 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:33:40 +00:00
rhp%netscape.com
f8bf8a7851 More AppleDouble work - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@59597 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:28:07 +00:00
rhp%netscape.com
9f2755b733 More AppleDouble work - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@59593 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 01:20:49 +00:00
rhp%netscape.com
f00b29abf4 More AppleDouble work - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@59579 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-03 00:38:20 +00:00