Commit Graph

1366 Commits

Author SHA1 Message Date
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
sspitzer%netscape.com
c9d61e76cb fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
alecf%netscape.com
df62407466 mail architecture cleanup (no bug - emptying my tree before next week's closure)
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
alecf%netscape.com
253646d732 add sendlater to unix build (test only, no review) 1999-12-02 06:32:36 +00:00
alecf%netscape.com
3f78cb44bb update to use accountmanager as a service (test only, no review) 1999-12-02 06:31:47 +00:00
alecf%netscape.com
fc7b9e3eed add geturl and sendpage tests to unix build (test only, no review) 1999-12-02 06:29:27 +00:00
alecf%netscape.com
1b06444bd1 update this test (test only, no review)
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com
152bcfadc0 fix makefile so this test builds on unix 1999-12-02 06:27:00 +00:00
alecf%netscape.com
7fdf4380f9 add compose2 to the unix build (test only, no review) 1999-12-02 06:25:06 +00:00
alecf%netscape.com
c9b2a19129 port this to unix so I stop breaking the tree
test only, no review necessary
1999-12-02 06:24:07 +00:00
alecf%netscape.com
560a14a5da fix for #20405 - change Organization, Identity Name and FullName to be unicode, using new unicode prefs
r=rhp
1999-12-02 03:11:52 +00:00
ducarroz%netscape.com
e399189e0e Fix for bug 20219. Use spring instead of flex to separate a label from its text field. R=sspitzer 1999-12-02 02:17:50 +00:00
ducarroz%netscape.com
23a28a4221 Fix column width problem in MsgCompose addressing widget. This is related to bug 20506. R=sspitzer. 1999-12-02 01:11:16 +00:00
ducarroz%netscape.com
a850f2549e Fix build bustage. Casting missing! 1999-12-02 00:04:26 +00:00
ducarroz%netscape.com
add6efd7e0 Fix for bug 16340. Add button Insert Object in MsgCompose Format Toolbar. R=cmanske 1999-12-01 22:54:48 +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
6927e70354 Rename shadow variable. R=jefft 1999-12-01 22:33:55 +00:00
cmanske%netscape.com
ff701d1190 Changed Message Composer UI for new color picker UI. r=sfraser 1999-12-01 22:19:56 +00:00
sspitzer%netscape.com
30cf4f4ab7 fix for #20506. this makes the addressing text area big as wide as possible, which is what we want. 1999-12-01 22:14:09 +00:00
rhp%netscape.com
37a95b7bc6 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:16:11 +00:00
rhp%netscape.com
895b2b7d43 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:00:15 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
sspitzer%netscape.com
52b076e7d8 pass up error values upon failure. we were hitting these failures on
bug #18620, and doing this is correct, and it will help us find similar problems
sooner in the future.
1999-11-30 00:52:32 +00:00
dougt%netscape.com
f66be6c30c fix for 18078. r=mstoltz,warren 1999-11-30 00:32:43 +00:00
sspitzer%netscape.com
6a51426194 fixed by ducarroz. r=sspitzer 1999-11-29 22:28:40 +00:00
hangas%netscape.com
be1b60400d Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
sspitzer%netscape.com
d4e455355d remove workaround for #14312, it is no longer needed. 1999-11-29 20:41:23 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
ducarroz%netscape.com
69082b000c First Checked In. 1999-11-24 23:01:13 +00:00
akkana%netscape.com
e8544d1c6c 19610: Change InsertAsQuotation API to return inserted node r=rhp 1999-11-24 20:48:59 +00:00
akkana%netscape.com
3d03085c9e 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
ducarroz%netscape.com
0cb8fd0e35 We should display a correct error message when the send operation faild. R=mscott 1999-11-23 21:48:21 +00:00
ducarroz%netscape.com
dfbb498633 Fix for bug 19404. We need to return an error code when the SMTP server name is missing. R=mscott 1999-11-22 23:48:42 +00:00
mscott%netscape.com
4e7a8a8b85 Bug #1966 --> properly ref count the url listeners for send and post
this means never calling delete directly on the objects like
we were before. A nsCAutoString tweak...
r=rhp
1999-11-22 23:33:24 +00:00
jefft%netscape.com
8efa7d5934 fixed bug 8889 - cannot post messages with attachments to the news server; rv=mscott; Added base PostMessage() method to remove duplicate code in smtp and nntp protocol 1999-11-22 14:41:20 +00:00
rhp%netscape.com
74d7368d51 Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft 1999-11-20 03:14:13 +00:00
kin%netscape.com
4b46fee457 Fix for bug #19371: [DOGFOOD][REGRESSION] entering text and hitting
return in new message crashes app
Modified nsMsgCompose::ConvertAndLoadComposeWindow() to make sure
aBuf was valid before using it with an editor method.
a=sfraser@netscape.com a=leaf@mozilla.org
1999-11-19 21:39:23 +00:00
rhp%netscape.com
670fddebdf Change for I18N quoting bugs - Bug #: 19164 - r: jefft 1999-11-19 03:27:03 +00:00
ducarroz%netscape.com
d964874e77 Fix for bug 18974 & bug 15238. We need to use the default identity when no identity is specified. r=alecf 1999-11-18 21:57:06 +00:00
ducarroz%netscape.com
b871113206 Fix for bug 16413. Use parser call RemoveDuplicateAddresses when building recipients list. R=mscott 1999-11-18 15:06:56 +00:00
mscott%netscape.com
a34b08b1d6 minor tweak to properly remove everything after (and including) the ? from a mailto url when extracting
the to part.
1999-11-18 10:16:26 +00:00
mscott%netscape.com
4738e98dbc Fix solaris breakage. 1999-11-18 09:15:20 +00:00
mscott%netscape.com
4569b85f36 Bug #14928 register our x-application-mailto content handler
register mailto url protocol
r=sspitzer
1999-11-18 08:39:40 +00:00
mscott%netscape.com
4cc0b685eb add mailto url cid and progid
r=sspitzer
1999-11-18 08:39:17 +00:00
mscott%netscape.com
33bb1a8a10 Bug #14928 --> for url dispatching of mailto urls:
add NewChannel, NewURI support for mailto urls.
added nsMailtoChannel which is a light weight channel
implementation for mailto urls
r=sspitzer
1999-11-18 08:38:50 +00:00
mscott%netscape.com
6163cde285 add nsMailtoUrl implementation which is different from
a smtp url. Simplified logic for smtp url.
r=sspitzer
1999-11-18 08:38:12 +00:00
mscott%netscape.com
c9b68ca6fc Bug #14928 --> implement open compose window for a uri
r=sspitzer
1999-11-18 08:37:34 +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
warren%netscape.com
59ef7fadbf Removed the nsICapabilities interface in favor of nsIInterfaceRequestor. 1999-11-18 07:36:41 +00:00
warren%netscape.com
34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
jdunn%netscape.com
e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
cls%seawood.org
0ea4864d1d Removing dependency upon security/freenav module. r=alecf 1999-11-13 23:51:49 +00:00
cmanske%netscape.com
d3c7f04a9d Changed Mail Composer XUL to use Increase/Decrease font size instead of combobox (part of fix for 18774) r=sfraser 1999-11-13 16:37:16 +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
saari%netscape.com
dc16e7f602 Adding user-focus: normal CSS rule to make message compose subject and to: field fuction properly. R: billions and billions of monkeys 1999-11-13 08:17:17 +00:00
ducarroz%netscape.com
a961088135 File Removed. 1999-11-13 00:00:29 +00:00
ducarroz%netscape.com
0f94b69e81 Fix for bug 12080, 16730: I cannot modify the window from a JS listenner function, therefore I use a timer function to do the job. Also, I've implemented support for pref "mailnews.reply_on_top". And add a space to the standard signature separator, now it's "-- ". R=jefft 1999-11-12 23:44:28 +00:00
ducarroz%netscape.com
a4068db181 Add a dark gray line under the addressing toolbar to separate it from either the body or the HTML format toolbar. R=german 1999-11-12 23:44:26 +00:00
ducarroz%netscape.com
776fcfc7f5 Remove unused files. R=jefft 1999-11-12 23:44:24 +00:00
warren%netscape.com
7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
rhp%netscape.com
1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
akkana%netscape.com
7bf4d85822 17983: Use editor's InsertAsQuotation even for plaintext. r=rhp 1999-11-11 20:56:03 +00:00
rhp%netscape.com
22ee3cf257 Changes for multipart alternative - Bug #: 17770 - r: jefft 1999-11-11 19:19:02 +00:00
sspitzer%netscape.com
b34380c436 fix #18383, r=alecf.
check if the folder really exists by checking if it has a server.
if not, return an error.
this makes the right error message pop up.
1999-11-10 23:54:25 +00:00
ducarroz%netscape.com
8e1d25b53d Forget to checking version that check return of ConvertFromUnicode & ConvertToUnicode. R=jefft 1999-11-10 23:54:05 +00:00
ducarroz%netscape.com
0ad0bd5338 Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only). Fix for bug 13261, use constants instead of numerical. Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682) 1999-11-10 23:47:59 +00:00
rhp%netscape.com
e59ece46aa Fixing evaluation of nsresult - Bug #:18157 r: jefft 1999-11-10 00:56:36 +00:00
sspitzer%netscape.com
e7f8118b97 fix comment. 1999-11-10 00:12:37 +00:00
sspitzer%netscape.com
5f5268311e don't build smtpTest anymore, it's obsolete. r=mscott 1999-11-10 00:10:40 +00:00
sspitzer%netscape.com
5f9cc8ceb2 fix for the regression I introduced. when we send the 'MAIL FROM:' command to the SMTP server, we want to send it 'MAIL FROM: <sender>', not 'MAIL FROM: <Foo Bar <fbar@xyz.com>>'. my SMTP server allowed 'MAIL FROM: <Seth Spitzer <sspitzer@netscape.com>>' which is why I didn't catch this. 1999-11-09 19:25:39 +00:00
rhp%netscape.com
fa8f1cd980 Fix for quoting problem - Bug #17983 - r: alecf 1999-11-09 03:05:10 +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
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
sspitzer%netscape.com
a6a1846e05 better fix for #17597, r=mscott, a=chofmann.
instead of setting the action for the url, check if we have a channel listener.
this is a cleaner fix, and now the quoting back end doesn't need to know about
the nntp url.
1999-11-04 20:02:31 +00:00
jefft%netscape.com
de0bfb010f partial fix for bug 12345 - unable to forward message; check for valid url before calling msg_pick_real_name() to prevent crashing; r=rhp, a=chofmann 1999-11-04 06:25:36 +00:00
ducarroz%netscape.com
818e82215c Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann 1999-11-04 04:58:06 +00:00
sspitzer%netscape.com
55c3a9b47c fix for #17597. reply to a news article doesn't quote the body.
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener.  the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url.  but this wouldn't be the case when we got run from the Quoting backend.  I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.

