Граф коммитов

1399 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 88fe594ab4 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 6488633a19 Bug #30553 --> API sync with the change to nsIContentHandler::HandleContent.
r=travis
a=jevering
2000-03-09 08:18:21 +00:00
sspitzer%netscape.com 15fa5b3235 fix for #30381. r=mscott, a=jar. get -compose to work again. 2000-03-07 05:35:36 +00:00
hangas%netscape.com b109077b5a Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +00:00
mscott%netscape.com 3a988935c7 Bug #30144 --> correctly set the user agent for messenger to be the same user agent http is using. We were
incorrectly setting to be the app name (Mozilla 5.0) which is the same in both the mozilla and commercial builds.
r=alecf
a=phil,jar
2000-03-05 03:12:46 +00:00
ducarroz%netscape.com aba0c77cbe Fix for bug 30172. Add a line break before and after the link tag when sending a page or a link. R=rhp, A=jar 2000-03-04 16:54:36 +00:00
alecf%netscape.com a7204f3a03 fix for REALLY stupid typo from my earlier fix for #29714
typo fix was reviewed by mscott, and because this was part of an earlier checkin, this is also a=phil
2000-03-03 08:10:52 +00:00
mscott%netscape.com b574527cd1 Bug #30102 --> don't logoff the external login requestor
if we succeeded in the request...we want to cache the requestor
 for the session.
