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

1142 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 87f8d0fad3 performance tweak --> header parser is supposed to be a service not a component.
r=ducarroz
2000-01-09 21:59:36 +00:00
mscott%netscape.com 4e84d5a487 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu.
2000-01-09 21:57:21 +00:00
alecf%netscape.com 481bba988b final stage of XPIDLizing nsIMsgHdr 2000-01-08 09:55:37 +00:00
sspitzer%netscape.com 04b2970827 back out that last checkin. it makes no sense, as it's wrapped in an #ifdef. 2000-01-08 08:03:23 +00:00
sspitzer%netscape.com 99d803240f *** empty log message *** 2000-01-08 07:56:42 +00:00
rpotts%netscape.com 023f2ff6e1 Made contentType a read/write attribute of nsIChannel 2000-01-08 06:26:04 +00:00
alecf%netscape.com 92363f5226 clean up compose test dependancies (not part of product) 2000-01-08 03:41:55 +00:00
alecf%netscape.com a7d0665e5d minor mailsession dependancy cleanup 2000-01-08 03:40:28 +00:00
pinkerton%netscape.com cae2c15f23 Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta. 2000-01-08 01:48:39 +00:00
alecf%netscape.com bf21864da7 update mail pref panes to match the new prefwindow landing 2000-01-07 07:09:12 +00:00
sspitzer%netscape.com b21a2e9a14 fix #21978. two changes: "Local Mail" is now "Local Folders"
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
ducarroz%netscape.com 63c6af03cc Fix for bug 22055. We need to extract the message ID and the reference of the original message in order to build the new reference. R=bienvenu 2000-01-07 00:51:00 +00:00
jefft%netscape.com 9c94867543 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz 2000-01-06 23:35:57 +00:00
nhotta%netscape.com 6bd413e421 Changed to scan for HTML before converting from unicode to mail charset, bug 22315, r=rhp. 2000-01-06 19:48:45 +00:00
mscott%netscape.com 134f73a40c DisplayMessage now takes in the nsIMsgWindow
r=bienvenu
2000-01-06 00:47:58 +00:00
rhp%netscape.com 4873a6af57 Fix for incorrect signature HTML - Bug #23011 - r: jefft 2000-01-05 15:08:32 +00:00
rhp%netscape.com 6692cc345b Fix for incorrect signature HTML - Bug #23011 - r: jefft 2000-01-05 14:43:38 +00:00
alecf%netscape.com 69bfd0011e pass 2 off XPIDLizing nsIMsgHdr - clean up IDL to use attributes where appropriate, and fix up API calls where necessary (#7808) 2000-01-05 02:02:50 +00:00
ducarroz%netscape.com a0b02a38d4 Fix for bug 21025. Need to unescape the attachment url before putting it in the attachment pane. R=jefft 2000-01-05 00:20:34 +00:00
rhp%netscape.com 6b06ca840c Fix for incorrect charset on Draft messages - Bug #: 22508 - r: nhotta 2000-01-04 23:22:51 +00:00
sspitzer%netscape.com bd8d501c35 fix for #21457.
if the user has foo@bar.com as there smtp user name
(either from migration or from the account wizard)
send only foo as the username to the smtp server

r=mozilla@bucksch.org
1999-12-29 22:47:09 +00:00
sspitzer%netscape.com 53eb29235b second half of the fix for #22791.
dawn is right again, we need to change the order of the options
because if the user had "forward as quoted", we want it to look like
"forward as attachment", because "forward as quoted" is obsolete.
The back end will behave like "forward as attachment", and this makes it
so the front end will too.
1999-12-29 18:26:50 +00:00
sspitzer%netscape.com de0253b5ff fix warning. 1999-12-29 00:14:35 +00:00
rhp%netscape.com d637f1f3c9 This is part of fix for sending >72 character length lines - Bug #22465 1999-12-25 21:51:45 +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 cd0826108e Fix for bug 22420. Change capitalization. R=nicole 1999-12-23 23:37:00 +00:00
sspitzer%netscape.com f6ebaab416 fix the pref panel to explain what emoticons and structs are by example.
this is obviously no the final ui, but until we have an official one
for this new pref, this will do.  r=bienvenu
1999-12-23 23:03:10 +00:00
sspitzer%netscape.com 9cf4030670 rest of fix for #21649. don't get the pref values inside the stream converter, get it in compose and mime, and pass the value through.
thanks to mozilla@bucksch.org for explaining the right thing to do.

also fix a couple of warnings.

r=bienvenu
1999-12-23 22:20:10 +00:00
ducarroz%netscape.com 65c2e2f9c1 Fix for bug 22329. Don't access m_editor in the destructor as it could be destroyed before us. R=jefft 1999-12-23 00:04:22 +00:00
sspitzer%netscape.com be113294ea a couple more cleanup fixes for the new pref ui for bug #21649 1999-12-22 09:23:09 +00:00
sspitzer%netscape.com baa56e3917 whoops, fix typo. 1999-12-22 09:14:36 +00:00
sspitzer%netscape.com e7982eb40a rest of fix for #21649 1999-12-22 09:14:04 +00:00
sspitzer%netscape.com 98305b9226 fix the pref ui a little, fix a js exception, add a label to the spell
checking field set, add ui for emoticon to glyph conversion.  part 1 of fix
for #21649
1999-12-22 08:37:30 +00:00
jefft%netscape.com ced3daada0 fixed bug 22043 -- [Dogfood] Can't forward imap mail: get 'mailbox does not exist' error; r=bienvenu,rhp a=chofmann 1999-12-21 18:28:27 +00:00
rhp%netscape.com 1cf5a8c283 Fix for corrupted messages on failed send - Bug #: 18772 - r: jefft a: chofmann 1999-12-21 15:26:37 +00:00
sspitzer%netscape.com 9a30f8fc32 move #ifdef DEBUG to a wide scope 1999-12-21 01:18:20 +00:00
rhp%netscape.com f1f0b12bfe Fix for corrupting binary attachments - Bug #: 21907 - r: scottip - a: chofmann 1999-12-16 22:08:29 +00:00
ducarroz%netscape.com 939788219e Fix for bug 21606. Don't autocomplete an empty string. R=putterman 1999-12-13 22:59:01 +00:00
duncan%be.com 72ce635283 Fix minor BeOS build breakage.
r=dveditz
1999-12-12 20:32:26 +00:00
rhp%netscape.com 60883fdbbd Changes for mangled attachments - Bug #20956 - r: valeski 1999-12-07 22:17:41 +00:00
Jerry.Kirk%Nexwarecorp.com 19f6713e3f Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly.
r=rhp
1999-12-07 12:57:31 +00:00
jdunn%netscape.com 1fa56e3ef1 alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires
libmsgbaseutil so we need to link it in

r= alecf
1999-12-06 22:04:24 +00:00
ducarroz%netscape.com 9f1bbf86f0 Fix for bug 20922. OnAutocComplete and AutoComplete now must start with a lower case. R=hangas 1999-12-06 20:10:05 +00:00
rhp%netscape.com 5c1d1ddd4b Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
hyatt%netscape.com 867ee6882f Making messengercompose compliant. 1999-12-05 09:10:47 +00:00
drapeau%eng.sun.com d83eeec4b4 Fix for minor bug that prevents the module "geturl.cpp" from compiling
with Sun's Workshop compiler.  The error reported by Workshop:
  "nsURLFetcher.h", line 92: Error: Declaration terminated incorrectly.

This is due to a line with only a semicolon on it, looks to be a typo
(extra semicolon).
1999-12-04 23:36:01 +00:00
warren%netscape.com 6af4802e75 Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
cmanske%netscape.com 23307c31dd XUL changes for messengercompose to keep in line with UI changes made to editor. r=brade 1999-12-04 01:35:30 +00:00
sspitzer%netscape.com 91d20aadc4 fix for #17402, stationary -> stationery.
r=alecf

major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.

our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.

also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement.  Before we were
passing through to the back end the selected xul element, now we pass
the resource in.

other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)

bugs fixed: #14773, #14254, #20599, #20646
r=alecf

a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
1999-12-03 08:10:09 +00:00
ducarroz%netscape.com 9975a03aae Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman 1999-12-03 00:12:23 +00:00