r=alecf, a=chofmann
1999-11-04 04:31:09 +00:00
rhp%netscape.com
64477c52ff Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann 1999-11-03 22:34:30 +00:00
warren%netscape.com
d3b9c9c3cc Structural changes for MakeAbsolute performance. bug#10736 r=valeski 1999-11-03 05:13:44 +00:00
akkana%netscape.com
7813efc1a8 Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
format=flowed for mail plaintext output. r=akkana and (I think) rhp.
1999-11-03 02:46:16 +00:00
cmanske%netscape.com
d7f72f5b12 Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098). 1999-11-03 02:18:01 +00:00
ducarroz%netscape.com
2e20cb2819 Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp 1999-11-02 23:29:51 +00:00
sspitzer%netscape.com
dea1c4efdb fix #16457, r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert.  define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
alecf%netscape.com
649ac66265 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
ducarroz%netscape.com
defcd3c81c Fix for bug 17493, We need to cleanup any GCI commands from the URI when generating a file name. R=rhp 1999-10-29 18:50:05 +00:00
bienvenu%netscape.com
075caf0152 changes to use nsIMsgWindow r=putterman 1999-10-29 04:39:06 +00:00
rhp%netscape.com
43efd07c9a Fix for sending plain text as binary files - Bug #16393 - r: mscott 1999-10-28 22:09:27 +00:00
mscott%netscape.com
5e51863526 Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp
1999-10-28 04:22:08 +00:00
mscott%netscape.com
ec2f384151 Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
r=rhp
1999-10-28 04:21:30 +00:00
mscott%netscape.com
beea25c5c6 Bug #16927 add nsIMsgQuoteListener interface
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com
9f12a154f8 Bug #16927 --> add msg quote listener to module.
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com
7591e49798 Bug #16927 --> add class id for msg quote listener
r=rhp
1999-10-28 04:19:59 +00:00
mscott%netscape.com
9c0d8c884f Checking this in for hangas. Fixes the grey menus in the compose window.
r=mscott
1999-10-28 01:52:13 +00:00
law%netscape.com
0cad04fe42 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:39:33 +00:00
cata%netscape.com
4b2093536d I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround. 1999-10-27 23:10:51 +00:00
hangas%netscape.com
84df0919cf Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt 1999-10-27 23:01:09 +00:00
bienvenu%netscape.com
deb460d587 turn on history ab collection for msg sending r=jefft, bug 14447 1999-10-27 22:14:37 +00:00
rhp%netscape.com
b96d17fa10 Fix for Unicode quoting to plain text compose - Bug: 15465 r: bienvenu 1999-10-27 22:11:51 +00:00
warren%netscape.com
f50d3df7c0 Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott 1999-10-26 09:16:24 +00:00
hangas%netscape.com
e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
nhotta%netscape.com
7063b0ce6c Changed unicode conversion for mail send.
Added a fallback for unmapped characters, moved entity conversion after the unicode conversion as the fallback, avoided to convert twice for text/html case, part of bug fix 15475, r=rhp.
1999-10-25 23:21:30 +00:00
rhp%netscape.com
0e4e627e0e Fix for extra conversion - r: nhotta 1999-10-25 22:13:39 +00:00
jefft%netscape.com
0c4c0d6d30 fixed bug 17179 -- [dogfood] [BLOCKER] Sending a message does not work; escape the recipient list fixes the problem; r=mscott, a=granrose 1999-10-25 20:17:01 +00:00
rhp%netscape.com
6f8d25b717 Fix for composition quoting and cleanup for dogfood - Bug# 16703 16907 7518 - r: bienvenu 1999-10-25 19:04:56 +00:00
ducarroz%netscape.com
61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
sspitzer%netscape.com
d09e09d6fb changes for correctness and to make the pref ui look better. 1999-10-22 23:27:43 +00:00
sspitzer%netscape.com
702a5563be make the xul look pretty by using html fieldsets and legends.
fix #17078:  fix the xul so that pref-messages.xul stops asserting like mad or crashing.
1999-10-22 23:25:18 +00:00
jefft%netscape.com
b534ab7406 fixed bug 11892 - [dogfood] When Name or Address of a recipient includes 8-bit characters address is incorrectly formed; not quoting name part of an email address; calling GetPath() instead of GetFileName() for all recipients; r=rhp, mscott 1999-10-22 21:00:07 +00:00
bienvenu%netscape.com
cd79e93390 fix msg compose and send mem leaks, ipw, and mismatched delete r=mscott 1999-10-21 20:35:26 +00:00
bienvenu%netscape.com
7aabcb0051 fix rdf resource value leaks r=jefft 1999-10-20 21:12:00 +00:00
sspitzer%netscape.com
9e4cd4394f part of fix for #15235. get send later to work again. r=alecf 1999-10-19 01:23:54 +00:00
ducarroz%netscape.com
050ae5396a Fix for bug 15313 & 15536. .txt files are now interpreted as XML document. Therefore we need to load a .html file even if it content is purely plain text. R=rhp 1999-10-18 22:38:54 +00:00
law%netscape.com
3fd594e3be Bug #14999; stop using toolkit app core; r=ducarroz@netscape.com 1999-10-18 21:29:54 +00:00
sspitzer%netscape.com
af4500add9 fix warnings. following alecf's recommendations, remove the FindServerUsingURI() method from the nsIMsgAccountManager, remove CreateFolderInDatasource() from nsIMsgFolder, change several methods in nsMsgCopy to return nsresult, and have nsIMsgFolder ** as an outparam, use GetResource() instead of CreateFolderInDatasource(). use NS_SUCCEEDED() instead of comparing against NS_OK directly. 1999-10-18 20:42:06 +00:00
hyatt%netscape.com
80d4dd9246 Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
sspitzer%netscape.com
578b4f0915 fix possible solaris bustage by including the nsIFoo.h files when we have nsCOMPtr<nsIFoo> foo; 1999-10-15 05:10:28 +00:00
sspitzer%netscape.com
3a87ab68a6 more fixes to get copies and sent folder prefs to work right.
now, mailbox:// urls work.
change the logic of LocateMessageFolder() to be:

if (the target folder is not "anyfolder://") then {
	find the folder and return it if your find it.
	if you can't find it, create it in the datasource and return the folder.  see bug #14591
}
else {
	look for the default folder in any server associated with the current identity.
	if you find it, return it.
}
1999-10-15 05:03:03 +00:00
sspitzer%netscape.com
7e6e7a39e9 whoops, forgot this wee bit of JS. 1999-10-13 05:14:16 +00:00
sspitzer%netscape.com
01596330e0 fix for #16264, r=mscott. migrate prefs (if we need to) when compose is opened.
also, if we have no identities, launch the account wizard so the user can create
 one.  also, cache the nsIMsgMailSession, we don't need to go through Components
[] and do a getService each time.
1999-10-13 05:09:14 +00:00
sspitzer%netscape.com
8227e7bda9 fix for bug #14591, r=mscott.
handle the case where we migrate from 4.x and our sent folder is on the imap server.
but, since we haven't logged into the imap server yet, our folders are undiscovered.

other related fixes:
1) make it so on failure to fcc, save to draft, save to template, send later the message shows up.
2) clean up the error message strings
3) fix how we determine if an URI points to a local folder. (all we need to do is look at the scheme and see if it is "mailbox:"
4) remove a stale comment.
1999-10-13 04:12:06 +00:00
jefft%netscape.com
79215ef75c removed files: mozilla/mailnews/compose/src/nsMsgI18N.cpp 1999-10-12 05:24:48 +00:00
jefft%netscape.com
57a2c2ac1e fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta 1999-10-12 05:18:27 +00:00
alecf%netscape.com
c28c70ac9d finish landing nsIModule for compose
this and my last checkin r=sspizter
no bug, porkjockey work
1999-10-12 00:37:39 +00:00
alecf%netscape.com
c4386d0670 land nsIModule for mail compose 1999-10-12 00:34:06 +00:00
mscott%netscape.com
c73e972de5 support nsIStreamObserver to get rid of an assert in necko.
r=sspitzer
1999-10-12 00:13:45 +00:00
dveditz%netscape.com
ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
alecf%netscape.com
5b47fd0c51 fix mac-specific bustage 1999-10-08 01:11:13 +00:00
tao%netscape.com
dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
alecf%netscape.com
29c49355c0 fix windows bustage 1999-10-08 01:01:56 +00:00
tao%netscape.com
452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
alecf%netscape.com
447430b21a exorcise xp.h from compose header files, in preparation for nsIModule landing
r=sspitzer
1999-10-07 23:55:42 +00:00
jefft%netscape.com
33672e6f76 fixed bug 10801 -- [Featuure] Save Messages, bug 14794 - message sent from unsent folder display as raw message; we need to pay attention to where we want to save the message as template, if the message goes to the local mail folder we have to add the dummy envelope header plus the x mozilla status lines; when sending unsent messages we need to set from/sender information to pass the sanity check at the send time; reviewed by rhp 1999-10-07 14:27:11 +00:00
warren%netscape.com
8603974025 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski) 1999-10-06 08:26:01 +00:00
ducarroz%netscape.com
597d3a160c related to bug 14561, fix some other case where we didn't bring back errors while sending message. R=rhp 1999-10-05 23:48:40 +00:00
rhp%netscape.com
ffaae7a7ee Fix for my screw up...sorry about this. 1999-10-05 22:15:43 +00:00
rhp%netscape.com
6de12fbdda Fix for #14120 - Reviewer - bienvenu 1999-10-05 21:17:17 +00:00
alecf%netscape.com
19252b3d04 add new findServer() method and javadoc comments
r=sspitzer
#15140
1999-10-05 03:29:42 +00:00
alecf%netscape.com
561a1fbd52 Combined checkin:
- convert Compose enums to IDL #13261
- exorcise net.h from compose and mime
r=ducarroz and rhp on both
1999-10-04 23:50:56 +00:00
ducarroz%netscape.com
88a9f70faa Fix for bug 14561, Already checked in the M10 BRANCH. Error must have negative value. A=choffman, R=mscott 1999-10-04 23:43:57 +00:00
mscott%netscape.com
667277fd3a Bug #000...trivial fix so no bug # filed. Fix a leak of nsIURI by using nsCOMPtr.
r=bienvenu.
1999-10-04 00:25:12 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
chuang%netscape.com
945748e712 Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
beard%netscape.com
680752dbde remove htmlparser from static linkage. r=vidur 1999-10-01 00:43:54 +00:00
vidur%netscape.com
6c78aabdfe Removed parser static linkage. 1999-09-30 22:23:21 +00:00
jefft%netscape.com
0d7587bd28 implemented forward messages as attachments & inline; a=mcafee 1999-09-29 20:43:50 +00:00
hangas%netscape.com
940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
hangas%netscape.com
9f3eef8646 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
sfraser%netscape.com
50971ff0c1 Bug 14877 -- lib/xp removal; removed unneeded files. r sdagley, a chofmann. 1999-09-26 00:41:31 +00:00
putterman%netscape.com
c4b0f833e6 Fix for bugs 14786 and 13727. Fix leaking nsIServiceManager and datasources. Approved by chofmann
and reviewed by alecf.
1999-09-24 21:59:45 +00:00
alecf%netscape.com
d9026972d8 fix for #14639 r=sspitzer 1999-09-23 18:43:08 +00:00
mscott%netscape.com
792c580b73 Bug #14072 --> throw up a dialog if the user tries to send a message
without providing a host name (i.e. they haven't set up there prefs right)
1999-09-22 08:25:58 +00:00
mscott%netscape.com
7654726da5 If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...

In order to do this, we need to get rid of the enum for the string ids. This also makes things more robust
as we must now explicitly list the id for each string id instead of using the enum to do it for us. It was easy
to get out of step with the properties file when the enum was used.
1999-09-22 08:09:25 +00:00
mscott%netscape.com
107403ab6c If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...
1999-09-22 08:07:52 +00:00
ducarroz%netscape.com
d9d2c0b3de need to support invalid URL as well URL without "http://", fix for bug 14376 1999-09-22 07:20:49 +00:00
alecf%netscape.com
ff9f72ac79 hook up drafts/templates/fcc to identities 1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
5945054fc3 need to suppot bad URL or url without "http://", fix for bug 14376 1999-09-22 06:45:09 +00:00
alecf%netscape.com
ad97c5b356 fix GetPassword() bustage 1999-09-22 03:40:07 +00:00
ducarroz%netscape.com
f79d5ccd56 fix spelling error 1999-09-22 03:13:18 +00:00
ducarroz%netscape.com
d49b2fc2bd Add back an menu item to delete attachment 1999-09-22 03:12:48 +00:00
ducarroz%netscape.com
4d0f85b699 Add back menu item Remove Selected Attachment as delete key doesn't work on windows tree widget. The Danish label must be converted from "Remove Last Attachment" to "Remove Selected Attachment" 1999-09-22 02:58:40 +00:00
mscott%netscape.com
772c54ebe2 Add smtp status strings. 1999-09-22 02:29:41 +00:00
mscott%netscape.com
b575970341 Add some basic status messages for sending a message. 1999-09-22 02:28:36 +00:00
mscott%netscape.com
6df3f0f233 Add smtp server warning strings. 1999-09-22 02:19:00 +00:00
alecf%netscape.com
53b71ad82c eliminate unnecessary cast 1999-09-22 02:01:03 +00:00
ducarroz%netscape.com
2b3bed869d Add vertical separator in toolbar, bug 14272 1999-09-22 01:53:37 +00:00
ducarroz%netscape.com
fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com
5effb84d8e Add new Attachment UI, bug 11116 1999-09-22 00:49:26 +00:00
mscott%netscape.com
9eceb52121 Bug #14500 --> allow user to send a message if they don't have a user name and aren't using authenticated smtp.
add a ptr for command status
1999-09-22 00:42:34 +00:00
saari%netscape.com
cb935f51c7 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange. 1999-09-21 23:02:35 +00:00
sspitzer%netscape.com
543b84ff91 fix for #9508. now you can send email and post at the same time.
both sending and posting require their own listener, or when you do
email and post at the same time, all hell breaks loose.
1999-09-21 22:45:17 +00:00
mscott%netscape.com
f2cb6856ee Remove obsolete properties file. 1999-09-21 06:51:36 +00:00
mscott%netscape.com
7dcf10120d WE can't insert \n (newline character) in the properties file so take them out. 1999-09-21 06:51:01 +00:00
mscott%netscape.com
89d0710275 Remove obsolete reference to composebe.properties 1999-09-21 06:47:11 +00:00
mscott%netscape.com
c562f6b2d7 remove obsolete reference to composebe.properties. 1999-09-21 06:45:36 +00:00
mscott%netscape.com
fbe8b246a9 Remove reference to obsolete properties file (composebe.properties). 1999-09-21 06:44:43 +00:00
mscott%netscape.com
0692a6a185 remove obsolete properties file. This file has been moved and renamed to compose\resources\locale\en-US\composeMsgs.properties 1999-09-21 06:42:58 +00:00
mscott%netscape.com
9d9a67b6bb re-write so we actually use the string bundle instead of the hard coded
strings that used to be in this class. This meant changing the api to return
a unichar * instead of a char *!!!
1999-09-21 06:30:51 +00:00
mscott%netscape.com
f31d54badd optimize use of PRunichars for string bundle. we were doing lots of
needless conversions between PRunichar * to char * and back again!
replace some hard coded strings with strings created by the string bundle
1999-09-21 06:30:11 +00:00
alecf%netscape.com
0fc7315583 add support for identity-specific HTML compose and signatures 1999-09-21 05:37:23 +00:00
hangas%netscape.com
669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
tao%netscape.com
472450ff09 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:32:06 +00:00
tao%netscape.com
647a559bfd 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:22:43 +00:00
mscott%netscape.com
0a7c01bb4f initialize the ref count on this class. 1999-09-21 00:07:34 +00:00
sspitzer%netscape.com
95fca3acb9 fix bug #10235
implement "pre-select the right identity when composing based on folder pane selection" feature.
1999-09-20 08:13:27 +00:00
alecf%netscape.com
ba853f1847 be smarter about building up list of SMTP servers, don't keep appending onto the pref 1999-09-20 06:49:33 +00:00
sspitzer%netscape.com
ca2ce65b99 check in work around for #10235
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
1999-09-20 02:12:28 +00:00
alecf%netscape.com
6e6f6922ea rename default server attribute, and change default smtp prefix to "smtp" instead of "server" 1999-09-19 23:58:57 +00:00
alecf%netscape.com
7a81c47ed7 fix problem where we forgot to append "." to the server key 1999-09-19 23:57:53 +00:00
mccabe%netscape.com
4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
alecf%netscape.com
994043abff allow char properties to return null instead of throwing an exception 1999-09-19 23:35:53 +00:00
alecf%netscape.com
ce26ba85b9 be a little smarter about SMTP servers - create the default one on demand 1999-09-19 23:33:49 +00:00
alecf%netscape.com
c1b1098e55 I need real ProgIDs, not these fakes. 1999-09-19 23:19:53 +00:00
tao%netscape.com
27cf28cb02 Hook up da-DK 1999-09-18 02:07:24 +00:00
sfraser%netscape.com
947d4936aa Fix a broken CLSID macro 1999-09-17 23:42:37 +00:00
tao%netscape.com
4661727893 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
fergus%netscape.com
e603b27631 Adding localization notes. 1999-09-17 23:31:01 +00:00
jefft%netscape.com
e5f6e527b0 moved CreateStartupUrl() to nsMsgUtils 1999-09-17 23:17:53 +00:00
alecf%netscape.com
fb7d3f566b oops, raptorhtml isn't loaded with apprunner, so we do need to load this after all 1999-09-17 22:53:48 +00:00
alecf%netscape.com
0c46a27fae fix bogus linking 1999-09-17 21:13:17 +00:00
ducarroz%netscape.com
8221260b78 NS_INIT_REFCNT must be called before any return else we crash. Fix for bug 14163 1999-09-17 20:47:26 +00:00
alecf%netscape.com
187404d4d0 don't need to link compose against raptor anymore 1999-09-17 20:31:32 +00:00
ducarroz%netscape.com
bfc0297fd3 cleanup 1999-09-17 20:28:22 +00:00
ducarroz%netscape.com
b1d5d1f001 elimnate redundancy, bug 10539 1999-09-17 20:27:46 +00:00
mscott%netscape.com
636e23a193 export new compose messages properties file 1999-09-17 05:04:10 +00:00
mscott%netscape.com
c76f582e26 Export new properties file. 1999-09-17 05:00:36 +00:00
mscott%netscape.com
a47d9126e1 export the new compose messages properties page. 1999-09-17 04:59:12 +00:00
mscott%netscape.com
5467cf3ef0 the properties file for back end compose messages was in the wrong directory. Moving it into the locale
directory where it belongs.
1999-09-17 04:58:27 +00:00
ducarroz%netscape.com
cdd8de3746 Remove unused function LoadFields 1999-09-16 23:55:06 +00:00
ducarroz%netscape.com
6a91822dee Did some cleanup and fix a problem that didn't let us to specify the body through a mailto url. 1999-09-16 23:39:54 +00:00
cls%seawood.org
cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
warren%netscape.com
dd39105041 Changed signature of NewInputStreamChannel to pass load group. 1999-09-16 09:39:29 +00:00
hangas%netscape.com
701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
warren%netscape.com
7d5e565fd5 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
sfraser%netscape.com
36b7cc81cb Remove Security.o 1999-09-16 01:10:47 +00:00
sspitzer%netscape.com
8ee260f294 make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead
of a nsFilePath.  this means nsINNTPNewsgroupPost is fully scriptable.
it also allowed me to clean up a lot of code.
most of these changes are results of this change.

add notifyOn, maxArticles, and markOldRead attributes to nsINntpIncomingServer
these correspond to "news.max_articles","news.mark_old_read", and "news.notify.o
n" prefs in 4.x.  (in 5.0, they are on a per server basis now.)
rewrite nsNNTPProtocol.cpp to use these attributes, instead of the old 4.x globa
l prefs.

fix warnings.
1999-09-15 21:29:30 +00:00
nhotta%netscape.com
94f7812e50 Bug 8865, hooked up entity converter. 1999-09-15 19:32:32 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
jefft%netscape.com
a46c88cc36 fixed bug 13574 -- use stream converter instead of temp file for reply quoting 1999-09-15 02:13:04 +00:00
briano%netscape.com
3474999aa5 General cleanup. 1999-09-14 23:05:06 +00:00
law%netscape.com
d94d90f478 Enable mail composition to be opened via window.openDialog 1999-09-14 21:19:27 +00:00
ducarroz%netscape.com
2c85b4d825 Remove key binding again as other problems appear! 1999-09-14 19:54:41 +00:00
alecf%netscape.com
9917da1051 register smtp server 1999-09-14 08:23:20 +00:00
alecf%netscape.com
7073f4c9e8 build smtp server on windows 1999-09-14 08:22:50 +00:00
alecf%netscape.com
fc34bf545b fix solaris bustage 1999-09-14 08:19:54 +00:00
alecf%netscape.com
ede250feb0 oops, forgot constructor/destructor 1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
e8f17a8f76 added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp 1999-09-14 08:03:36 +00:00
alecf%netscape.com
bbf194521a ok, finally write this thing out to prefs 1999-09-14 07:58:04 +00:00
alecf%netscape.com
101d0c1ce6 unify server creation like the account manager 1999-09-14 07:15:21 +00:00
alecf%netscape.com
3c33281fd3 support add/removal of SMTP servers 1999-09-14 07:03:47 +00:00
hangas%netscape.com
4e4bedb4fe Moved Close menu item to its new location. 1999-09-14 06:18:08 +00:00
alecf%netscape.com
c303921954 add new nsSmtpServer/etc to the build 1999-09-14 04:22:09 +00:00
bienvenu%netscape.com
3456144dd5 break out UpdateFolder method from GetMessages 1999-09-14 04:02:34 +00:00
sspitzer%netscape.com
748c22204e fix for #13708. remove the message formatting pref pane: it's in the account wizard now. 1999-09-14 00:43:10 +00:00
ducarroz%netscape.com
5f86eb66a2 Let the user tabs into the body from the subject edit field. Fix bug 10932 1999-09-13 22:20:07 +00:00
jefft%netscape.com
750364ab73 fixed bug 13674 -- reply quotes wrong message for news and imap messages 1999-09-13 20:26:04 +00:00
cls%seawood.org
a87b20551f Fix my bustage using -D_BSD_SOURCE 1999-09-12 17:15:57 +00:00
hangas%netscape.com
c8b5bd6ae7 Using edit menu items from globalOverlay.xul 1999-09-12 08:41:46 +00:00
hangas%netscape.com
f4bdd73f19 Modifications to use new features in globalOverlay.xul 1999-09-12 02:30:04 +00:00
hangas%netscape.com
ec7d0eb62b Added many menu items to globalOverlay.xul and modified messenger 3pane, compose window, and address book to use them. 1999-09-12 02:22:11 +00:00
nhotta%netscape.com
3809ce982e Bug #10940, when converting from unicode skip unencodable char instead of abort conversion. 1999-09-11 03:45:07 +00:00
jefft%netscape.com
47859e0b68 fixed bug 12459 -- cannot use delete for error recovery instead should use AddRef() and Release() 1999-09-11 01:44:16 +00:00
hangas%netscape.com
0be92f0105 Major Cleanup and bug fix effort for addressbook. 1999-09-10 23:15:25 +00:00
ducarroz%netscape.com
173272ba16 Reactivate key binding, fix for bug 11184 1999-09-10 23:10:18 +00:00
ducarroz%netscape.com
b3c684d4cf Add a way to extract headers during parsing of a message and give them back to the caller 1999-09-10 18:57:03 +00:00
warren%netscape.com
40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
mcafee%netscape.com
bfa78f8585 Un-named radio buttons don't get radio-mode; adding names to fix this. a=alecf 1999-09-09 04:09:33 +00:00
sspitzer%netscape.com
e360299ec5 fix for #13366. remove the copies and folders pane from the preferences window. its in the account mananger now, on a per server basis. 1999-09-08 21:24:07 +00:00
jfrancis%netscape.com
cf66cf5e46 passing corrected format string to editor 1999-09-08 18:49:24 +00:00
putterman%netscape.com
d9a3e093d7 Fix for 13328. Approved by leaf. 1999-09-08 17:34:01 +00:00
jfrancis%netscape.com
bde9580ecb mail now asks for special mail-compose rules from the editor 1999-09-08 06:28:11 +00:00
alecf%netscape.com
87e0651590 whoops, pass newstr to strtok, not serverList (no wonder it wasn't loading anything) 1999-09-08 05:50:17 +00:00
alecf%netscape.com
7c3767fdb3 use cool new ISUPPORTS macros 1999-09-08 05:46:24 +00:00
alecf%netscape.com
8b562f3afb add code for loading SMTP servers from the prefs 1999-09-08 05:41:58 +00:00
alecf%netscape.com
3b038972f9 add CID for SMTP server 1999-09-08 05:39:44 +00:00
alecf%netscape.com
73ea2cd8bf fix some warnings and comments 1999-09-08 03:44:11 +00:00
sspitzer%netscape.com
549e69a421 remove my work around for bug #11010, since it is no longer needed. thanks to mdubinko@yahoo.com for keeping on top of that bug report. 1999-09-07 20:33:11 +00:00
brade%netscape.com
37dd29534a remove some keybindings; these should be coming from an overlay anyways 1999-09-07 14:40:51 +00:00
bruce%cybersight.com
ea2a483a36 Use nsCRT::free() on result of nsEscape(). 1999-09-04 17:32:36 +00:00
ducarroz%netscape.com
fae161d767 Put "<name> wrote:" at the beginning of a reply instance of "--- Original Message ---". Last part of bug 12080 1999-09-03 22:13:36 +00:00
mscott%netscape.com
eeb3a8adb3 fix up class id stuff, use nsIstreamConverter instead of nsIstreamConverter2 1999-09-03 22:08:44 +00:00
sspitzer%netscape.com
d9cf98db7d fix for bug #13083. missing entity caused the Copies and Folders pane to come up blank. 1999-09-03 08:23:45 +00:00
sfraser%netscape.com
fb60454a75 Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup" 1999-09-02 21:58:12 +00:00
cata%netscape.com
ace44ed456 Method name change. 1999-09-02 20:01:26 +00:00
sfraser%netscape.com
74f43c0f23 Landing XUL overlays for editor keys, toolbars and menus. 1999-09-02 04:55:52 +00:00
sfraser%netscape.com
c62adc772a No longer need the dot of .Format 1999-09-02 04:50:14 +00:00
briano%netscape.com
afac2beb0d Fix for objdir builds. 1999-09-02 02:37:58 +00:00
ducarroz%netscape.com
f0bd325bbc Hide HTML toolbar when compose in plain text mode, fix bug 9512 1999-09-02 01:26:34 +00:00
cata%netscape.com
0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
sfraser%netscape.com
a209af5eb1 include stdio.h using system paths. 1999-09-01 21:28:07 +00:00
mscott%netscape.com
a40fc1f4ab Remove obsolete file. It's been replaced by an idl file. 1999-09-01 04:24:26 +00:00
mscott%netscape.com
ce60213a26 There were a couple methods in here which were trying to figure out a temp directory to use for things. Use
nsSpecialDirectory::OS_TemporaryDirectory instead.
1999-09-01 04:09:48 +00:00
mscott%netscape.com
3110bc82ef Bug #8076/9836 --> use specialDirectory::OS_TemporaryDirectory to determine the directory to write tempMessage.eml out to. 1999-09-01 04:09:07 +00:00
alecf%netscape.com
ba4c4f1067 remove some warnings for rhp 1999-09-01 01:00:06 +00:00
ducarroz%netscape.com
88bb5fc976 Send full name of sender, fix bug 10500 1999-09-01 00:50:07 +00:00