r=amusil
a=daver
2000-03-03 06:29:58 +00:00
ducarroz%netscape.com 7313198728 Fix for bug 30188. We need to set the tree width to 0 if we want let the flex attribute do is job. This because trees have a fix width of 200px by default. R=mscott, A=phil,daver. 2000-03-03 04:57:59 +00:00
alecf%netscape.com 0e19578336 fix for #29714
make sure to store the mServersLoaded=PR_TRUE even if there is some wierd pref failure
a=phil
r=mscott
2000-03-02 23:41:34 +00:00
mscott%netscape.com 83ea176daf 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
2000-03-01 06:38:34 +00:00
mscott%netscape.com ee923ac9ba 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
2000-03-01 03:08:05 +00:00
mscott%netscape.com 49519e5eed Bug #28984 --> add a getter & setter for recipients
r=sspitzer
a=phil
2000-03-01 03:07:10 +00:00
rhp%netscape.com d486886282 Finally correcting the nsIXULWindow issue in nsMsgSend.cpp 2000-02-29 09:13:10 +00:00
rhp%netscape.com 0a2fb66b4e Fixing again.. 2000-02-29 08:02:04 +00:00
rhp%netscape.com 534958a414 Fixing breakage 2000-02-29 07:43:21 +00:00
rhp%netscape.com 4e7f4db46b Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +00:00
blizzard%redhat.com 8bbac10e64 fix spelling of hander to handler. bug #29407. r=sspitzer 2000-02-27 20:51:11 +00:00
mscott%netscape.com 9e5648ac13 Bug #23788 --> implement logon redirection support for smtp.
r=bienvenu
a=phil
2000-02-27 09:04:44 +00:00
mscott%netscape.com 87afa67505 Bug #23788 --> add a string for noting that we are trying to connect to
the smtp server.
r=bienvenu
a=phil
2000-02-27 08:47:28 +00:00
sspitzer%netscape.com 83498d2ac6 fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
bryner%uiuc.edu bbfe27364b Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
hangas%netscape.com 1f423ff27f Fix for PDT+ bug 23091 (Messages pref panel). r=scottip a=phil 2000-02-25 01:56:02 +00:00
hangas%netscape.com 985a3556f5 Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00
alecf%netscape.com 36a6ad0489 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 b09a8b8140 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
ducarroz%netscape.com ab16cc5173 Fix for PDT+ 28451. We need to preset return value in case user close dialog using the close box. R=hangas, A=phil 2000-02-22 22:35:26 +00:00
nhotta%netscape.com ee5c4ecff2 Changed Big5 id to be uppercase so it gets checkmarked, bug 28231, r=cata, a=bobj. 2000-02-19 00:11:24 +00:00
rhp%netscape.com dbc92eaf9e Fix for sending mails with empty bodies - Bug #: 27891 - r: ducarroz - a: phil 2000-02-17 23:56:08 +00:00
nhotta%netscape.com f794b5a043 Fixed the problem which prevented to put a check mark for reply charset, bug 28055, r=cata, a=bobj. 2000-02-17 03:27:29 +00:00
ducarroz%netscape.com b7bb30e474 Fix for bug 26906 (PDT+). Remove incomplete key binding. R=hangas 2000-02-17 02:38:55 +00:00
jefft%netscape.com 730c447528 fix wensleydale build bustage; stupid type casting; r=bienvenu 2000-02-16 16:42:11 +00:00
nhotta%netscape.com 93991fcc9b Enabled 'oncreate' for charset menu added code to hanlde reply/forward charset cases, bug 23540, r=cata. 2000-02-16 07:46:37 +00:00
alecf%netscape.com 53ae99d86e fix some bad warnings 2000-02-16 06:30:03 +00:00
sspitzer%netscape.com 26b267ec48 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
2000-02-16 06:22:03 +00:00
jefft%netscape.com 8eef06b259 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
nhotta%netscape.com eee9b5514f Added a menu item "Set Default Mail Send Character Set" also enabled check mark for the charset menu, bug 23540, r=cata. 2000-02-16 05:17:09 +00:00
ducarroz%netscape.com 5edb720c89 Fix potential bustage on some port tinderbox. Replace a "true" by a "PR_TRUE". r=alecf 2000-02-16 04:50:46 +00:00
sfraser%netscape.com 32a2dc720c Changes to get edit menu commands updating properly. For bug 18395. r=pinkerton 2000-02-16 01:49:50 +00:00
putterman%netscape.com 10f1f6ee30 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.
2000-02-16 00:39:23 +00:00
ducarroz%netscape.com 3c05a8ded2 Fix bug 22141. Recipients are by default non html compliant. R=alecf@netscape.com 2000-02-15 21:25:31 +00:00
andreww%netscape.com c3a582657f adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil 2000-02-15 21:24:39 +00:00
ducarroz%netscape.com 4480301be7 Fix bug 27424. We need to through an error if the smtp host name is empty. R=alecf@netscape.com 2000-02-15 21:22:00 +00:00
ducarroz%netscape.com 0ef8bf9f38 Fix regression 27830. New argument in SplitRecipients inserted at the wrong place. A=granrose 2000-02-15 19:57:55 +00:00
mkaply%us.ibm.com 2c22c64b1b # 25555
r= mscott@netscape.com
OS/2 changes for Mozilla
2000-02-15 15:29:20 +00:00
ducarroz%netscape.com 299db7df1d Fix build bustage. void** casting missing. Sorry. 2000-02-15 07:16:31 +00:00
ducarroz%netscape.com b5e982f563 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 059993dfec Fix for error on copying to Sent folder after send operation - Bug #: 27460 - r: jefft 2000-02-15 01:52:12 +00:00
evaughan%netscape.com aee324fc26 Fix for bug 24351 as well as other jumping buttons and glitches in UI. 2000-02-14 05:30:05 +00:00
ducarroz%netscape.com 466a0f8f6b UI Part of feature 17072. Add new UI files to make files. R=rhp 2000-02-12 06:46:07 +00:00
ducarroz%netscape.com 353dede1e0 First Checked In. 2000-02-12 03:58:01 +00:00
hangas%netscape.com 445cd82e25 Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip 2000-02-12 01:37:43 +00:00
hangas%netscape.com 7cd73e4c87 Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt. 2000-02-11 06:05:04 +00:00
ducarroz%netscape.com bd80e2acf8 Fix for the regression of bug 26408. I forget to call awFinishCopyNode after we create rows during the initialization. R=jefft 2000-02-11 05:52:38 +00:00
rhp%netscape.com 09ebc0aef9 Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu 2000-02-11 01:31:15 +00:00
fergus%netscape.com 72fc015263 Changes to Localization notes. r=chjung@netscape.com 2000-02-11 01:11:35 +00:00
ducarroz%netscape.com e88a376e86 Fix regression 27194. A=granrose. Check in missing for fix for bug 26966, 26984, 26988. Minor menu changes. R=alecf 2000-02-10 18:04:13 +00:00
rhp%netscape.com de76ea0ee3 Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip 2000-02-10 06:48:22 +00:00
ducarroz%netscape.com 4386fc3801 Fix for bug 26966, 26984, 26988. Minor menu changes. R=alecf 2000-02-10 06:05:57 +00:00
cmanske%netscape.com 7ef59d741f Make Messenger Composer Format menu merge messenger-only items correctly. r=ducarroz 2000-02-10 05:13:32 +00:00
valeski%netscape.com 10bda47d73 #define collision. net.h must dies 2000-02-09 06:48:12 +00:00
tbogard%aol.net f5d81c3e9c 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 2000-02-08 13:40:10 +00:00
valeski%netscape.com 16f0daf3c5 r=dougt. 10465. mail news now uses the HTTP handler service for user agent components 2000-02-08 06:24:07 +00:00
alecf%netscape.com a6b43c654b attempted fix for mac bustage 2000-02-08 04:36:12 +00:00
sspitzer%netscape.com ad5fa4d555 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
ducarroz%netscape.com 48060129e5 Fix related to bug 10932 and 26344. Need to reset all the event handlers of a dynamically created node after it has been inserted in the DOM. Also do not created a new recipient row when the user press enter after entering a recipient. R=mscott 2000-02-08 02:39:41 +00:00
rhp%netscape.com cc34e6b8ad Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft 2000-02-08 01:15:54 +00:00
sspitzer%netscape.com 17eebe8a61 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
2000-02-08 01:11:13 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
rhp%netscape.com 014209f138 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
rhp%netscape.com fef7b277db Small cleanup patch for nsMsgCompUtils.cpp in the work on bug 16398 (format=flowed). - r: rhp (external contribution) 2000-02-06 17:24:40 +00:00
sspitzer%netscape.com 4b48f48eda in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf
2000-02-06 06:54:52 +00:00
pp%ludusdesign.com 6281a9efd1 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
waterson%netscape.com 59a22e3c11 Bug 26344. Copy event handler 'by hand', as attribute-based compilation will only occur when an element is in the document. Added grafitti about using cloneNode(), which may be better, modulo bug 26528. r=mscott 2000-02-06 01:36:23 +00:00
rhp%netscape.com a6723b2717 Fix mail send problems when invalid embedded objects exist in message - Bug #: 24999 - r: ducarroz 2000-02-05 22:31:37 +00:00
alecf%netscape.com cf7553e6c9 oops, missed one
this and the last checkin r=sspitzer
2000-02-05 06:08:12 +00:00
alecf%netscape.com 8389bb5c80 switch from nsAutoCString to nsCAutoString 2000-02-05 06:07:25 +00:00
ducarroz%netscape.com 0735d1968a Fix bug 25565 and part of bug 25573. Add separator beetween toolbar buttons and disable the one not yet implemented. R=hangas 2000-02-05 01:15:06 +00:00
ducarroz%netscape.com 434cd97064 Fix for bugs 12507, 15103, 15105, 22077, 25137, 26408, 10932. A lot of UI work. R=hangas 2000-02-04 22:52:03 +00:00
mscott%netscape.com 7f04e0c460 more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
application layer into the webshell/docshell layer.

r=travis
2000-02-04 08:45:34 +00:00
valeski%netscape.com 79132da2fc URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes 2000-02-03 03:44:22 +00:00
mscott%netscape.com 01765890e9 Fix for possible build breakage on Mac. 2000-02-03 02:48:43 +00:00
rhp%netscape.com 9be907a783 More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 02:41:27 +00:00
rhp%netscape.com a140fa6173 More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 01:43:52 +00:00
mscott%netscape.com ef3ae390c3 More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-03 01:33:40 +00:00
rhp%netscape.com 418f559d8d More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 01:28:07 +00:00
rhp%netscape.com 944680346e More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 01:20:49 +00:00
rhp%netscape.com 904ed0139a More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 00:38:20 +00:00
mscott%netscape.com 7e3f24e22f More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-03 00:07:22 +00:00
rhp%netscape.com 140391e238 More work on AppleDouble - NOT PART OF THE BUILD! 2000-02-02 23:55:13 +00:00
rhp%netscape.com 54c0bf4393 Cleaning up files - NOT PART OF THE BUILD 2000-02-02 23:51:16 +00:00
rhp%netscape.com a596d8dc76 More AppleDouble work - NOT PART OF THE BUILD 2000-02-02 22:31:28 +00:00
alecf%netscape.com b9c7db8158 cleanup access to the account manager and remove crufty code
r=sspitzer
2000-02-02 07:04:12 +00:00
alecf%netscape.com 9b1895e5c9 cleanup to use default account rather than depricated GetCurrentIdentity
r=sspitzer
2000-02-02 07:03:08 +00:00
alecf%netscape.com 8cc26fea2c stop using currentIdentity, use the default account instead
r=sspitzer
2000-02-02 06:56:16 +00:00
alecf%netscape.com 92069a2324 remove obsolete method so I can remove GetCurrentServer()
(test program only, not part of product)
2000-02-02 06:42:59 +00:00
mscott%netscape.com ec1d07af8f rhp: More AppleDouble work - NOT PART OF THE BUILD!!! 2000-02-02 02:36:36 +00:00
alecf%netscape.com e0b19ea6b3 fix up the messages pref pane so stuff wraps a little nicer
r=sspitzer
2000-02-02 02:31:50 +00:00
rhp%netscape.com 27ff1d96dd More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-02 02:24:03 +00:00
alecf%netscape.com ad7405dfbd fix autocomplete so that it completes against the currently selected identity, rather than the 'current' identity (which was bogus anyway)
r=ducarroz
2000-02-02 01:54:32 +00:00
rhp%netscape.com 650269aa67 More work on AppleDouble - NOT PART OF THE BUILD!!! 2000-02-02 01:43:25 +00:00
rhp%netscape.com c5fd1b8f97 Changes to prepare for AppleDouble support - NO CHANGES ARE PART OF THE BUILD! 2000-02-02 00:08:12 +00:00
rhp%netscape.com 877171c87e Fix to add feedback for send operation - Bug 25500 - r: ducarroz 2000-02-01 22:46:38 +00:00
ducarroz%netscape.com af89452e49 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
alecf%netscape.com 85d0e1bd30 support multiple smtp servers in the backend, #18184
r=mscott
2000-02-01 00:05:02 +00:00
putterman%netscape.com f49730e17b Fix for 10796. r=jefft and ducarroz. Hook up double clicks on thread pane for drafts and templates. 2000-01-31 22:20:55 +00:00
rhp%netscape.com e5f673a03c Incorrect determination of 8 bit emails - Bug #: 25674 - r: jefft 2000-01-31 05:16:03 +00:00
mscott%netscape.com 5a5a055b9b tweaks to make doc loader observer scriptable
api synch with nsIURIContentListener
r=travis
2000-01-29 06:12:55 +00:00
cmanske%netscape.com 54e280fc3a Changed IDs for colorpicker popups so they work in message composer. r=danm 2000-01-29 01:00:08 +00:00
alecf%netscape.com 2e0819a6c6 prepare to abolish GetCurrentIdentity
(tests only, no reviewer)
2000-01-28 08:16:19 +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
rhp%netscape.com 20dd28c498 Updating work for AppleDouble support - NOT PART OF THE BUILD 2000-01-28 03:36:57 +00:00
bienvenu%netscape.com 4bee4994d2 add nsIMsgWindow to a bunch of apis so we can stop urls, r=putterman 2000-01-28 01:22:33 +00:00
rhp%netscape.com 5de8c8c564 Adding more Mac specific files to the tree - NOT PART OF THE BUILD 2000-01-27 00:45:31 +00:00
rhp%netscape.com ec5cc798e7 Adding new files for AppleDouble support ... NOT PART OF THE BUILD 2000-01-27 00:02:23 +00:00
rhp%netscape.com 59e29c468b Had to convert these from C to CPP - THESE ARE NOT PART OF THE BUILD! 2000-01-26 23:13:23 +00:00
rhp%netscape.com ba5cbc022b Fix for identifying 7bit ascii emails as 8bit data - Bug #: 20767 - r: bienvenu 2000-01-26 22:55:11 +00:00
alecf%netscape.com 7dc314de99 reduce dependancies
r=sspitzer
2000-01-26 08:17:07 +00:00
sfraser%netscape.com 5a6563d24a Remove linkage with the Appcores shared libs (appcores is dead, baby, appcores is dead). r=law 2000-01-26 01:07:24 +00:00
rhp%netscape.com 34de28c4b3 Fix for forwarding naming bug - Bug #: 25027 - r: jefft 2000-01-26 00:30:57 +00:00
rhp%netscape.com 50479c69ac Adding new files to the tree for AppleDouble support - NOT PART OF THE BUILD YET! 2000-01-25 15:42:32 +00:00
rhp%netscape.com fe576e931d Fixes for several I18N display issues - Bugs #: 3979 23634 2406 24485 - r: jefft 2000-01-25 03:18:36 +00:00
ducarroz%netscape.com d29e7f2ff4 Fix for bug 24628. Smarter decodage of parameters, use pattern [="] and [",] instead on checking only on the quote/doubelquote characters do detect start and end quote in parameters. R=jefft 2000-01-25 03:00:12 +00:00
ducarroz%netscape.com 5f81d1f98e Fix for bug 16924,21280. We need to set the focus on a new created row on timer to let a reflow really create the new node. R=alecf 2000-01-25 02:58:53 +00:00
brade%netscape.com 75cc556538 separate debug options out of EditorCommands.js (r=kin) 2000-01-24 15:31:39 +00:00
brade%netscape.com 89f92f2701 remove unused function (r=kin) 2000-01-24 15:29:39 +00:00
alecf%netscape.com ade4d33028 fix linux bustage 2000-01-22 02:22:09 +00:00
ducarroz%netscape.com 33ead1d581 Bug 24705. OpenComposeWindowWithURI must not escape parameters before calling OpenComposeWindowWithValues since fix for bug 24301. R=ssptizer,jefft A=brendan@mozilla.org,jar,chofmann 2000-01-22 01:02:01 +00:00
ducarroz%netscape.com d3074f6898 Bug 24301. OpenComposeWindowWithValues now pass value through a nsIMsgCompFields object instead of passing them directly as argument. R=mscott,bienvenu A=chofmann 2000-01-21 15:08:55 +00:00
rhp%netscape.com 24c85027f9 Fix for multiple replacement of HTML entities - Bug #: 23904 - r: jefft 2000-01-17 23:24:04 +00:00
sford3%swbell.net 948579bb84 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi 2000-01-17 22:32:13 +00:00
mscott%netscape.com 466ba23665 loading a uri takes the channel instead of the uri. The caller
must create the channel before call openuri.
r=rpotts.
2000-01-17 19:56:31 +00:00
hyatt%netscape.com d17711abfa Added support for snapping a tree widget to a certain row height. r=pavlov 2000-01-17 03:57:00 +00:00
sspitzer%netscape.com b8680ff540 step 2 of divorce the mailnews migration code from the account manager 2000-01-15 09:00:46 +00:00
ducarroz%netscape.com b29c378864 Fix for bug 23109 & 23331. Call new api msgCompose.AttachmentPrettyName to convert an attachment url to something nicer to display in the attachment pane. R=jefft 2000-01-15 01:38:34 +00:00
ducarroz%netscape.com b2e7e4de66 Rewrite fix for bug 23111. Now use new API for retreiving file system character set. R=nhotta 2000-01-15 01:33:23 +00:00
ducarroz%netscape.com 53e5118884 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
alecf%netscape.com 4ab4d970ee back me out 2000-01-14 22:53:46 +00:00
sspitzer%netscape.com 920287de74 backing out andreas and warren 2000-01-14 22:01:56 +00:00
alecf%netscape.com d34375c61d fix usages of getprehost so that we can send mail
a=granrose
2000-01-14 20:20:04 +00:00
warren%netscape.com d6a205f1ec Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren 2000-01-14 08:50:03 +00:00
chuang%netscape.com 5d0c0c96c8 fix bug5476 Preference radio buttons are not initialized, r=ducarroz 2000-01-13 04:31:02 +00:00
rhp%netscape.com c4b022703a Fix for controlling FCC operation - Bug #18919 - r: jefft 2000-01-13 02:20:28 +00:00
alecf%netscape.com c932504ca6 increment i every time we go through the loop to avoid an infinite loop
r=sspitzer
fixes #17833
2000-01-12 08:50:42 +00:00
sspitzer%netscape.com efca0bc1e6 don't hardcode this alert, move it to a string bundle. 2000-01-12 08:04:07 +00:00
jdunn%netscape.com bf9205fff0 Fix slamm's warnings of shadowing previous variables.
r= rhp@netscape.com
r= warren@netscape.com
r= rpotts@netscape.com
2000-01-12 00:54:10 +00:00
ducarroz%netscape.com 42d6cd338d Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu 2000-01-11 22:41:36 +00:00
mscott%netscape.com ff06693a14 Bug #23351 --> patch from bns_robson@hotmail.com to fix
problem where we weren't pausing for more data if the server hadn't sent
the response back.
r=mscott
2000-01-11 21:06:36 +00:00
rhp%netscape.com ef9f8a1a12 Fix for invalid multipart message creation - Bug #: 19223 - r: mscott 2000-01-11 15:41:21 +00:00
sspitzer%netscape.com 079c129409 fix for bug #23457. when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").

fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.

r=alecf
2000-01-11 08:01:37 +00:00